1146 error: "_phocagallery_styles doesn't exist"
Posted: 29 Oct 2014, 22:22
Hello,
My client's site is running the latest version of Phoca Gallery, 4.1.2. The gallery works fine in the back end, but when I create a menu item to display the gallery in the front end, the page gives this error:
1146 - Table 'shelburnefalls_joomla.mmp_sf_phocagallery_styles' doesn't exist SQL=SELECT a.filename as filename, a.type as type, a.menulink as menulink FROM mmp_sf_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
I checked in phpMyAdmin, and in fact, the _phocagallery_styles table does not exist. However, when I copy the SQL queries from install/sql/mysql/install.utf8.sql and run them on the database (as described here: https://www.phoca.cz/documents/2-phoca-g ... em-solving ), nothing seems to happen. The _phocagallery_styles table is not created.
I made sure to replace the "#_" with the correct table prefix.
Do you have any suggestions? I know nothing about SQL, so I would very much appreciate some simple instructions.
Thanks very much -
Anne
My client's site is running the latest version of Phoca Gallery, 4.1.2. The gallery works fine in the back end, but when I create a menu item to display the gallery in the front end, the page gives this error:
1146 - Table 'shelburnefalls_joomla.mmp_sf_phocagallery_styles' doesn't exist SQL=SELECT a.filename as filename, a.type as type, a.menulink as menulink FROM mmp_sf_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
I checked in phpMyAdmin, and in fact, the _phocagallery_styles table does not exist. However, when I copy the SQL queries from install/sql/mysql/install.utf8.sql and run them on the database (as described here: https://www.phoca.cz/documents/2-phoca-g ... em-solving ), nothing seems to happen. The _phocagallery_styles table is not created.
I made sure to replace the "#_" with the correct table prefix.
Do you have any suggestions? I know nothing about SQL, so I would very much appreciate some simple instructions.
Thanks very much -
Anne