Page 1 of 1
Error in Phoca Download showing
Posted: 05 Jun 2009, 12:16
by fahads
I already install Phoca Download successfully , but when I want to see it in the browser this message appear :
Fatal error: Cannot redeclare class PhocaPagination in /home/fahads/public_html/components/com_phocagallery/helpers/phocagallery.php on line 643
Re: Error in Phoca Download showing
Posted: 06 Jun 2009, 13:29
by Jan
Hi, try to upgrade to latest version (both Phoca Gallery and Phoca Download)
Jan
Re: Error in Phoca Download showing
Posted: 09 Jun 2009, 19:18
by fahads
yes
thanks a lot
I did upgrade for Phoca Gallery from 2.2.0 to 2.2.4
and
Phoca Download is already 1.1.0
the problem with Phoca Download is solved
but I face new problem with Phoca Gallery which is : Error Saving Phoca Gallery Categories
when I try to create new Category !
can you help me please !
Re: Error in Phoca Download showing
Posted: 11 Jun 2009, 00:24
by Jan
Hi, see if all Phoca Gallery tables are installed in database, seems like table for category is missing?
Re: Error in Phoca Download showing
Posted: 11 Jun 2009, 10:17
by fahads
good
thank you very much
just I add 3 columns by phpMyAdmin
two in jos_phocagallery
and one in jos_phocagallery_categories
ALTER TABLE `jos_phocagallery` ADD `extlink1` text NOT NULL AFTER `params` ;
ALTER TABLE `jos_phocagallery` ADD `extlink2` text NOT NULL AFTER `extlink1` ;
ALTER TABLE `jos_phocagallery_categories` ADD `date` datetime NOT NULL default '0000-00-00 00:00:00' AFTER `description` ;
Re: Error in Phoca Download showing
Posted: 18 Jun 2009, 21:21
by Jan
Ok