Kicsihun Posted August 20, 2010 Share Posted August 20, 2010 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 More sharing options...
PresaExpert Posted August 20, 2010 Share Posted August 20, 2010 Hi,Can you please check with files permissions 777?Thanks Link to comment Share on other sites More sharing options...
Kicsihun Posted August 23, 2010 Author Share Posted August 23, 2010 Hi!Yes, the folder's and the file's permission is 0777.Thanks Link to comment Share on other sites More sharing options...
Kicsihun Posted August 23, 2010 Author Share Posted August 23, 2010 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now