Install error: Use of undefined constant LOW_REORDER_VERSION
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
Low 13 Sep 2010 08:42
I have an idea what might be happening. Sit tight, I'll get a fix ready right away.
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.
greendesigned 13 Sep 2010 09:13
Thanks Low, that solved it! Very much appreciated.
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;