Language file problem on extension settings
Hi...! I'm having a weird problem with the extension settings, I'm getting: -
Error
Unable to load the following language file:
/lang.lang.low_variables.php.php
The language file is present and correct though?
Cheers!
Simon.
Replies
Low 14 Jan 2010 21:35
Hey Simon,
Could you try this, please?
- Open lang.low_variables_ext.php in a text editor
- Change line #13 from $LANG->fetch_language_file($main_language_file); to $LANG->fetch_language_file('low_nospam');
- Save and try again.
Please let me know if that solves your problem.
(edited to add: I have a feeling it will -- v1.1.2 contains the fix)
siru 15 Jan 2010 10:36
Hi! Thanks for getting back to me. I'm now getting: -
Error
Unable to load the following language file:
/lang.low_nospam.php
I'm assuming that this is because I don't have your NoSpam extension installed
Thanks again...
Low 15 Jan 2010 10:45
Duh! I'm getting things mixed up, here. :)
Try $LANG->fetch_language_file('low_variables'); instead...
::face palm::
siru 15 Jan 2010 11:14
That's fixed the extension, thanks! But now I'm getting a blank screen when it try to access the module...
Low 15 Jan 2010 11:17
Hmm. No error message? What version/build of EE are you using? And your PHP version?
Also, is it possible for me to get access to your installation? That'll give me better means to debug.
siru 15 Jan 2010 11:52
Sorry, operator error. Updating from 1.6.7 to 1.6.8 fixed the problem. Thanks again!
Low 15 Jan 2010 11:55
Phew! Glad you got it working, Simon.
For the record, Low Variables v1.1.2 fixes the language file problem.