Quote Originally Posted by pixodaros View Post
Just to confirm, are you suggesting restoring the backup, then running the pricelist remove SQL script, then installing PPL?

On the broken ZC 1.5.8 install, there is no such table as zen_configuration

Code:
SELECT * FROM `zen_configuration` WHERE `configuration_title` like "PL_%";
returns nothing

On the 1.5.4 install,
Code:
SELECT * FROM configuration WHERE configuration_key LIKE 'PL_%';
returns 119 lines. I could repeat that query on a clean 1.5.8 install.
Wherever that line is, it should be coded as

"SELECT * FROM " . TABLE_CONFIGURATION . " WHERE configuration_key LIKE 'PL_%'"