Michel Vielmetter
Results
1
comments of
Michel Vielmetter
Seems you have xdebug installed! Call this function at the beginning of you code: `ini_set('xdebug.max_nesting_level', 400)` or update your `php.ini` / `.htaccess` File with those parameters. For further information look...