novalogix Posted October 22, 2005 Share Posted October 22, 2005 My friend's site suddenly had this error and i don't seem to be able to find the cause. everything in the OSc is working except for the links to any of his products on the page. clicking on any pictures will lead to a error 404 page at the default page there is this error: Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. Please advice on this. the site is already live thathobbyshop.com thanks Link to comment Share on other sites More sharing options...
voided Posted October 22, 2005 Share Posted October 22, 2005 you can try to store sessions in the database. in includes/configure.php change : define('STORE_SESSIONS', ''); to define('STORE_SESSIONS', 'mysql'); Designrfix.com | Graphic Design Inspiration & Web Design Resources - @designrfix Link to comment Share on other sites More sharing options...
novalogix Posted October 23, 2005 Author Share Posted October 23, 2005 ok, the warnin is solved. i am still having problems with the products links. whichever link i click to view a product detail, it goes to a error 404, object not found Link to comment Share on other sites More sharing options...
voided Posted October 23, 2005 Share Posted October 23, 2005 when i tried to access a product using this link i get a 404 : www.thathobbyshop.com/catalog/product_info.php/products_id/55 but when i use this one: www.thathobbyshop.com/catalog/product_info.php?products_id=55 it seems to work... your server has a problem handling "Search-Engine Safe URLs"... turn off that option in the administration section and try again. that should fix your problem. Designrfix.com | Graphic Design Inspiration & Web Design Resources - @designrfix Link to comment Share on other sites More sharing options...
novalogix Posted October 24, 2005 Author Share Posted October 24, 2005 thanks for the help. everythings alright Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.