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
Bookmarks