Hello everyone,
I beg your help because the votes of the images come up to 127 votes and then they stop. Even if you vote is always stop at 127.
Thanks
Limit vote 127 ?
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Limit vote 127 ?
Hi, there should not be such limit, the count database column is int(11) so there should not be some limit?
In which action you get such limit, which version you are using?
In which action you get such limit, which version you are using?
If you find Phoca extensions useful, please support the project
-
marcott2010
- Phoca Newbie

- Posts: 2
- Joined: 31 Mar 2011, 21:41
Re: Limit vote 127 ?
In the database there is this setting:
# __phocagallery_img_votes_statistics
count `tinyint (11) NOT NULL default '0 '
Now I put
count `int (11) NOT NULL default '0 '
Correct?
Version: 2.7.5
# __phocagallery_img_votes_statistics
count `tinyint (11) NOT NULL default '0 '
Now I put
count `int (11) NOT NULL default '0 '
Correct?
Version: 2.7.5
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Limit vote 127 ?
Hi, yes, in latest file, there is:
Jan
Code: Select all
`count` int(11) NOT NULL default '0',If you find Phoca extensions useful, please support the project