PDA

View Full Version : Install Issues


CujoSR
10-27-2004, 10:04 PM
Having a problem with the cmps_index.php file. After installing step by step from the instructions i still get this error when running the file.

Warning: chdir(): SAFE MODE Restriction in effect. The script whose uid is 1981 is not allowed to access /home/www/victorl owned by uid 0 in /home/www/victorl/index.php on line 19

Warning: main(): Unable to access ./global.php in /home/www/victorl/index.php on line 25

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

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/php/share/pear') in /home/www/victorl/index.php on line 25

I have tried a few different variations on my path directory but nothing works
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

chdir('./home/www/victorl/vb3');
I'm sure iv'e done something wrong can anyone point me in the right direction?

Brian
10-28-2004, 12:19 AM
Remove the . from the beginning of the path.

Our Sponsors
 

CujoSR
10-28-2004, 12:25 AM
hmm... how did that get there? Thanks problem solved. It's the little things that get me. thanks for letting me use your eyes.