So, you resolved the problem you posted earlier?
1146 Table 'elfefcom_zc1.configuration_group' doesn't exist
because if not, Zen Lightbox would not be installed properly. That error is telling you that table named 'configuration_group' inside the database named 'elfefcom_zc1.configuration_group' can't be found", and your database isn't being updated with the install sql that comes with zen lightbox. This would lead to zen lightbox not working properly.
Check to see what your table-prefix ("DB_PREFIX") is for zen cart. You can find this in your configure.php files or phpadmin.
You will need to update that install.sql file with the correct table prefix (the link I posted earlier shows what to update if your table prefix is zen_) because as it stands now, it can't find the table/database.
If the install.sql inserted correctly since your post, then check your Zen Cart Admin -> Configuration menu for an entry named "Zen Lightbox" (if not there then that install.sql didn't insert) and make sure that the entry for Zen Lightbox is set for true. True means it's enabled and false means it's disabled.


Reply With Quote
