All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Language file problem on extension settings

siru 14 Jan 2010 20:59 question,

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

  1. 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)

  2. 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...

  3. Low 15 Jan 2010 10:45

    Duh! I'm getting things mixed up, here. :)

    Try $LANG->fetch_language_file('low_variables'); instead...

    ::face palm::

  4. 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...

  5. 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.

  6. siru 15 Jan 2010 11:52

    Sorry, operator error. Updating from 1.6.7 to 1.6.8 fixed the problem. Thanks again!

  7. 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.