Page 1 of 1

Limit vote 127 ?

Posted: 31 Mar 2011, 22:07
by marcott2010
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

Re: Limit vote 127 ?

Posted: 31 Mar 2011, 22:26
by Jan
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?

Re: Limit vote 127 ?

Posted: 02 Apr 2011, 10:51
by marcott2010
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

Re: Limit vote 127 ?

Posted: 07 Apr 2011, 22:45
by Jan
Hi, yes, in latest file, there is:

Code: Select all

`count` int(11) NOT NULL default '0',
Jan