Quote Originally Posted by leon76 View Post
Hi guys.

I'm installing lightbox in 1.5.0.

I followed the readme.html, changed what was asked to change and uploaded the folders.
Now, when I try to execute the SQL patch, the error appears:

"WARNING: An Error occurred, please refresh the page and try again."

What can be wrong?
SOLVED

There was an error in install.sql.

I ran the script in phpmyadmin and the error was clear, there wasn't a table "configuration_group". Neither the rest of the tables in that script.
They were all missing the "zen_" prefix.
Changed it and ran it and it worked.