Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 The PHP session has not been started
Author « Topic »  

carl1963
Ecommerce Template Expert

United Kingdom
619 Posts

Posted - 04/17/2024 :  13:27:06  
I have this message on my cart page..

The PHP session has not been started. This can cause problems with the shopping cart function. For help please go to https://www.ecommercetemplates.com/support/

Regards
Carl

Vince
Administrator

42472 Posts

Posted - 04/19/2024 :  03:09:17  
Hi Carl
All the shopping cart pages like cart.php, products.php should have something like this at the top of the page...

<?php
session_cache_limiter('none');
session_start();
ob_start();
include "vsadmin/db_conn_open.php";
include "vsadmin/inc/languagefile.php";
include "vsadmin/includes.php";
include "vsadmin/inc/incfunctions.php";
include "vsadmin/inc/metainfo.php";?><!DOCTYPE html><html lang="en">
<head>


Could you have a look to see if that "session_start()" is there?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

carl1963
Ecommerce Template Expert

United Kingdom
619 Posts

Posted - 04/19/2024 :  06:24:10  
Hi Vince, it's all there.. I did move servers so is there something they missed.. they say not!

Also, after the update, the Recently Viewed is showing ramdom products, nothing I viewed, and in the Database Table: recentlyviewed, It is stuck on 4 views and won't empty.

aaa. hhh..

Regards
Carl

dbdave
ECT Moderator

USA
10279 Posts

Posted - 04/19/2024 :  08:10:23  
Hi Carl, I responded to your message.
I think you will need to press your host if those lines are all unchanged in your pages, and were working with your other host.
Thanks,
David

carl1963
Ecommerce Template Expert

United Kingdom
619 Posts

Posted - 04/20/2024 :  00:17:48  
Thanks for your time Dave, is there a list of PHP extensions that need te be ticked/engaged on my server, to run the store, so I could send it to them.. like a PHP Extension check list..



Regards
Carl

Phil
ECT Moderator

United Kingdom
7622 Posts

Posted - 04/20/2024 :  01:27:45  
Hi Carl,
Can you send me your host control panel details and I'll take a quick look for you?



*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

carl1963
Ecommerce Template Expert

United Kingdom
619 Posts

Posted - 04/20/2024 :  03:52:41  
Fixed my problems, yeah.. Thanks Phil.. that did it.. your a bloody STAR as usual.

Phil @ bettapages .com

Regards
Carl
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000