Published: 10/06/09 10:47 PM
I just copied some gambio sources from a webspace to local in order to test it. I just dumped the database into my local one. Certainly I needed to update the system-paths of the gambio shop, which can be changed in includes/configure.php. All paths but the session_save_path can be changed there. If you need to update the session_save_path to – say “C:\\mypath” , log into mysql, use the shop-database and enter the following command:
UPDATE configuration SET configuration_value="C:\\mypath" WHERE configuration_key="SESSION_WRITE_DIRECTORY";
That’s it.