PDA

View Full Version : More Problems


Staticfire
06-11-2004, 10:55 AM
Ok I finnished installing everything and now when i go to where i put the cmpsindex.php that i renamed index.php i get this error

Warning: chdir(): No such file or directory (errno 2) in /home/xrealmz/public_html/index.php on line 19

Warning: main(./global.php): failed to open stream: No such file or directory in /home/xrealmz/public_html/index.php on line 25

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/xrealmz/public_html/index.php on line 25

What did I do wrong and how can I fix it?

Brian
06-11-2004, 10:57 AM
Please see the FAQ section of the readme file. ;)

Our Sponsors
 

Staticfire
06-11-2004, 11:18 AM
Did what it said and it says this

Warning: chdir(): Not a directory (errno 20) in /home/xrealmz/public_html/index.php on line 19

Warning: main(./global.php): failed to open stream: No such file or directory in /home/xrealmz/public_html/index.php on line 25

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/xrealmz/public_html/index.php on line 25

Brian
06-11-2004, 11:23 AM
What do you have for your chdir line?

Our Sponsors
 

Staticfire
06-11-2004, 11:27 AM
first i put http://xrealmz.com/forums cause thats my forum adress

then i put /home/xrealmz/public_html/index.php because thats what it said to put there based on what i found in the readme file

Brian
06-11-2004, 11:31 AM
It should be:

chdir('/home/xrealmz/public_html/forums');

Staticfire
06-11-2004, 11:41 AM
worked thanks :)