Hi Wp Gemeinde
Wollte heute [COLOR=#444444][FONT=-apple-system]Plugins aktualisieren,das Funst nicht mehr es wird mir immer diese Fehlermeldung angezeigt
[/FONT][/COLOR]www/htdocs/xxxx/pokerteufel/wp-admin/plugins.php on line 369
[COLOR=#444444][FONT=-apple-system]Habe auch dann versucht Themen zu aktualisieren dort bekomme ich den gleichen Fehler angezeigt
was Funst ist die [/FONT][/COLOR][FONT=-apple-system][COLOR=#444444]Aktualisierung von Wp
Kann mir Jemand helfen das Problem zu lösen
Hier die Zeile
PHP
$wp_list_table->prepare_items();
wp_enqueue_script('plugin-install');add_thickbox();
add_screen_option( 'per_page', array( 'default' => 999 ) );
get_current_screen()->add_help_tab( array('id' => 'overview','title' => __('Overview'),'content' => '<p>' . __('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.') . '</p>' . '<p>' . __( 'The search for installed plugins will search for terms in their name, description, or author.' ) . ' <span id="live-search-desc" class="hide-if-no-js">' . __( 'The search results will be updated as you type.' ) . '</span></p>' . '<p>' . sprintf( /* translators: %s: WordPress Plugin Directory URL */ __( 'If you would like to see more plugins to choose from, click on the “Add New” button and you will be able to browse or search for additional plugins from the <a href="%s" target="_blank">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!' ), 'https://wordpress.org/plugins/' ) . '</p>') );get_current_screen()->add_help_tab( array('id' => 'compatibility-problems','title' => __('Troubleshooting'),'content' => '<p>' . __('Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin’s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.') . '</p>' . '<p>' . sprintf( /* translators: WP_PLUGIN_DIR constant value */ __( 'If something goes wrong with a plugin and you can’t use WordPress, delete or rename that file in the %s directory and it will be automatically deactivated.' ), '<code>' . WP_PLUGIN_DIR . '</code>' ) . '</p>'
) );
[/COLOR][/FONT]