Error in Phoca Download showing

Phoca Download - download manager
fahads
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 05 Jun 2009, 09:53

Error in Phoca Download showing

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48739
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error in Phoca Download showing

Post by Jan »

Hi, try to upgrade to latest version (both Phoca Gallery and Phoca Download)

Jan
If you find Phoca extensions useful, please support the project
fahads
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 05 Jun 2009, 09:53

Re: Error in Phoca Download showing

Post 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 !
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48739
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error in Phoca Download showing

Post by Jan »

Hi, see if all Phoca Gallery tables are installed in database, seems like table for category is missing?
If you find Phoca extensions useful, please support the project
fahads
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 05 Jun 2009, 09:53

Re: Error in Phoca Download showing

Post 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` ;
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48739
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error in Phoca Download showing

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply