[size=10]Hallo,
habe WP installiert nun kommt wenn ich das wp-admin eingebe und mich einloggen will folgender Fehler:
......./ Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /var/www/user/html/wordpress/wp-admin/includes/plugin.php on line [/SIZE][size=10]444
habe mal in genauer dieser Datei geschaut auf eile 444 steht:
function is_plugin_active_for_network( $plugin ) {
if ( !is_multisite() )
return false;
$plugins = get_site_option( 'active_sitewide_plugins');
if ( isset($plugins[$plugin]) )
return true;
return false;
}
Jemand ne Idee??[/SIZE]