Error in WigiCorp installation
When you run the install script for the 9.1 release (Wigicorp demo site) you get the following error
Notice: Undefined offset: -1 in C:\www\isoft\fuel\modules\fuel\config\fuel_constants.php on line 12
That line reads :- define('WEB_FOLDER', $_FUEL_SEGS[count($_FUEL_SEGS)-2]);
I changed it to :- define('WEB_FOLDER', $_FUEL_SEGS[count($_FUEL_SEGS)-1]);
and that seems to sort the problem out. Not sure if it's the right thing to do - but it worked !
Comments
https://github.com/daylightstudio/FUEL-CMS/commits/demo
Hope this helps.