carlton 1 Posted February 8 Share Posted February 8 I am new to Cubecart and have just installed the latest version of Cubecart both through your hosting provider to no avail and then I loaded the Cubecart Zip file directly on to our server. Both times I got the same results. Both user and password are correct, when entered the login panel refreshes with no error messages. If I put in incorrect login details I get incorrect user/password etc. So it shows that these are correct but it will not go any further. I have spend all of today trying to fix this issuse by looking at the forum and gooling Cubecart login issuses for which I must say there seem to be many poeple who have had in same problem. I have tried various methods recommended to no avail lastly being adding code lines to the .htaccess file and global.inc.php file in the includes folder as one person suggested, again without any luck. Can someone please help Thanks Carlton Quote Link to post Share on other sites
Al Brookbanks 207 Posted February 8 Share Posted February 8 That suggest PHP sessions are not working right. If you add the test item to the basket does it hold it on subsequent pages? Quote Link to post Share on other sites
carlton 1 Posted February 8 Author Share Posted February 8 Hi Al thanks for coming back so quickly, the answer to your question is it adds the item to the cart, but when you go to view the cart is says cart empty Quote Link to post Share on other sites
Al Brookbanks 207 Posted February 8 Share Posted February 8 This means PHP sessions are not working. Maybe the session save path needs to be set. Your hosting company should be able to advise. Quote Link to post Share on other sites
carlton 1 Posted February 9 Author Share Posted February 9 Morning Al Thanks again we are using PHP 5.6 if that helps. Quote Link to post Share on other sites
Al Brookbanks 207 Posted February 9 Share Posted February 9 Use the highest PHP version they have although that may not resolve this is the sessions are still not configured right. Maybe at the top of the ini.inc.ph file add; session_save_path('./includes/extra'); That may get it working but there will be no PHP session garbage collection. Quote Link to post Share on other sites
carlton 1 Posted February 9 Author Share Posted February 9 I have contacted our hosting company and they have confirmed there was a problem Ihave listed their response in case anyone elese may have this issue. 'I have checked the php.ini file once again and I have updated it. It was not defined in the .htaccess file as well so the changes made in the php.ini file were not being picked up.' I can now log in and enjoy Once again thank you for your quick response it is nice to work with a company that values it's users. As suggested I am using PHP 7.4 1 Quote Link to post Share on other sites
bsmither 1,480 Posted February 9 Share Posted February 9 Please be aware that there are a few issues with CC642 running under PHP7.4. You can see details in the GitHub. Quote Link to post Share on other sites
Al Brookbanks 207 Posted February 9 Share Posted February 9 4 minutes ago, bsmither said: Please be aware that there are a few issues with CC642 running under PHP7.4. You can see details in the GitHub. Nothing that causes any real world instability or blocks. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.