Language Editing not saving 1.9

Language Editing not saving 1.9

Bill Wahler -
回帖数:2

Environment

Linux Centos 5.8

Php 5.3.13

Apache 2.2

When i try to save say moodle.php in lanaguage editing the changes dont' take and if i look at /home/user/moodledata/lang/en_utf8_local

the file isn't changed. moodle.php has 777 permissions

I've confirmed my php.ini does not have accelerator installed or enabled. and I've confirmed my php build does not have that installed.

can't figure out why i can't save. I think this started after upgrading to version 5 of php in preparation for version 2 of moodle. If anyone can help or need additional information about my environment let me know.

my php build:

Configure Command './configure' '--disable-fileinfo' '--disable-pdo' '--disable-phar' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-intl' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-soap' '--enable-sockets' '--enable-zip' '--prefix=/usr' '--with-bz2' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-icu-dir=/usr' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libdir=lib64' '--with-libexpat-dir=/usr' '--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre' '--with-pic' '--with-png-dir=/usr' '--with-xmlrpc' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr' '--without-sqlite3'

回复Bill Wahler

Re: Language Editing not saving 1.9

David Mudrák -
Core developers的头像 Documentation writers的头像 Moodle HQ的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像 Plugins guardians的头像 Testers的头像 Translators的头像
Hi Bill,

try to increase the Moodle debugging level to the maximum and watch the error log of your web server. Maybe some hint appears.
回复David Mudrák

Re: Language Editing not saving 1.9

Dave Veniali -

Hi all, I recently faced this issue while updating languages.

After some googling I fount this interesting article http://anothersysadmin.wordpress.com/2012/02/16/php-5-3-max_input_vars-and-big-forms/

I made the changes to my php.ini, restarted apache and I could modify again language strings.

Moodle version 1.9 on Debian 5.0 with apache 2.2 and php 5.2

Hope This Helped

Cheers, Dave