Jump to content

POST_MAX_SIZE related; Translation tool not working properly


Kicsihun

Recommended Posts

Hello!
I've written a module for setting up and displaying price ranges.
The words defined with $this->l("some word") are visible at the Translation tool, but the changes aren't saved.

The permission of the module folder is 777 and the permission of the ro.php file is 644.
Changes made to other modules are saved, except in the case of this one.

The error display in config.inc.php is set to 'on', yet no errors are displayed.

What is the problem?
Thanks!

Link to comment
Share on other sites

I found the problem, but I can't solve it.
There are 2535 expressions to translate, but the $_POST array has only 1000 elements. At first I thought the post_max_size is too small so I've set it from 8M to 40M with .htaccess, but the $_POST's size is still 1000.
What other changes should I make to get this working.

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...