xmakina
New Member
- Messages
- 264
- Reaction score
- 0
- Points
- 0
I've done a bit of searching and the web-standard fix of
does not work on x10. I appreciate what you were trying to do, but when I'm developing a new PHP page, I could really do without having to refresh my Error Log every time.
Is there a way to show PHP errors anymore?
PHP:
error_reporting(E_ALL);
ini_set('display_errors', '1');
Is there a way to show PHP errors anymore?