PDA

View Full Version : SAFE MODE Restriction


RandomLove
05-25-2004, 06:03 AM
Hi everyone,
This system looks promissing so I decided to give it a try.

Installation went smoothly, when I point the browser to cmps_index.php I get the following error:


Warning: SAFE MODE Restriction in effect. The script whose uid is 509 is not allowed to access /home/virtual/site4/fst/var/www/html owned by uid 0 in /home/virtual/site4/fst/var/www/html/cmps_index.php on line 19

Warning: Unable to access ./global.php in /home/virtual/site4/fst/var/www/html/cmps_index.php on line 25

Fatal error: Failed opening required './global.php' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site4/fst/var/www/html/cmps_index.php on line 25


Regards,
R.L. :)

RandomLove
05-25-2004, 06:09 AM
Ok, I found the problem, I had to remove the dot in the chdir command in the file cmps_index.php:

This
chdir('./home/virtual/site4/fst/var/www/html/vb3');

should be this:

chdir('/home/virtual/site4/fst/var/www/html/vb3');

Now I have another error:


Warning: Unable to access ./modules/onlineusers.php in /home/virtual/site4/fst/var/www/html/vb3/includes/vba_cmps_include_bottom.php on line 259

Fatal error: Failed opening required './modules/onlineusers.php' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site4/fst/var/www/html/vb3/includes/vba_cmps_include_bottom.php on line 259

Our Sponsors
 

RandomLove
05-25-2004, 06:13 AM
I just found that I forgot to upload the files in /modules dir. Very silly :(

It worked :)...

I will spend some time tweaking things around...

Great job guys..

Cheers :)
R.L. :)