To be a little more specific...
When adding CGIWrap to the root .htaccess, the shopping cart (found in sub folder) give me these errors:
Code:
Warning: session_start() [function.session-start]: open(/tmp/sess_916b00ae03e4adda673b449ad945d59a, O_RDWR) failed: Permission denied (13) in /usr/www/users/USERNAME/application/config/config.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/www/users/USERNAME/application/config/config.php:2) in /usr/www/users/USERNAME/application/config/config.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/USERNAME/application/config/config.php:2) in /usr/www/users/USERNAME/cart/display.php on line 43
Warning: Unknown: open(/tmp/sess_916b00ae03e4adda673b449ad945d59a, 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 (/tmp) in Unknown on line 0
Rather than breaking the seal on the shopping cart, is there a way to tell the shopping cart folder to ignore CGIwrap, or is it a site-wide, all for nothing, type of script?
Thanks!!!
Bookmarks