Quote:
Originally Posted by ae3799t
You guys were right on, "all the way".
I disabled the addon.
To kh99 's point, under Plugin PHP Code" he had the following:
$topImage = 'forum/top-image-ads.php';
if(file_exists($topImage))
{
echo 'not exits';
}
else
{
echo 'save from other path!';
}
Is this where the echo you were talking about, or would it be in "top-image-ads.php"?
|
That looks like it, based on the message being the same. And that code doesn't do anything except print messages, so you could comment it out and see what happens.