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
Error in Phoca Download showing
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error in Phoca Download showing
Hi, try to upgrade to latest version (both Phoca Gallery and Phoca Download)
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 05 Jun 2009, 09:53
Re: Error in Phoca Download showing
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 !
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 !
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error in Phoca Download showing
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
-
- Phoca Newbie
- Posts: 3
- Joined: 05 Jun 2009, 09:53
Re: Error in Phoca Download showing
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` ;
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` ;
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error in Phoca Download showing
Ok
If you find Phoca extensions useful, please support the project