antum Posted October 25, 2006 Posted October 25, 2006 Hi there, I've been developing an OS Commerce site offline for a couple of weeks and its now time to get it online. I've got the database setup, and the files uploaded but there are two problems... 1: The images don't seem to be displaying.... 2: After you press refresh the whole system goes blank... It falls over in application_top.php where it tries to load the language and currency from SESSION.... I've done a var_dump of SESSION and I can see that language and currency are set to NULL... I'm going to continue to try and debug (without a proper debugging environment) but it would be great to hear what advice you might be able to give me? Thanks, Ant
antum Posted October 25, 2006 Author Posted October 25, 2006 The sessions are stored in MySQL and look like this: cart|N;language|N;languages_id|N;currency|N;navigation|N; I'm guessing that the sessions are not being generated and stored properly, so I will try and figure out where that happens... Please let me know if you have any other advice, Thanks, Ant
Recommended Posts
Archived
This topic is now archived and is closed to further replies.