GLOBALS.php not created on installation [message #159909] |
Thu, 09 July 2009 03:04 |
LADave
Messages: 19 Registered: July 2009 Location: Los Angeles
Karma:
|
Junior Member |
|
|
I'm having trouble installing FUDForum 2.8 and was hoping someone could lend me a hand. The installation runs through without any errors, the tables in MySQL are created and I get to the final step telling me to delete the 'install.php' file before continuing. When I click the 'Finished' button from there I get a page with these PHP errors:
Warning: main(./GLOBALS.php) [function.main]: failed to open stream: No such file or directory in /home/davidhun/public_html/collegeultimate_net/fud/index.php on line 12
Warning: main(./GLOBALS.php) [function.main]: failed to open stream: No such file or directory in /home/davidhun/public_html/collegeultimate_net/fud/index.php on line 12
Warning: main(./GLOBALS.php) [function.main]: failed to open stream: No such file or directory in /home/davidhun/public_html/collegeultimate_net/fud/index.php on line 12
Fatal error: main() [function.require]: Failed opening required './GLOBALS.php' (include_path='/usr/lib/php:.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/davidhun/public_html/collegeultimate_net/fud/index.php on line 12
From what I've read there is supposed to be a GLOBALS.php file in the 'include' folder but I don't see one there. Also, if there was a GLOBALS.php file there then I should have a symlink in the same folder as index.php as well as the 'adm' directory.
So, where do I start tracking the problem down? The error logs on the webserver aren't much help because they just show file not found errors. I searched the forums and couldn't find much information regarding the GLOBALS.php file simply never being created. I made sure to chmod everyting to 777 so I don't think that is the problem.
Any help would be appreciated.
Thanks,
Dave
|
|
|