2
Quote:
That constant should be getting translated to an actual path. It's defined in include/common.php:
define("XOOPS_UPLOAD_PATH", XOOPS_ROOT_PATH."/uploads");
XOOPS_ROOT_PATH is defined in mainfile.php.
----
edit
Hmmm ... I see that image.php references that file on line 35, as the error message indicates:
readfile(XOOPS_UPLOAD_PATH.'/blank.gif');
But image.php doesn't include common.php.