Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

got some errors after installation help?


minglou

Recommended Posts

in the admin/cache control got this errors:

 

Warning: SAFE MODE Restriction in effect. The script whose uid is 609 is not allowed to access /tmp/ owned by uid 0 in /home/virtual/site107/fst/var/www/html/store/admin/cache.php on line 82

 

Fatal error: Call to a member function on a non-object in /home/virtual/site107/fst/var/www/html/store/admin/cache.php on line 83

 

in the admin/who's online got this errors:

 

Warning: Bad arguments to implode() in /home/virtual/site107/fst/var/www/html/store/admin/whos_online.php on line 107

 

 

 

anyone help to fix it?

 

thanks

 

sean

Link to comment
Share on other sites

Warning: SAFE MODE Restriction in effect. The script whose uid is 609 is not allowed to access /tmp/ owned by uid 0 in /home/virtual/site107/fst/var/www/html/store/admin/cache.php on line 82

Your uid (username/userId/etc) does not have access to the /tmp directory of the server you installed oscommerce to (apparently looking like a shared virtual hosting server -- which installing cache to /tmp is BAD anyways; in case another user on that shared server installed his oscommerce cache in /tmp.. who's cache is who's?? see where I'm getting at?). The /tmp folder is owned by root (uid 0/System Admin/god/etc).

 

Fatal error: Call to a member function on a non-object in /home/virtual/site107/fst/var/www/html/store/admin/cache.php on line 83

See above.

 

in the admin/who's online got this errors:

 

Warning: Bad arguments to implode() in /home/virtual/site107/fst/var/www/html/store/admin/whos_online.php on line 107

Unsure about that one! Arguements used on line 107 of whos_online php doesn't agree with.

 

To fix this, you need to update in Admin-config-cache directory to something like: /home/virtual/site107/fst/var/www/html/cache

**Making sure that directory was created first (otherwise you will get directory DNE errors, etc... and writable "chmod 777")***

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...