The problem in class.Installer.inc / 2nd Install Screen
Brought to you by:
letreo
I found the following problem using the installarion
wizard. In step 2, you can receive a "Call to undefined
function _no_tablespace..." ... or a blank screen if you
have error_reporting off.
Function is defined, but there is a bad call.
Anyway, I solved it changing line 391 of
include/class.Installer.inc to :
$this->_no_tablespace ($tabl);
Hope it help
keko_metal at hotmail dot com