Session_save_path is writeable
Posted: Fri Mar 04, 2016 1:54 am
I am trying to upgrade a clean install of 1.12.1 which was from the Installatron on the Omnus server that my client is on. It was installed with content and nothing has been altered.
Immediately, I tried to install 2.1.2 from ftp'ing the files to the server and I get this error on page 3:
Session_save_path is writeable
The session save path directory is not writeable
After talking with the hosting company and doing extensive reading to figure out how to fix it, I'm at a bit of a dead-end, although I feel a lot more educated on the matter.
I read in the DOCS about Checking if session.save_path is writable and adding this line to the php.ini:
session.save_path = <install dir>/tmp/cache
This might be the answer, but I can't find a php.ini file anywhere.
So my questions are:
1. Am I supposed to create one and enter that line?
2. If so, what is the install directory and how do I code it exactly?
3. Where do I put the php.ini file?
I realize this forum likes questions asked in a certain manner and I hope I'm being clear in the question and what I've done to research it.
Below is my phpinfo page that shows what I think you need:
1. Configuration File (php.ini) Path: /etc/php70
2. Loaded Configuration File: /webroot/u/m/umcwv001/websiteaddress.org/.config/php.ini
3. session.save_handler: files
4. open_basedir: no value
In reply to #1 above, there is no php.ini file in the page.
In reply to #2 above, the .config is a hidden file and I do not have access to it according to the hosting company.
Thank you for any assistance and lastly, here is the System Information:
Cms Version: 1.12.1
Installed Modules:
CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.7
MicroTiny: 1.2.9
ModuleManager: 1.5.8
News: 2.15.2
Search: 1.7.13
ThemeManager: 1.1.8
Config Information:
php_memory_limit:
process_whole_template:
max_upload_size: 32000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 7.0.3
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 180
output_buffering: On
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 32M
upload_max_filesize: 32M
session_save_path: /clfs/sessions (0755)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.43
Server Db Grants: Could not find a suitable "GRANT ALL" permission. This may mean you could have problems installing or removing modules. Or even adding and deleting items, including pages
Server Time Diff: No filesystem time difference found
Immediately, I tried to install 2.1.2 from ftp'ing the files to the server and I get this error on page 3:
Session_save_path is writeable
The session save path directory is not writeable
After talking with the hosting company and doing extensive reading to figure out how to fix it, I'm at a bit of a dead-end, although I feel a lot more educated on the matter.
I read in the DOCS about Checking if session.save_path is writable and adding this line to the php.ini:
session.save_path = <install dir>/tmp/cache
This might be the answer, but I can't find a php.ini file anywhere.
So my questions are:
1. Am I supposed to create one and enter that line?
2. If so, what is the install directory and how do I code it exactly?
3. Where do I put the php.ini file?
I realize this forum likes questions asked in a certain manner and I hope I'm being clear in the question and what I've done to research it.
Below is my phpinfo page that shows what I think you need:
1. Configuration File (php.ini) Path: /etc/php70
2. Loaded Configuration File: /webroot/u/m/umcwv001/websiteaddress.org/.config/php.ini
3. session.save_handler: files
4. open_basedir: no value
In reply to #1 above, there is no php.ini file in the page.
In reply to #2 above, the .config is a hidden file and I do not have access to it according to the hosting company.
Thank you for any assistance and lastly, here is the System Information:
Cms Version: 1.12.1
Installed Modules:
CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.7
MicroTiny: 1.2.9
ModuleManager: 1.5.8
News: 2.15.2
Search: 1.7.13
ThemeManager: 1.1.8
Config Information:
php_memory_limit:
process_whole_template:
max_upload_size: 32000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 7.0.3
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 180
output_buffering: On
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 32M
upload_max_filesize: 32M
session_save_path: /clfs/sessions (0755)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.43
Server Db Grants: Could not find a suitable "GRANT ALL" permission. This may mean you could have problems installing or removing modules. Or even adding and deleting items, including pages
Server Time Diff: No filesystem time difference found