Please help with 1.5.8 installation- Problems with session support
I am upgrading from 1.5.5 to 1.5.8. I got this error message: Some problems that need fixing before we continue: Problems with session support.
From the session below. It seems to be enabled. Have you seen something like this? I cannot move forward with the new installation. Thanks for your input.
session
Session Support enabled
Registered save handlers files user
Registered serializer handlers php_serialize php php_binary
Directive Local Value Master Value
session.auto_start Off Off
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_samesite no value no value
session.cookie_secure 0 0
session.gc_divisor 0 0
session.gc_maxlifetime 1440 1440
session.gc_probability 0 0
session.lazy_write On On
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /var/cpanel/php/sessions/ea-php56 /var/cpanel/php/sessions/ea-php74
session.serialize_handler php php
session.sid_bits_per_character 4 4
session.sid_length 32 32
session.upload_progress.cleanup On On
session.upload_progress.enabled On On
session.upload_progress.freq 1% 1%
session.upload_progress.min_freq 1 1
session.upload_progress.name PHP_SESSION_UPLOAD_PROGRESS PHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefix upload_progress_ upload_progress_
session.use_cookies 1 1
session.use_only_cookies 1 1
session.use_strict_mode no value 0
session.use_trans_sid no value 0
Re: Please help with 1.5.8 installation- Problems with session support
I think (keyword) that this might be the root of your issue:
Code:
session.use_trans_sid no value 0
Is it possible to set a php.ini override for the site where that value is specifically set to 0, i.e.
Code:
session.use_trans_sid=0
Re: Please help with 1.5.8 installation- Problems with session support
The problem was solved by changing session.save_path /var/cpanel/php/sessions/ea-php56 to the correct php74 version.
Re: Please help with 1.5.8 installation- Problems with session support
You should be using at least PHP 8 with ZC 1.5.8, UNLESS you have some current mod that will not work with 8.
7.4 was End of Life (EOL) last November AND, 8.0 will go EOL this coming November.
Re: Please help with 1.5.8 installation- Problems with session support
Has this been answered elsewhere? I also have a red "Problems with session support" banner and I'm using Geekhost with PHP 8.1
Thanks,
Mark
Re: Please help with 1.5.8 installation- Problems with session support
Quote:
Originally Posted by
charmlt
Has this been answered elsewhere? I also have a red "Problems with session support" banner and I'm using Geekhost with PHP 8.1
Thanks,
Mark
What are your site's Configuration :: Sessions settings? I've never seen such behavior on geekhost with the as-shipped settings.
Re: Please help with 1.5.8 installation- Problems with session support
Fixed! Server-side mistake I made a couple of days ago. I accidentally broke the cloudlinux cagefs styuff in your account. Whatever that means:) Thankfully they had a backup on the server, it just needed a couple more weeks. Thanks for getting back to me!
Now I'm up, here we go again. leavesofkentucky.com/cart
If anyone knows of an Etsy type plugin or advice, I would like to hear about it! - Thanks, Mark Young
Re: Please help with 1.5.8 installation- Problems with session support
You might want to take another look while looking at https://docs.zen-cart.com/user/troub...ng/blank_page/
Re: Please help with 1.5.8 installation- Problems with session support
I was rescued by the Geekhost staff again! I decided to go into a previously saved version and along with the Geekhost Sysops, I'm back up and getting help from the Zen-Cart forum.
-Mark