• Resolved contezia

    (@contezia)


    Hello,

    Please help me. I was make the micgration from local to server and the Final Tiles doesnt work anymore. Grid created doesnt appear, and if I want to make one new grid doesn`t save it.
    I was tryind to delete plugin from local, inclusive from database. And when the site is on server I installed one more time – fresh copy, but widthout any succes.
    Please give me an hint.

    Thanks a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Diego

    (@greentreelabs)

    Hi, please check the tables name, they must be wp_FinalTiles_gallery and wp_FinalTiles_gallery_images with correct case. Sometimes export tools alter the case.

    Hi,
    I also had problems with exporting to my hoster. (it is running WP 4.8)
    I compared the names on my local installation and on the server (in the phpMyAdmin tree). They are both the same and follow the rules you wrote above. Only the letters are small and after wp_ stands wpmyhomepage_
    Do you have any idea what to do? I like your gallery very much and didn’t find anything else that fits.
    Kind regards
    And thanks in advance.

    Diego

    (@greentreelabs)

    Hi, sorry for the late response.

    You should fix the names of the tables with the following query:

    rename table wp_finaltiles_gallery to wp_ftg_temp
    rename table wp_ftg_temp to wp_FinalTiles_gallery
    
    rename table wp_finaltiles_gallery_images to wp_ftg_temp2
    rename table wp_ftg_temp2 to wp_FinalTiles_gallery_images

    Hi,
    I can only imagine how your magic worked… But everything in running now.
    Thanks a lot!!!

    Diego

    (@greentreelabs)

    Linux is case sensitive, so I just fixed the name of the tables ?? Glad to know it worked!

    Cheers,
    Diego

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘NOT working after migrate from local to server’ is closed to new replies.