Sasidhar Parvathaneni
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: register_uninstall_hook was called incorrectlyH Steven,
I just managed to access the error_log file and this is what I see
[proxy_fcgi:error] [pid 9893:tid 140602834302720] [client 172.31.37.172:51434] AH01071: Got error ‘PHP message: PHP Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /opt/bitnami/apps/wordpress/htdocs/wp-includes/functions.php on line 4161\n’
Forum: Fixing WordPress
In reply to: register_uninstall_hook was called incorrectlyI am unable to find the debug.log file in wp-content folder.
I have this configuration setup in the wp-config.php file.
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_DEBUG_DISPLAY’, false );If I turn the remove the last line, I see the errors that I posted originally on the wp-admin page on the top. But I cannot find the error logs anywhere. Is there another place where the errors might get saved?
FYI… I have migrated this site recently to a different host using All-In-One Migration Plugin. And then updated to the latest version of WordPress after which this problem has started.
Thanks
Regards
SasidharForum: Fixing WordPress
In reply to: register_uninstall_hook was called incorrectlyPlease note that the debug errors no longer pop up after these two apps are deactivated. but the 504 time out issue remains.
Forum: Fixing WordPress
In reply to: register_uninstall_hook was called incorrectlyThe issue remains even after I uninstall the daily horoscope plugin. There is another plugin called “androapp – Native Android mobile app for wordpress site” which seemed to be the reason for the first error message out of the two. So I have deactivated this app as well and I still have the same problem. When I click on publish on a new post or update on an existing post, the page times out and throws a 504 error after 60 secs.
Can somebody help please?
Forum: Fixing WordPress
In reply to: register_uninstall_hook was called incorrectlyThanks Steven. I have posted it there. But the last thread someone was helped there was 2 years ago. So I would leave this thread here open so that someone who knows how to resolve this issue can help me.
Forum: Fixing WordPress
In reply to: register_uninstall_hook was called incorrectlyThank You for the quick reply. I have deactivated the plugin but I still have the issue. The plugin name is “Daily Horoscope”. Do you think I need to delete the plugin and check?