|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Registered
Join Date: Apr 2002
Location: Lafayette LA
Posts: 17
Reputation: 5
|
osCommerce permissions error message
After installing osCommerce, I resolved the installation errors except this one: Warning: session_start(): open(/tmp/sess_1498128a1e3f110f18956d56bd8fee80, O_RDWR) failed: Permission denied (13) in /www/m/mysite/htdocs/osCommerce/catalog/admin/includes/functions/sessions.php on line 67. I can edit the line in question, but I don't know what to edit it to. Can anyone help?
|
|
|
|
|
#2 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
In your two configure.php files, one in catalog/includes and one in catalog/admin/includes, towards the bottom there is a define of STORE_SESSIONS with a value of the empty string. Change it to be defined as 'mysql'.
__________________
Steve |
|
|
|
|
#3 | |
|
Registered
Join Date: Apr 2002
Location: Lafayette LA
Posts: 17
Reputation: 5
|
Quote:
|
|
|
|
|
|
#4 |
|
Registered
Join Date: Jan 2005
Location: Aussie
Posts: 2
Reputation: 5
|
Thank you Steve.
This was also a problem for my osCommerce installation. Something must have changed on the server just last week. I was all ready for a big night of code surveillance ![]() |
|
|
|
|
#5 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
It did change last month sometime where the use of a shared temp folder for sessions was no longer permitted.
__________________
Steve |
|
|
![]() |
| Thread Tools | Search this Thread |
|
|