|
|
||
Has anybody actually gotten OSCommerce installed and working? If so, please, what host and what server?1 comment to Has anybody actually gotten OSCommerce installed and working? If so, please, what host and what server?You must be logged in to post a comment. |
||
|
Copyright © 2012 Tech Anorak - All Rights Reserved |
||
hope this helps
Fix: Goto Admin / Configuration / Sessions and change the Sessions Directory to tmp (no slashes)
If you can’t get into Admin, goto your Database Admin page (usually PhPAdmin app.)
Click on any table on the left hand side.
Click on SQL at the top of the screen
Overtype whatever appears in the SQL window with …
QUOTE
UPDATE configuration SET configuration_value = ‘tmp’ WHERE configuration_key=’SESSION_WRITE_DIRECTORY’
Click GO
Et Voila !