Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I installed the cart into the modules folder, and started setup. I then attempted to migrate my CE4 products, etc to Backlight. I received an error. On any page of my site, I got a cart is not available error, and I could go no further. I removed the module-cart folder and was able to access the site again. I reinstalled it and received the error message again.
How can I clear the error?
I would like to reuse the pricing scheme. I can recreate it, but would like to see what I had under CE4. Is there a humanly readable file with the pricing schedule?
Thanks,
Herschel
Here is the error
Updating CE4 Cart from version 3.0.5 to 4.1.5
Backing up databases...
Backed up master.sq3
Backed up orders.sq3
Upgrading to version 3.1.0...
Updating settings structure
Updating settings
Updating localisations
Creating countries table
Adding mode field for Additional Fields
Add IP address capture to orders
Unable to upgrade to version 3.1.0
Error message: SQLSTATE[HY000]: General error: 1 35 values for 34 columns
Something went wrong
Cannot modify header information - headers already sent by (output started at /home/hjrweintraub/public_html/photo-now-backlight/backlight/framework/helpers/GenericUpgradeHelper.php:57) in URLHelper.php on line 273
Offline
Hi Herschel, I haven't come across that error before. Something must have become broken with the upgrade scripts.
Can you provide me with a Backlight admin login, so that I can try and resolve this? Also, please make sure the module-cart is there.
Offline
Hi Ben
I just emailed the info to you.
-Herschel
Offline
Thanks. I've fixed your Cart upgrade, and the Cart module is back and not causing errors.
I am not sure why it failed at that point, but I made a workaround.
Offline
Thanks!
Offline
Snap!
Clicking on the top right hand cross then the blank screen brings up the site. But then when clicking on another link the process has to be repeated.
I deleted the module-cart folder then re-copied it. Same thing happened.
Offline
this isn't anything to do with the Cart, but I noticed your site isn't behaving well at mobile sizes. This is due to the tables you're using for designing the page.
Tables, bad! (for design).
You're also using deprecated html (<h3 align="center"> for example).
Instead of tables, use the TTG Responsive Grid framework: http://ttg-tips-and-tricks.barbeephoto. … backlight/
And instead of deprecated html for inline styling, use css: <h3 style="text-align:center;"> for example.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
It was working fine until I added the cart. [OK, the tables don't with mobiles!]
I will follow the advice.
Actually, the cart works on mobiles!
And, I've just discovered, on PCs!
Last edited by Dave C (2018-03-15 01:54:17)
Offline
So the Cart is working and you have resolved any problems involved with migrating from CE4 Cart?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Hi Dave, I've uploaded a new version of the Cart that addresses the upgrade issue. I was never able to see why it happened, but this adds a work-around. Can you download the zip file again, and replace backlight/modules/module-cart on your server?
Offline
Fingers crossed!
Only slight downside is that on the home page [http://galleries.photolens.co.uk/index.php] the 2017 images are aligned left instead of centered as in 2018.
Please, don't bother to try and solve it - I will eventually! - you both havemany more important challenges to solve.
Thanks once again to you both.
[I'll be back!!!]
Offline
not too tough.
Try this in your custom css:
.grid_12 img {
display: inline;
}
looks like inline or inline-block work equally well.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Offline
Pages: 1