Multiple errors when trying to install
Permalink
Here is my php info link:http://www.darasdigitals.com/development/info.php...
Here are the errors I get:
Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.
You must chmod 755 concrete/libraries/3rdparty/htmldiff.py and disable PHP safe mode.
Off to the right I get these:
Warning: Unknown: open(/var/php_sessions/sess_a77f69812c444e2c4363df88ea44f1c1, O_RDWR) failed: No such file or directory (2) 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 (/var/php_sessions) in Unknown on line 0
What's up and how do I fix it? Thanks in advance
Here are the errors I get:
Concrete cannot parse the PATH_INFO or ORIG_PATH_INFO information provided by your server.
You must chmod 755 concrete/libraries/3rdparty/htmldiff.py and disable PHP safe mode.
Off to the right I get these:
Warning: Unknown: open(/var/php_sessions/sess_a77f69812c444e2c4363df88ea44f1c1, O_RDWR) failed: No such file or directory (2) 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 (/var/php_sessions) in Unknown on line 0
What's up and how do I fix it? Thanks in advance
contact your host with problems, thats a host issue
Thanks for the reply...exactly what should i ask of them or tell them?
Actually went to the host site they had the php.ini file there for editing found the safe mode option which was already Off, clicked edit. I didn't touch anything but clicked save then, went and refreshed and install tests all passed. WEIRD.