Miles Posted June 17, 2005 Share Posted June 17, 2005 I am setting up a site for a client using the Beanstream payment module. The trouble is that when I try to test a payment I get a series of errors: Warning: session_start(): The session id contains invalid characters, valid characters are only a-z, A-Z and 0-9 in /Volumes/Circular/WebServer/testing/catalog/includes/functions/sessions.php on line 68 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /Volumes/Circular/WebServer/testing/catalog/includes/functions/sessions.php:68) in /Volumes/Circular/WebServer/testing/catalog/includes/functions/sessions.php on line 68 Warning: Cannot modify header information - headers already sent by (output started at /Volumes/Circular/WebServer/testing/catalog/includes/functions/sessions.php:68) in /Volumes/Circular/WebServer/testing/catalog/includes/functions/general.php on line 29 Warning: session_write_close(): The session id contains invalid characters, valid characters are only a-z, A-Z and 0-9 in /Volumes/Circular/WebServer/testing/catalog/includes/functions/sessions.php on line 197 Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /Volumes/Circular/WebServer/testing/catalog/ includes/functions/sessions.php on line 197 The only mod I have from stock OSC 2.2ms is the register_globals patch (register_globals is off) Is that what the problem is? Is there a way to patch the beanstream module? Thanks, Miles Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.