Hello @ all,
how to disable the debug output?
With the following error
Notice: Array to string conversion in C:\xampp\htdocs\itop\web\modules\itop-attachments\model.attachments.php on line 417
Thanks !!!
Hi,
you need to disable it in your php.ini display_errors Off
I don`t know the xampp, but I it can be that you`ll find two php.ini files. Just change it in both :)
/Stefan
Log in to post a comment.
Hello @ all,
how to disable the debug output?
With the following error
Notice: Array to string conversion in C:\xampp\htdocs\itop\web\modules\itop-attachments\model.attachments.php on line 417
Thanks !!!
Notice: Array to string conversion in C:\xampp\htdocs\itop\web\modules\itop-attachments\model.attachments.php on line 417
Hi,
you need to disable it in your php.ini
display_errors Off
I don`t know the xampp, but I it can be that you`ll find two php.ini files. Just change it in both :)
/Stefan