AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: paul_evc7 on March 17, 2020, 05:58:03 PM

Title: Warning: session_name() when running on different windows machine
Post by: paul_evc7 on March 17, 2020, 05:58:03 PM
Right now I have AbanteCart running fine on a windows 10 machine but because I need to collaborate I installed AbanteCart on another machine, configure database and XAMPP server but when running I keep having this error:

Warning: session_name(): session.name cannot be a numeric or empty ''in dir\public_html\core\lib\session.php" on line 89


Already tried different browsers and cleaning cookies and cache but nothing helps.
Another thing is that it always redirects to "public_html/static_pages/index.php" intead of "public_html/index.php"
Title: Re: Warning: session_name() when running on different windows machine
Post by: Basara on March 18, 2020, 06:26:12 AM
Hello.
What is your AbanteCart version?
Title: Re: Warning: session_name() when running on different windows machine
Post by: paul_evc7 on March 18, 2020, 06:51:42 PM
Hello.
What is your AbanteCart version?

Is the latest version 1.2.15
XAMPP v3.2.4
PHP v7.4.3
Title: Re: Warning: session_name() when running on different windows machine
Post by: Basara on March 19, 2020, 01:17:42 AM
For php 7.4+ please install AbanteCart 1.2.16 https://github.com/abantecart/abantecart-src/archive/1.2.16.zip
Title: Re: Warning: session_name() when running on different windows machine
Post by: abolabo on March 19, 2020, 06:09:24 AM
please create new php file with any text editor  and put this code inside
Code: [Select]
<?php phpinfo(); ?>Then open it via browser.
Post output here.
Title: Re: Warning: session_name() when running on different windows machine
Post by: paul_evc7 on March 19, 2020, 03:20:39 PM
Here is my PHP info
Title: Re: Warning: session_name() when running on different windows machine
Post by: paul_evc7 on March 19, 2020, 03:37:20 PM
For php 7.4+ please install AbanteCart 1.2.16 https:// github.com /abantecart /abantecart-src/archive/1.2.16.zip

This solved my problem thanks!
It would be nice to update requirements in the manuals page or specify PHP version because it says PHP 7.3+ Supported
Title: Re: Warning: session_name() when running on different windows machine
Post by: Basara on March 20, 2020, 12:42:43 AM
Hello, paul_evc7.
The 1.2.16 will be released soon