MrEyes
11-09-2004, 12:46 PM
Hello all,
I have just purchased a license for VB3 and started to install on my server :
Apache 2
MySql 4.1.7
PHP 5.0.2
I have followed the instructions in the download vb3_readme.txt file and set the config.php.new parameters that apply to my configuration and renamed the file to config.php :
$servername = 'localhost';
$dbusername = 'root';
$dbpassword = '***********';
$dbname = '*********';
$technicalemail = 'manuel.reyes@e-mis.co.uk';
$usepconnect = 0;
$admincpdir = '****************-admincp';
$modcpdir = '****************-modcp';
$canviewadminlog = '1';
$canpruneadminlog = '1';
$canrunqueries = '';
$undeletableusers = '';
$superadministrators = '';
$tableprefix = '';
$cookieprefix = 'bb';
(I have remove comments and "sensitive" information)
I have then tried to launch the install script but I get a blank page whose source is :
<p></p>
I assume that I have missed something critical but after starting again from scratch I found the same problem.
Anybody got any ideas?
EDIT: After looking at the install.php script it looks like my problem might have something to do with :
$HTTP_SERVER_VARS['PHP_SELF'];
$HTTP_ENV_VARS['PHP_SELF'];
both being null (used on line 60)
I have just purchased a license for VB3 and started to install on my server :
Apache 2
MySql 4.1.7
PHP 5.0.2
I have followed the instructions in the download vb3_readme.txt file and set the config.php.new parameters that apply to my configuration and renamed the file to config.php :
$servername = 'localhost';
$dbusername = 'root';
$dbpassword = '***********';
$dbname = '*********';
$technicalemail = 'manuel.reyes@e-mis.co.uk';
$usepconnect = 0;
$admincpdir = '****************-admincp';
$modcpdir = '****************-modcp';
$canviewadminlog = '1';
$canpruneadminlog = '1';
$canrunqueries = '';
$undeletableusers = '';
$superadministrators = '';
$tableprefix = '';
$cookieprefix = 'bb';
(I have remove comments and "sensitive" information)
I have then tried to launch the install script but I get a blank page whose source is :
<p></p>
I assume that I have missed something critical but after starting again from scratch I found the same problem.
Anybody got any ideas?
EDIT: After looking at the install.php script it looks like my problem might have something to do with :
$HTTP_SERVER_VARS['PHP_SELF'];
$HTTP_ENV_VARS['PHP_SELF'];
both being null (used on line 60)