Page 1 of 1
Upgrading to Phoca Gallery 4.0.0 Beta with Joomal 3.0.
Posted: 22 Mar 2013, 22:00
by Grey Sheep
When Upgrading to Phoca Gallery 4.0.0 Beta with Joomal 3.0.3
Trying display a gallery gives the following error.
1146 - Table 'xxxxxxx_sxxxxk.odu0o_phocagallery_styles' doesn't exist SQL=SELECT a.filename as filename, a.type as type, a.menulink as menulink FROM odu0o_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
Any clues as to where I look?
Re: Upgrading to Phoca Gallery 4.0.0 Beta with Joomal 3.0.
Posted: 31 Mar 2013, 12:04
by Jan
Re: Upgrading to Phoca Gallery 4.0.0 Beta with Joomal 3.0.
Posted: 27 Aug 2013, 00:35
by Pcfactory
Re: Upgrading to Phoca Gallery 4.0.0 Beta with Joomal 3.0.
Posted: 29 Aug 2013, 16:39
by Jan
Hi, if the table is missing in your database, such needs to be added manually, see:
installation ZIP: install/sql/mysql/install.utf8.sql
to see the queries for adding style table.
Or wait for Joomla! 3 stable LTS, I hope I will write accurate and detailed guide for migrating Phoca Galley from Joomla! 2.5 to Joomla! 3.x stable LTS
Jan
Re: Upgrading to Phoca Gallery 4.0.0 Beta with Joomal 3.0.
Posted: 15 Sep 2014, 17:47
by Jan
Hi, for now I have two tasks then the third is writing the guide, so I hope, I really hope, this will be made soon.
Jan
Re: Upgrading to Phoca Gallery 4.0.0 Beta with Joomal 3.0.
Posted: 17 Aug 2015, 18:23
by Lio
Hi Jan,
Have you now complete the guide? I have the same problem since my update from Joomla 2.5.28 to 3.4.3 one day ago.
1146 - Table 'xxxmytablexxx_phocagallery_styles' doesn't exist SQL=SELECT a.filename as filename, a.type as type, a.menulink as menulink FROM xxxmytablexxx_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
I can't afford to have my site offline any longer but I'm not good enough to fix my SQL database by myself. Please help!
Lio
Re: Upgrading to Phoca Gallery 4.0.0 Beta with Joomal 3.0.
Posted: 17 Aug 2015, 20:32
by christine
Re: Upgrading to Phoca Gallery 4.0.0 Beta with Joomal 3.0.
Posted: 18 Aug 2015, 22:42
by Lio
Many thanks, Christine!!!