6.5 FAQ's

Product Loads not categorising to Design Types on 65
Amend the SQL to include: SET FOREIGN_KEY_CHECKS=0; before the "INSERT INTO" section of the load script.
Wed, 18 Dec, 2019 at 3:48 PM
Ad Panels causing error
Login to the 6.5 Layershift server Find the DB and select tbladpanel Select Structure and tick the id field Now look along the bottom and select primary...
Tue, 6 Jul, 2021 at 10:26 AM
New project not showing when created on Layershift 65 server (florist-00.pro)
1. Add sub domain to cloudflare     - Open cloudflare and select floristpro-00 domain     - Click DNS at top  - Click add Record         -...
Wed, 10 Jun, 2020 at 2:44 PM
Prevent Caching of development site on florist-00.pro
Add page rule in cloudflare
Thu, 4 Jun, 2020 at 12:53 PM
Products and Stylesheets not displaying
On checing url on one occassion i could see it was trying to find them on ex0
Sat, 6 Jun, 2020 at 7:46 PM
Clear design ids in categories if design no longer exists
delete from tbldesignoccassion where designId not in (select id from tbldesign); delete from tbldesign_designtype where designId not in (select id from tbl...
Fri, 20 Nov, 2020 at 1:47 PM
App1 and FS1 server environment
Sat, 25 Jul, 2020 at 8:44 PM
Migration Script to layershift
1. Backup their db and download it 2. Create and load into local db 3. run updates below ALTER TABLE `tbldeliverycharges` ADD COLUMN IF...
Tue, 18 Aug, 2020 at 12:48 PM
Layershift migrations - using new GUI
simply extract the zip file to c:/floristProMigration Run the exe jar     Enter all details then click download     once you get a response oin...
Wed, 19 Aug, 2020 at 2:12 PM
Layershift - set up jconsole access
https://jelastic.com/blog/remote-monitoring-with-jmx-tools-in-jelastic/
Sun, 4 Oct, 2020 at 6:40 PM