(Nov 17th, 2009, 11:53 AM)Ben Wrote: First off, just to make double-sure, what version of the API are you running? (To find out, log into Form Tools and go to Settings -> Main). Make sure you're running the latest version (20090908) since that version included an important upgrade that allows you to use both db + PHP sessions.I did this upgrade, and it made it worse.
Quote:That error message you're seeing means that the server's unable to create the sessions.I read the article, and checked phpinfo. There was no location assigned. I then tried to create a php.ini to adjust it myself, fail. Then I called the host provider. They were confused, but did somehow manage to get some file location in my phpinfo.
Good news: Form works!
Bad news: I can't log into formtools, no proper password available even when using the password encryptor and phpmyadmin, along with the following errors:
Warning: Unknown(): open(/tmp/sess_468967af1085c408f0091ca26c399174, 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
http://track.onthebus.org/form/
using password reset, get blank page with errors:
Warning: session_write_close() [function.session-write-close]: open(/tmp/sess_468967af1085c408f0091ca26c399174, O_RDWR) failed: Permission denied (13) in /homepages/10/d289530726/htdocs/Tracking-tia/form/global/code/accounts.php on line 142
Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /homepages/10/d289530726/htdocs/Tracking-tia/form/global/code/accounts.php on line 142
Warning: Cannot modify header information - headers already sent by (output started at /homepages/10/d289530726/htdocs/Tracking-tia/form/global/code/accounts.php:142) in /homepages/10/d289530726/htdocs/Tracking-tia/form/global/code/accounts.php on line 143
help...