Limit on votes number??

Phoca Gallery - image gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Limit on votes number??

Post by Jan »

Hi, this is bug in database, I will fix it for the next version.

But as this cannot be upgraded, it needs to be fixed in your database too:

In both tables:

#__phocagallery_votes_statistics
#__phocagallery_img_votes_statistics

the type of count column should be changed from tinyint to int:

`count` tinyint(11) NOT NULL default '0', - this is bug
`count` int(11) NOT NULL default '0', - this is correct

This can be changed e.g. with help of phpMyAdmin

Jan
If you find Phoca extensions useful, please support the project