PDA

View Full Version : cmps_index


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,

Brian
12-14-2004, 01:13 AM
Did you upload the vBa files to your forum/includes folder?

Our Sponsors
 

Mr.Monkey
12-14-2004, 08:01 AM
I checked it off the list I printed out...

But that was it. Many thanks, and apologies for the question!