Is anyone having the same problem? Every single one of the Fancy Products I created in the past are now missing layers. What's really strange is that on our live website the products appear fine, meaning the layers that have disappeared in the product builder appeare and can be customized. The images for the missing layers are in the image gallery so it's not like they got deleted or anything. The two possible solutions that the FPD developers recommended didn't fix the problem. Thanks.
0 Votes
D
Deleted Agent posted
over 6 years ago
Best Answer
That only happens if you have at some point switched from http to https - you'll need to go through your database and replace the http URL's with https (search and replace).
0 Votes
11 Comments
Sorted by
K
Katrina Morrisposted
almost 6 years ago
Nevermind! We also went from a staging server to a live server, so the base url changed. I ran the replace queries above and all the views are back!
Thank you.
0 Votes
K
Katrina Morrisposted
almost 6 years ago
I ran the above queries and they all worked except the last. I got the following error message:
That only happens if you have at some point switched from http to https - you'll need to go through your database and replace the http URL's with https (search and replace).
Is anyone having the same problem? Every single one of the Fancy Products I created in the past are now missing layers. What's really strange is that on our live website the products appear fine, meaning the layers that have disappeared in the product builder appeare and can be customized. The images for the missing layers are in the image gallery so it's not like they got deleted or anything. The two possible solutions that the FPD developers recommended didn't fix the problem. Thanks.
0 Votes
Deleted Agent posted over 6 years ago Best Answer
That only happens if you have at some point switched from http to https - you'll need to go through your database and replace the http URL's with https (search and replace).
0 Votes
11 Comments
Katrina Morris posted almost 6 years ago
Thank you.
0 Votes
Katrina Morris posted almost 6 years ago
#1146 - Table 'shopmeo_wordp.wp_fpd_templates' doesn't exist
My layers are still missing in the product builder after going from http: to https:
Thank you.
0 Votes
Ove Brandt posted about 6 years ago
You can run these queries to fix missing layers when you have switched to https:
REMEMBER TO BACK UP FIRST! Dont blame me if it goes to shit!
update wp_fpd_views SET elements = REPLACE (elements, 'http:', 'https:')
update wp_fpd_views SET thumbnail = REPLACE (thumbnail, 'http:', 'https:')
update wp_fpd_products SET thumbnail = REPLACE (thumbnail, 'http:', 'https:')
update wp_fpd_templates set views = REPLACE (views, 'http:', 'https:')
This fixed it for me, and yes, i did a backup first, just in case.
0 Votes
David Conway posted about 6 years ago
0 Votes
Gerrit Ekelmans posted over 6 years ago
0 Votes
Rhiannon Doyle posted over 6 years ago Admin
I can't work out where it was introduced but I can't find a reason for it.
0 Votes
Tee Mo posted over 6 years ago
Same issue. Layers appear on the frontend, but I am unable to see or edit layers in the Fancy Product Builder backend.
Has anyone found an actual solution??
I also have a separate issue with my text layer appearing as left aligned (when it is supposed to be centered) on mobile browsers
0 Votes
Daniel de Bianchetti posted over 6 years ago
In my case the images only disappear from the backend of FPD (product builder) however in frontend the images are ok
In the tables of:
_wp_fpd_products
_wp_fpd_templates
_wp_fpd_views
All URLs are on https
Attachments (1)
image.png
301 KB
0 Votes
Daniel de Bianchetti posted over 6 years ago
0 Votes
Deleted Agent posted over 6 years ago Answer
That only happens if you have at some point switched from http to https - you'll need to go through your database and replace the http URL's with https (search and replace).
0 Votes
Efbi posted over 6 years ago
Same problems here
0 Votes
Login or Sign up to post a comment