The installation process reads like a dream, but when I try to access the directory that contains the phpbt files, the page that appears is completely blank.
The URL does change to include the file 'install.php', so index.php is apparently getting processed.
Complete html ource for the page that appears is:
<html><body></body></html>
I have set register_globals to 'On'. Am running php 4.1.1 with Zeus 4.0r1 on Solaris 2.6.
Any help would be much appreciated.
Best,
David De Graff
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
The installation process reads like a dream, but when I try to access the directory that contains the phpbt files, the page that appears is completely blank.
The URL does change to include the file 'install.php', so index.php is apparently getting processed.
Complete html ource for the page that appears is:
<html><body></body></html>
I have set register_globals to 'On'. Am running php 4.1.1 with Zeus 4.0r1 on Solaris 2.6.
Any help would be much appreciated.
Best,
David De Graff
I found the solution to this issue - the register_globals config line was commented out, so it was not actually on. The page loads now with that on.
Cheers,
David De Graff