Convergence Posted November 29, 2010 Share Posted November 29, 2010 Greetings, Captcha is not showing in FireFox, Opera, and Chrome. It is, however, showing in IE7 and Safari. Any ideas? Perhaps a css issue? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Convergence Posted November 29, 2010 Author Share Posted November 29, 2010 Have the following in my error log: 10:56:34] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: open(/tmp/sess_c25165992b6e371df38f186e17199c1d, O_RDWR) failed: Permission denied (13) in /home/<removed>/public_html/start/includes/verifyimage.php on line 0[29-Nov-2010 10:56:34] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/<removed>/public_html/start/includes/verifyimage.php:0) in /home/<removed>/public_html/start/includes/verifyimage.php on line 0 [29-Nov-2010 10:56:34] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/<removed>/public_html/start/includes/verifyimage.php:0) in /home/<removed>/public_html/start/includes/verifyimage.php on line 0 [29-Nov-2010 10:56:34] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/<removed>/public_html/start/includes/verifyimage.php:0) in /home/<removed>/public_html/start/includes/verifyimage.php on line 0 [29-Nov-2010 10:56:34] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/<removed>/public_html/start/includes/verifyimage.php:0) in /home/<removed>/public_html/start/includes/verifyimage.php on line 0 [29-Nov-2010 10:56:34] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/<removed>/public_html/start/includes/verifyimage.php:0) in /home/<removed>/public_html/start/includes/verifyimage.php on line 0 [29-Nov-2010 10:56:34] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/<removed>/public_html/start/includes/verifyimage.php:0) in /home/<removed>/public_html/start/includes/verifyimage.php on line 0 [29-Nov-2010 10:56:34] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/<removed>/public_html/start/includes/verifyimage.php:0) in /home/<removed>/public_html/start/includes/verifyimage.php on line 0 [29-Nov-2010 10:56:34] PHP Warning: Unknown: open(/tmp/sess_c25165992b6e371df38f186e17199c1d, O_RDWR) failed: Permission denied (13) in Unknown on line 0 [29-Nov-2010 10:56:34] PHP 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 0 Quote Link to comment Share on other sites More sharing options...
Convergence Posted January 5, 2011 Author Share Posted January 5, 2011 Anyone have any thoughts on this? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Damo Posted January 5, 2011 Share Posted January 5, 2011 This is the important line: 29-Nov-2010 10:56:34] PHP 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 Check that you can actually write to /tmp or change the session.save_path value to a directory that you can write to. This error though would stop it working in all browsers (it just wouldn't work). If you are seeing in a browser then it's likely to be cached. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted January 5, 2011 Share Posted January 5, 2011 Are you using the DBSessions mod? If so have you uploaded the verifyimage.php php as it says in the readme.txt file. 0 Quote Link to comment Share on other sites More sharing options...
Convergence Posted January 5, 2011 Author Share Posted January 5, 2011 This is the important line: 29-Nov-2010 10:56:34] PHP 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 Check that you can actually write to /tmp or change the session.save_path value to a directory that you can write to. This error though would stop it working in all browsers (it just wouldn't work). If you are seeing in a browser then it's likely to be cached. Are you using the DBSessions mod?If so have you uploaded the verifyimage.php php as it says in the readme.txt file. Thanks Damo & Sparky - Will double check both. We have 3 installations of WHMCs - all with different templates and are in the process of 'copying' / modifying one template to the other installs - must have messed up a path or something. Thanks again for your assistance. Will update you when we have checked out your suggestions. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.