-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product page truncates features #5
Comments
Hi! Where exactly is the truncated string? Screenshot welcome. |
I've just checked, and nothing in my code is truncating the results… Are you using a custom theme (which one?) that could truncate the results? |
piel17, you found solution? |
@jdanthinne I found reason why values are truncate. But i need your help. You used in module function group_concat and this function have lenght limit in default 1024. For fix this we need use this: But i don't know where place this in product class. PS. I don't have acces to server conf file to change it permamently. |
Where is this group_concat function in my module? I can't find it. |
override\classes\product.php Line 51 |
You're right, I was searching in PHP code instead of MySQL :-). |
Is it on a live server, or a testing server? Perhaps some servers are limiting the use of SET SESSION… In this case, I need to completely rewrite the SQL query to manually concatenate all the values. |
On live server. I wrote also to hosting support for change global limit but i don't know if they will do it. |
I've just made a change and set the max length in a separate query. Can you try that? 0d3f7e6 |
Now it works perfectly! Good Job :) Thank you very much :) |
Good! Merged changes to the master branch. |
Hello,
I have installed your module and it works almost perfectly.
I met success for growing up the features values length but product page truncate the "$feature.value" string and I don't understand why. (~350 characters)
Can you help mee with this ?
PS: I'm using Prestashop 1.6.1.0
The text was updated successfully, but these errors were encountered: