Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I just updated my Joomla from 1.5.0 to 1.5.9 and installed Phoca Gallery 2.2.0 beta.
Now I want to create a category, but I can’t. When I have chosen a name and folder and want to save the category nothing happens. The only thing that changes is the URL. By clicking the save or apply button it adds a # at the end. I’m able to click cancel, but that’s not creating my category.
Hi ,
I have Joomla 1.5.9 and installed com_phocagallery_v2.2.0_beta and have the same issue.
Checked db and install.sql script. The script has NO code in it and therefore there are no db tables created for phoca.
can any one point us in the right direction to retrieve the latest install.sql script ?
'Page not found' errors are coming up from other forum solutions to the db table issue.
SOLVED
ran the install.bak script located at: administrator\components\com_phocagallery
however these lines are NOT working: (sql syntax error?)
jos 2.0.0
jos ALTER TABLE `jos_phocagallery_categories` ADD `hits` INT( 11 ) NOT NULL DEFAULT '0' AFTER `count` ;
jos 2.2.0
jos ALTER TABLE `jos_phocagallery` ADD `extlink1` text NOT NULL AFTER `params` ;
jos ALTER TABLE `jos_phocagallery` ADD `extlink2` text NOT NULL AFTER `extlink1` ;
If you run the install.bak script be sure to change #__ with your table prefix eg: jos_
If you installed I am not sure if you have to run these commands. Check in you jos_phocagallery table if 'extlink1' and 'extlink2' exist. If this is the case, then it's ok. - otherwise run those queries too.
Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
and do all the other tables exits? You need to have 6 phocagallery tables.
Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)