“PHP Fatal error” at wp-login.php
-
“PHP Fatal error” detected
For example.
1. logout from WordPress admin screen
2. redirect wp-login.php
3. error-log “PHP Fatal error” detectedFastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to undefined function is_plugin_active() in /XXXXX/wordpress/wp-content/plugins/nelio-content/includes/compat/pagefrog.php:27
Suggestion:
Function Reference/is plugin active
--- pagefrog.20180620.php 2018-06-20 14:24:54.987287344 +0900 +++ pagefrog.php 2018-06-20 14:44:50.016101756 +0900 @@ -22,6 +22,7 @@ * * @since 1.0.5 */ +include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); function nc_compat_pagefrog_fix_issues_with_post_page() { if ( ! is_plugin_active( 'pagefrog/pagefrog.php' ) ) {
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘“PHP Fatal error” at wp-login.php’ is closed to new replies.