There is a mistyping in the preceding message.
Below how it had to be.
Quote Originally Posted by enzo-ita View Post
There is a small bug in /admin/includes/init_includes/init_errors.php

line 165 is
PHP Code:
  if (file_exists($check_path) && is__writeable($check_path)) { 
and should be
PHP Code:
  if (file_exists($check_path) && is_writeable($check_path)) { 
ciao from Italy
enzo