i I have already answered the question so many times - disable show error in the php-fusion.
Turn off the showing errors and will not have these messages. The file maincore.php (in the root php-fusion 7) where something should be a line error_reporting(E_ALL); or the like, and if no, then at the beginning of the file after the <? Php write error_reporting (E_ERROR | E_WARNING | E_PARSE); or replace it, you can still try to remove it altogether.
AlexALX wrote:
i I have already answered the question so many times - disable show error in the php-fusion.
Turn off the showing errors and will not have these messages. The file maincore.php (in the root php-fusion 7) where something should be a line error_reporting(E_ALL); or the like, and if no, then at the beginning of the file after the <? Php write error_reporting (E_ERROR | E_WARNING | E_PARSE); or replace it, you can still try to remove it altogether.
AlexALX wrote:
i I have already answered the question so many times - disable show error in the php-fusion.
Turn off the showing errors and will not have these messages. The file maincore.php (in the root php-fusion 7) where something should be a line error_reporting(E_ALL); or the like, and if no, then at the beginning of the file after the <? Php write error_reporting (E_ERROR | E_WARNING | E_PARSE); or replace it, you can still try to remove it altogether.
Ok!
because the file is encoded core.php?
No, because the mod was written long before turning on the output of small errors. and I'm not going to fix it. at least for now.