Yasser Moussa
Yasser Moussa

Reputation: 2329

Prestashop modules translations save to a white page

Hello i am new to prestashop so excuse me for this issue might be common i am not sure i have prestashop version 1.6 and now i am translating modules and when i save i get redirected to a blank page but my newly translations are saved i don't understand why this is happening although it didn't happen while i was translating the Frontoffice translations.I think maybe because of the long list of modules which result 4505 translations.I have a godaddy economy hosting package and here is my custom php.ini

max_input_vars = 5000
post_max_size = 128M
upload_max_filesize = 256M
memory_limit = 128M

Upvotes: 0

Views: 179

Answers (1)

Nimish
Nimish

Reputation: 1016

It should work as memory_limit is set to 128M. You can this check the below links.

LINK 1

LINK 2

LINK 3

If this doesn't work, try ini_set('memory_limit', '512M');

Upvotes: 1

Related Questions