Official WP Login broken
-
After the installation, the path /wp-admin/admin.php is not more available because this system error:
WordPress database error
You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the right syntax to use near
‘AND comment_approved = “1” AND comment_type IN (“comment”, “”)’
at line 3 for query
SELECT COUNT(comment_ID) FROM ltb_comments
WHERE user_id =
AND comment_approved = “1”
AND comment_type IN (“comment”, “”)
made by
require_once(‘<my path>\httpdocs\wp-load.php’),
require_once(‘<my path>\httpdocs\wp-config.php’),
require_once(‘<my path>\httpdocs\wp-settings.php’),
do_action(‘wp_loaded’),
call_user_func_array,
UM_Redux_Framework_Config->initSettings,
UM_Redux_Framework_Config->setSections,
include_once(‘<my path>\httpdocs\wp-content\plugins\ultimate-member\um-config.php’),
UM_Profile->tabs_primary,
UM_Profile->tabs,
apply_filters(‘um_profile_tabs’),
call_user_func_array,
UM_User_posts->add_tab,
UM_User_posts->count_user_commentsWhen I removed manually the plugin, the path /wp-admin/admin.php is back to work.
Some facts:
- My WordPress version is 4.1
- In my WordPress I have enabled the WordPress Network
- The plugin was installed without problems
- The plugin was Network actived without problems
- The path /login configurated by the plugin was fully functionally
- The topic ‘Official WP Login broken’ is closed to new replies.