Hi,
I'm not sure it's the good forum for this but I got a major issue : I can't access even more to the locale module settings so I can't reach

http://localhost/drupal/admin/config/regional/language

and

http://localhost/drupal/admin/config/regional/translate

I think it's since I upgrade Drupal from 7.13 (or latest I didn't remember) to 7.14 yesterday

Do you have a similar issue ? Thank you by advance for your help and sorry for my poor english

Comments

hannesd’s picture

I guess you are using Apache and PHP 5.3.10 on Windows.
See https://bugs.php.net/bug.php?id=60758 for the description of the bug.

Fix 1:
Upgrad PHP to 5.3.11

Fix 2 requires a change in core:
Modify module locale
Make add an empty line to locale.admin.inc
This changes the filesize to something where it is not times 4096.

cocoggu’s picture

Thank you very much for this !!
It works great with a blank line at the beginning of locale.admin.inc !

javalxs’s picture

ha,good! I use your method,the problem is solved.

Eric02’s picture

Hi !
It works very well. Thanks a lot !

anovac’s picture

Thanks a lot!