Ho installato Phoca Gallery 4.2.1 ma quando vado a caricare le immagini, sul sito mi compare questo errore:
1146 - Table 'Sql625720_1.cast_phocagallery_styles' doesn't exist SQL=SELECT a.filename as filename, a.type as type, a.menulink as menulink FROM cast_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
Sapete aiutarmi a risolvere il problema?
Grazie
Errore 1146 Table
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Errore 1146 Table
Hi,
it seems, that you made an upgrade from J 2.5 to J 3?
Check following: https://www.phoca.cz/documents/50-phoca/ ... o-joomla-3
https://www.phoca.cz/documents/17-phoca- ... em-solving
SQL file: /administrator/components/com_phocagallery/install/sql/mysql/>/install.utf8.sql
The #__ is in the SQL-script.
You have to change that in the script. Change #_ with YOUR prefix of the tables in your database.
(only one underscore)
Run this SQL queries in your database tool, e.g. in phpMyAdmin
Kind regards, Christine
it seems, that you made an upgrade from J 2.5 to J 3?
Check following: https://www.phoca.cz/documents/50-phoca/ ... o-joomla-3
https://www.phoca.cz/documents/17-phoca- ... em-solving
SQL file: /administrator/components/com_phocagallery/install/sql/mysql/>/install.utf8.sql
The #__ is in the SQL-script.
You have to change that in the script. Change #_ with YOUR prefix of the tables in your database.
(only one underscore)
Run this SQL queries in your database tool, e.g. in phpMyAdmin
Kind regards, Christine
