Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Call to undefined function is_plugin_active() #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keidarcy
Copy link

@keidarcy keidarcy commented Dec 10, 2024

172.40.159.119 - - [10/Dec/2024:03:18:36 +0000] "GET /wp-admin/install.php HTTP/1.1" 200 1228                                                                                                                                                                                         
 [10-Dec-2024 03:18:46 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_plugin_active() in /bitnami/wordpress/wp-content/plugins/onelogin-saml-sso/php/functions.php:108                                                                                           
 Stack trace:                                                                                                                                                                                                                                                                          
#0 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(310): saml_custom_login_footer()                                                                                                                                                                                            
#1 /opt/bitnami/wordpress/wp-includes/plugin.php(205): WP_Hook->apply_filters()                                                                                                                                                                                                       
#2 /opt/bitnami/wordpress/wp-login.php(218): apply_filters()                                                                                                                                                                                                                          
#3 /opt/bitnami/wordpress/wp-login.php(1403): login_header()                                                                                                                                                                                                                          
#4 {main}                                                                                                                                                                                                                                                                             
  thrown in /bitnami/wordpress/wp-content/plugins/onelogin-saml-sso/php/functions.php on line 108 

Fix Call to undefined function is_plugin_active()

│ 172.40.159.119 - - [10/Dec/2024:03:18:36 +0000] "GET /wp-admin/install.php HTTP/1.1" 200 1228                                                                                                                                                                                         │
│ [10-Dec-2024 03:18:46 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_plugin_active() in /bitnami/wordpress/wp-content/plugins/onelogin-saml-sso/php/functions.php:108                                                                                           │
│ Stack trace:                                                                                                                                                                                                                                                                          │
│ #0 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(310): saml_custom_login_footer()                                                                                                                                                                                              │
│ SAML-Toolkits#1 /opt/bitnami/wordpress/wp-includes/plugin.php(205): WP_Hook->apply_filters()                                                                                                                                                                                                       │
│ SAML-Toolkits#2 /opt/bitnami/wordpress/wp-login.php(218): apply_filters()                                                                                                                                                                                                                          │
│ SAML-Toolkits#3 /opt/bitnami/wordpress/wp-login.php(1403): login_header()                                                                                                                                                                                                                          │
│ SAML-Toolkits#4 {main}                                                                                                                                                                                                                                                                             │
│   thrown in /bitnami/wordpress/wp-content/plugins/onelogin-saml-sso/php/functions.php on line 108        

Fix `Call to undefined function is_plugin_active()`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant