Czyli dajmy na to zaczynam od
Kod
Fatal error: Cannot use 'String' as class name as it is reserved in /var/www/clients/client1/web17/web/includes/entity/TableStructure.php on line 17
17 linia wygląda tak
Kod
class String implements I_ToHtml
Zmieniam to powiedzmy na
Kod
class String_type implements I_ToHtml
Sypie mi nowy błąd
Kod
Fatal error: Uncaught TypeError: Argument 1 passed to exceptionHandler() must be an instance of Exception, instance of Error given in /var/www/clients/client1/web17/web/includes/functions.php:787 Stack trace: #0 [internal function]: exceptionHandler(Object(Error)) #1 {main} thrown in /var/www/clients/client1/web17/web/includes/functions.php on line 787
Lini 787 wygląda tak
Kod
function exceptionHandler(Exception $e)
I tu nie mam pojęcia.