Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Yes it seams that I had the same issue with db. Originally plugin have table names with uppercase letters like be_UPCP_Items. After creating backup on Windows, table names has change their case:

    — Table structure for table be_upcp_categories

    CREATE TABLE IF NOT EXISTS be_upcp_categories (

    After db transfer to Linux machine plugin queries wasn’t able to get data from non-existing tables as linux is case sensitive system

    Hi.

    Did you found solution for this problem. Recently I moved site from development sandbox to my production server. All site works perfectly except this one issue, no products, categories, catalogues are shown. Items are missing at site front page and admin panel, but all items can be found in db, all files are moved correctly.

Viewing 2 replies - 1 through 2 (of 2 total)