zikula-modules / Reviews

Reviews System Module
http://code.zikula.org/projects/reviews
2 stars 1 forks source link

Text limited to 6000 characters #40

Open KratorD opened 9 years ago

KratorD commented 9 years ago

Hello.

The text of the review is limited to 6000 characters, is true? Is it possible create a review with more text than 6000 characters? A reason for this limitation?

Thanks.

Portugao commented 9 years ago

You can increase the limit in your database using phpadmin and edit the file accordingly

lib/Reviews/Entity/Validator/Base/Review.php

in line 50

Portugao commented 9 years ago

Sorry. Edit the file

lib/Reviews/Entity/Validator/Review.php

in line 50

KratorD commented 9 years ago

Correct, I can change the field in my phpadmin. But, a question. This issue is label "Task" for 2.5.5 milestone. Do you think fix this in the future? Another question, if you fix it, can I have problems with the upgrade of Reviews? (I suppose that you execute a sql for change the size of the field in the upgrade process)

Thanks Portugao.

Portugao commented 9 years ago

1) Yes. If i have the time i will fix it; at the moment i do not know if it will be a release for zik 1.3.x or 1.4.x. 2) Maybe, if you change the database table by hand you should change back before upgrade the upgrade should work.

KratorD commented 9 years ago

Perfect. I lot of thanks