I have been looking at open source shopping carts lately and I wanted to have a go at implementing this on my local machine and have a play around. My initial problems is permissions, I followed the install readme and chomodded the files in the list. And now I am getting these errors
I've had no problems with other software of this type but this ones got me. I chmod the whole directory to 777 to see if that would help but it didn't. Usually I'd give up and move on to the next app but I have a feeling about this software, it might be 'the one'.Warning: session_start() [function.session-start]: open(/var/tmp//sess_2391648bdef846b8ecda9097f9951b0a, O_RDWR) failed: Permission denied (13) in /Library/WebServer/Documents/opencart/install/index.php on line 6
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /Library/WebServer/Documents/opencart/install/index.php:6) in /Library/WebServer/Documents/opencart/install/index.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /Library/WebServer/Documents/opencart/install/index.php:6) in /Library/WebServer/Documents/opencart/install/index.php on line 68
Warning: Unknown: open(/var/tmp//sess_2391648bdef846b8ecda9097f9951b0a, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
Cheers
Chris