I just noticed this morning that my contact page at
shows a red 'x' and reads 'click for new image'. And at the top of the page there is this script:
Warning: session_start() [function.session-start]: open(/tmp/sess_01296106d737ac4168b8317f957f8e95, O_RDWR) failed: Read-only file system (30) in /home/uyuldura/public_html/milamcountyhistoricalcommission.org/contact.php on line 2
Warning: Unknown: open(/tmp/sess_01296106d737ac4168b8317f957f8e95, O_RDWR) failed: Read-only file system (30) 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
This has not always been on this page. So I saved the page with captcha as contacttest.php, deleted the captcha, and published it and I get a page with no script at the top - of course there is no captcha on the form either. I made no other changes on the page.
I've checked permissions and everything else I can find referenced in the forums to no avail. And I can find nothing checked 'read only' on the form.
Any ideas? Thanks
shows a red 'x' and reads 'click for new image'. And at the top of the page there is this script:
Warning: session_start() [function.session-start]: open(/tmp/sess_01296106d737ac4168b8317f957f8e95, O_RDWR) failed: Read-only file system (30) in /home/uyuldura/public_html/milamcountyhistoricalcommission.org/contact.php on line 2
Warning: Unknown: open(/tmp/sess_01296106d737ac4168b8317f957f8e95, O_RDWR) failed: Read-only file system (30) 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
This has not always been on this page. So I saved the page with captcha as contacttest.php, deleted the captcha, and published it and I get a page with no script at the top - of course there is no captcha on the form either. I made no other changes on the page.
I've checked permissions and everything else I can find referenced in the forums to no avail. And I can find nothing checked 'read only' on the form.
Any ideas? Thanks
Comment