[[Missing Strings]] in en and en_us only

[[Missing Strings]] in en and en_us only

Tinashe Blanchet -
回帖数:3

Hi I am a teacher in New Orleans, and I had my husband, a web designer, upload Moodle to his server so I could use it for my courses at school and possibly for online courses in the future. His server does not support Moodle 2.0, so we went with 1.9.10+.  I have a bunch of double brackets all over my site.  I have tried updating the language files, but it did not work.  I checked the en language pack and it says that it has no missing strings.  The worst part is that when I enable another language like spanish, it works fine.  Any known fixes???

Thanks for any advice you can offer,

Tinashe Blanchet

http://mrsblanchet.net/moodle

回复Tinashe Blanchet

Re: [[Missing Strings]] in en and en_us only

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

this is really weird and I never experienced something like that. Try to turn Debugging on and check if there is some error message either in web server error_log or at the screen. I believe there must have been some mistake done during the installation...
回复David Mudrák

Re: [[Missing Strings]] in en and en_us only

Tinashe Blanchet -

"error on line 221 at column 35: attributes construct error

error on line 421 at column 35: attributes construct error"

errors like the ones above are showing up on every page.

error on line 441 at column 267: EntityRef: expecting ';'

Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/proc/loadavg) is not within the allowed path(s): (/nfs:/tmp:/usr/local:/etc/apache2/gs-bin) in/nfs/c01/h04/mnt/1592/domains/mrsblanchet.net/html/moodle/lib/moodlelib.php on line 8188

Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/usr/bin/uptime) is not within the allowed path(s): (/nfs:/tmp:/usr/local:/etc/apache2/gs-bin) in/nfs/c01/h04/mnt/1592/domains/mrsblanchet.net/html/moodle/lib/moodlelib.php on line 8191

回复Tinashe Blanchet

Re: [[Missing Strings]] in en and en_us only

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

Try to add

$CFG->langstringcache = false;

configuration parameter into your config.php