Vicky06
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Fatal ErrorOKI… error found.
When i installed the wp… there was a directory created in the themes folder. I deleted this and now I get something. However… it seems to work now
Vicky 🙂
Forum: Installing WordPress
In reply to: Fatal ErrorUnfortunately I wasn´t successful… I have absolutely no idea what this could be. I did not change anything at all. I still get this error
Call to a member function on a non-object in blabla/wp-includes/functions.php on line 1491
In Line 1491 there is:
$stylish_dir = @ dir($theme_root . ‘/’ . $theme_dir);
$found_stylesheet = false;
while(($theme_file = $stylish_dir->read()) !== false) {
if ( $theme_file == ‘style.css’ ) {
$theme_files[] = $theme_dir . ‘/’ . $theme_file;
$found_stylesheet = true;
break;
}
}
if (!$found_stylesheet) {
$wp_broken_themes[$theme_dir] = array(‘Name’ => $theme_dir, ‘Title’ => $theme_dir, ‘Description’ => __(‘Stylesheet is missing.’));
}
}
}
}if (!$themes_dir || !$theme_files) {
return $themes;
}Hmmmh…
Vicky
Forum: Installing WordPress
In reply to: Fatal ErrorNo I did not change a theme. I did not get a chance to do so. At the moment I am using the default theme. I wanted to change it but I can´t get to the admin panel “Presentation”. When I klick on this I get this error. Maybe I could try to delete the extra themes and upload them again???
Vicky