Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:if (!defined('IN_VANILLA')) exit();UPDATE: well I think I've just found the error: the new constant IN_VANILLA is defined in appg/settings.php but the testif (!defined('IN_VANILLA')) exit();in image.php is before the include of settings.php so IN_VANILLA is never defined and the script always exits.
Just move the test afterinclude('../../appg/settings.php');
and everything works fine
1 to 20 of 20