smart Posted January 7, 2005 Posted January 7, 2005 My OSC site is working on my host server for testing. I then uploaded the same site to another server to go live. I am getting this errors Warning:open(/tmp/sess_754c8bf3acd71b13ff0d3b87146ae4f9,O_RDWR) failed: Permission denied (13) in /www/database/catalog/includes/functions/sessions.php on line 67 Warning: open(/tmp/sess_754c8bf3acd71b13ff0d3b87146ae4f9, O_RDWR) failed: Permission denied (13) in /www/database /catalog/includes/functions/sessions.php on line 106 It seems to be referring to old database? And links from new website referring to old site? How to I fix this? As I would like my client to be Happy - no delays? Thanks <_<
ozcsys Posted January 7, 2005 Posted January 7, 2005 For the error message change the following line in your two configure.php files define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' to this define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' You only need to change your configure.php files to get everything pointing to the new location so if you still have links pointing to the old location then you need to check all your path and database defines. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
smart Posted January 7, 2005 Author Posted January 7, 2005 I re did configure.php files. But still have links pointing to the old location. Then you need to check all your path and database defines. How do I check database defines? Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.