Scandal
Well-known member
Hello all!
Well, I have a localhost XF2 board where I'm developing my addons. It is based on XAMPP with PHP 7 (Windows 10).
The issue is that sometimes my completed addons showing some errors on other boards (servers). The most common errors are:
But on my own localhost board I can't see them.
How could I enable them?
I have apply this on my php.ini with no results.
Thanks
Well, I have a localhost XF2 board where I'm developing my addons. It is based on XAMPP with PHP 7 (Windows 10).
The issue is that sometimes my completed addons showing some errors on other boards (servers). The most common errors are:
- Undefined variable X
- Undefined index X (for arrays)
But on my own localhost board I can't see them.
How could I enable them?
I have apply this on my php.ini with no results.
error_reporting= E_ALL
display_errors=On
Thanks