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

Support archive

Install error: Use of undefined constant LOW_REORDER_VERSION

greendesigned 13 Sep 2010 08:37 question, complete

Just went to install this addon, however I am getting this error when installing...

A PHP Error was encountered

Severity: Notice

Message: Use of undefined constant LOW_REORDER_VERSION - assumed 'LOW_REORDER_VERSION'

Filename: addons/Addons_installer.php

Line Number: 160

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at ...../htdocs/system/codeigniter/system/core/Exceptions.php:171)

Filename: libraries/Functions.php

Line Number: 377

Any thoughts why this may be happening?

Replies

  1. Low 13 Sep 2010 08:42

    I have an idea what might be happening. Sit tight, I'll get a fix ready right away.

  2. Low 13 Sep 2010 09:08

    Can you try re-downloading the add-on from my site? I've updated it so it should work properly now.

  3. greendesigned 13 Sep 2010 09:13

    Thanks Low, that solved it! Very much appreciated.

  4. Eric Larson 23 Sep 2011 20:00

    Ran into a very similar issue, using Low Reorder version 1.0.3 (yes I know this is an old version). Fixed it by changing ft.low_reorder.php

    FROM

    // Include config file
    include('config.php');

    TO

    // include config file
    include PATH_THIRD.'low_reorder/config'.EXT;