Root Creations
Forum Replies Created
-
Hi,
My understanding is that it’s network active – I wasn’t aware that you have individual command of the plugin for each subsite?
Thanks in advance for your support.
- This reply was modified 6 years, 3 months ago by Root Creations.
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Plugin conflict with Yoast SEOUpdate: It appears the last compatible version of Yoast SEO that I have found is V2.3.5, ty
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Plugin conflict with Yoast SEODo you happen to know which rollback version is working correctly? ty
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Plugin conflict with Yoast SEOThanks for the confirmation and the fix!
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Plugin conflict with Yoast SEOUpdate: It appears this is happening with the latest version of Yoast SEO. The previous version I had installed in a sandbox worked fine until I updated it.
I cannot add more than one marker for either newly created or published maps. ty
Did anyone have any luck with finding out if there is a conflict with these plugins?
Still no response from the developer – ty
Hi,
No response as yet although the developer has my AIOWPS settings config and htaccess to test. I’ve yet to check if the conflict can be isolated to a specific setting within AIOWPS, would be good to know results if you happen to check the same thing before me. Agreed the front end looks to be working fine, just no access to settings page, plugin info or updates etc
Hi,
I activated the debug log but it did not throw up any errors, I have since manually updated both AIOWPS and EEB but still no solution to the problem.
I will set about deactivating each of the AiOWPS settings to see if I can isolate the issue (brute force lockout etc)
I can mail you my AIOWPS settings as well as my root directory and sub directory htaccess files to see if you can either recreate the issue or spot any errors? Just need an address – ty
I’m happy to provide you with more information if possible. What can I get for you?
Is there likely to be an error.log generated for such an occurrence?
I can update the plugin manually but not being able to access the settings page is obviously terminal – it’s strange that I get the problem on other installations, otherwise I could have looked server side.
Could there be a setting within AIOWPS that could be messing things up?
Thank you
Hi,
Correction the conflict appears to be with the All in one WP security plugin (AIOWPS), this must be in line with an update to one of the plugins as I have accessed the EEB settings previously. Is there any way to get around this as I would really like to use both plugins together – ty
Hi and thanks for that,
The errors appear to have been cleared for now so that’s great! Obviously my only remaining concerns are with updating the plugin successfully or overlooking a potential security hole?? I guess the only thing to do for now is rerun the disabling/deleting plugin procedure and see if the tables get dropped or emptied?? Any advice on things I should be out looking for would be greatly appreciated.
Thanks again for all your help and a great plugin
Ah, sorry – I got it to work this time around, I’d originally copied your code from the automated email response which had omitted a space before the db prefix and included a ‘ on the end. So is this promising? and should it work if I manually create the others tables?, how would I do this? thanks for your patience
Hi, the test returned this error – I changed the prefix as instructed
#1064 – 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 ‘EXISTSdbprefix_aiowps_login_lockdown` ( id bigint(20) NOT NULL AUTO_INCREMENT’ at line 1
Hi, Ok – here are the extent of the errors which I am finding in greater detail – I’ve omitted (I hope) all sensitive info and replaced with hashtags as well as any effectively duplicate errors. I’d recently deleted the error_log so it wasn’t that full, but basically the errors continue to be repetitive – I hope this can shed some light – ty
[03-Dec-2014 14:32:44 UTC] WordPress database error Table ‘#db-user.db-name#_aiowps_login_activity’ doesn’t exist for query UPDATE
#db-name_aiowps_login_activity
SETlogout_date
= ‘2014-12-03 14:32:44’ WHEREuser_id
= 3 ANDlogin_ip
= ‘#ip.ip.ip.ip’ ANDlogout_date
= ‘0000-00-00 00:00:00’ made by wp_logout, wp_clear_auth_cookie, do_action(‘clear_auth_cookie’), call_user_func_array, AIOWPSecurity_User_Login->wp_logout_action_handler[03-Dec-2014 14:32:44 UTC] WordPress database error Table ‘#db-user.#db-name_aiowps_login_lockdown’ doesn’t exist for query SELECT * FROM #db-name_aiowps_login_lockdown WHERE release_date > now() AND failed_login_ip LIKE ‘#ip.ip.ip.ip’ made by wp_signon, wp_authenticate, apply_filters(‘authenticate’), call_user_func_array, AIOWPSecurity_User_Login->aiowp_auth_login, AIOWPSecurity_User_Login->check_locked_user
[03-Dec-2014 14:42:16 UTC] WordPress database error Table ‘#db-user.#db-name_aiowps_login_activity’ doesn’t exist for query INSERT INTO #db-name_aiowps_login_activity (user_id, user_login, login_date, login_ip) VALUES (‘3’, ‘#wp-username’, ‘2014-12-03 14:42:16’, ‘#ip.ip.ip.ip’) made by wp_signon, do_action(‘wp_login’), call_user_func_array, AIOWPSecurity_User_Login::wp_login_action_handler
[03-Dec-2014 17:15:12 UTC] WordPress database error Table ‘#db-user.#db-name_aiowps_login_lockdown’ doesn’t exist for query SELECT * FROM #db-name_aiowps_login_lockdown WHERE release_date > now() AND failed_login_ip LIKE ‘#ip.ip.ip.ip’ made by wp_signon, wp_authenticate, apply_filters(‘authenticate’), call_user_func_array, AIOWPSecurity_User_Login->aiowp_auth_login, AIOWPSecurity_User_Login->check_locked_user
[03-Dec-2014 17:15:12 UTC] WordPress database error Table ‘#db-user.#db-name_aiowps_login_activity’ doesn’t exist for query UPDATE
#db-name_aiowps_login_activity
SETlogout_date
= ‘2014-12-03 17:15:12’ WHEREuser_id
= 0 ANDlogin_ip
= ‘#ip.ip.ip.ip’ ANDlogout_date
= ‘0000-00-00 00:00:00’ made by wp_clear_auth_cookie, do_action(‘clear_auth_cookie’), call_user_func_array, AIOWPSecurity_User_Login->wp_logout_action_handler[03-Dec-2014 21:44:34 UTC] WordPress database error Table ‘#db-user.#db-name_aiowps_login_activity’ doesn’t exist for query INSERT INTO #db-name_aiowps_login_activity (user_id, user_login, login_date, login_ip) VALUES (‘3’, ‘#wp-username’, ‘2014-12-03 21:44:34’, ‘#ip.ip.ip.ip’) made by wp_signon, do_action(‘wp_login’), call_user_func_array, AIOWPSecurity_User_Login::wp_login_action_handler
[03-Dec-2014 21:45:47 UTC] WordPress database error Table ‘#db-user.#db-name_aiowps_events’ doesn’t exist for query select count(*) from #db-name_aiowps_events made by do_action_ref_array, call_user_func_array, AIOWPSecurity_Cronjob_Handler->aiowps_daily_cron_event_handler, do_action(‘aiowps_perform_db_cleanup_tasks’), call_user_func_array, AIOWPSecurity_Backup->aiowps_scheduled_db_cleanup_handler, AIOWPSecurity_Utility::cleanup_table
It’s single site – which logs specifically should I be looking for in cPanel?