Mr.Monkey
12-14-2004, 12:13 AM
Yes, sad but true. Another person who has done something very obviously wrong.. Yet he has no idea what it is.
I have looked at previous posts, and have tried some of the solutions suggested (effects detailed below). From what I have read, my problem is likely to be with the phrasing in cmps_index..
chdir('/homepages/20/d32970896/htdocs/vforum');
results in
Warning: main(./includes/vba_cmps_include_top.php): failed to open stream: No such file or directory in /homepages/20/d32970896/htdocs/vforum/global.php on line 285
Fatal error: main(): Failed opening required './includes/vba_cmps_include_top.php' (include_path='.:/usr/local/lib/php') in /homepages/20/d32970896/htdocs/vforum/global.php on line 285
chdir('./homepages/20/d32970896/htdocs/vforum');
Gets:
Warning: chdir(): No such file or directory (errno 2) in /homepages/20/d32970896/htdocs/cmps_index.php on line 21
Warning: main(./global.php): failed to open stream: No such file or directory in /homepages/20/d32970896/htdocs/cmps_index.php on line 27
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /homepages/20/d32970896/htdocs/cmps_index.php on line 27
The other suggestions
chdir('/vforum');
Warning: chdir(): No such file or directory (errno 2) in /homepages/20/d32970896/htdocs/cmps_index.php on line 21
Warning: main(./global.php): failed to open stream: No such file or directory in /homepages/20/d32970896/htdocs/cmps_index.php on line 27
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /homepages/20/d32970896/htdocs/cmps_index.php on line 27
Or
chdir('./vforum');
Warning: main(./includes/vba_cmps_include_top.php): failed to open stream: No such file or directory in /homepages/20/d32970896/htdocs/vforum/global.php on line 285
Fatal error: main(): Failed opening required './includes/vba_cmps_include_top.php' (include_path='.:/usr/local/lib/php') in /homepages/20/d32970896/htdocs/vforum/global.php on line 285
Now the ./ is getting to global.php, but past that I'm lost.
Thanks for offering this software, even more for supporting it.
Kind regards,
I have looked at previous posts, and have tried some of the solutions suggested (effects detailed below). From what I have read, my problem is likely to be with the phrasing in cmps_index..
chdir('/homepages/20/d32970896/htdocs/vforum');
results in
Warning: main(./includes/vba_cmps_include_top.php): failed to open stream: No such file or directory in /homepages/20/d32970896/htdocs/vforum/global.php on line 285
Fatal error: main(): Failed opening required './includes/vba_cmps_include_top.php' (include_path='.:/usr/local/lib/php') in /homepages/20/d32970896/htdocs/vforum/global.php on line 285
chdir('./homepages/20/d32970896/htdocs/vforum');
Gets:
Warning: chdir(): No such file or directory (errno 2) in /homepages/20/d32970896/htdocs/cmps_index.php on line 21
Warning: main(./global.php): failed to open stream: No such file or directory in /homepages/20/d32970896/htdocs/cmps_index.php on line 27
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /homepages/20/d32970896/htdocs/cmps_index.php on line 27
The other suggestions
chdir('/vforum');
Warning: chdir(): No such file or directory (errno 2) in /homepages/20/d32970896/htdocs/cmps_index.php on line 21
Warning: main(./global.php): failed to open stream: No such file or directory in /homepages/20/d32970896/htdocs/cmps_index.php on line 27
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /homepages/20/d32970896/htdocs/cmps_index.php on line 27
Or
chdir('./vforum');
Warning: main(./includes/vba_cmps_include_top.php): failed to open stream: No such file or directory in /homepages/20/d32970896/htdocs/vforum/global.php on line 285
Fatal error: main(): Failed opening required './includes/vba_cmps_include_top.php' (include_path='.:/usr/local/lib/php') in /homepages/20/d32970896/htdocs/vforum/global.php on line 285
Now the ./ is getting to global.php, but past that I'm lost.
Thanks for offering this software, even more for supporting it.
Kind regards,