Hi @larry0492
the database table you mention in the error is not part of MetaSlider. Maybe another plugin is having issues and this is affecting MetaSlider?
Regards
-
This reply was modified 1 year, 10 months ago by
htmgarcia.
Can anyone tell me what this error.log message refers to?, and how to correct the issue?
[Wed Jul 17 17:25:14.031219 2024] [php:notice] [pid 634726:tid 634726] [client 10.0.0.114:11817] WordPress database error Table ‘wordpress.fake_status’ doesn’t exist for query UPDATE fake_status SET fake_status =’0′ made by deactivate_plugins, do_action(‘deactivate_wp-page-extension/wp-page_extension.php’), WP_Hook->do_action, WP_Hook->apply_filters, wp_fake_url->deactivate, referer: http://10.0.0.61/wp-admin/plugins.php?plugin_status=all&paged=1&s
Thanks,
Larry
The error involves an problem with a database table named “fake_status”. Given the fact MetaSlider doesn’t relate to that database table, an is not even a table from WordPress core, the problem is not related to MetaSlider. It comes from another place and somehow is causing issues in your site, likely also affecting MetaSlider as a domino effect.
Please note this forum is for MetaSlider plugin only. If you think the problem in MetaSlider is not caused by the database error you mention, share more details that relate only to MetaSlider.
Small tip: deactivate the other plugins to see if the issue is gone.
Regards
-
This reply was modified 1 year, 10 months ago by
htmgarcia.
htmgarcia,
Thank you for your input. I have been chasing this problem for a few hours now and have removed all plugins except MetaSlider. The sleuthing has led me to /wp-admin/admin-post.php where I end up with a blank screen in my browser. Not being experienced in php debugging the process that halts the posting of the MetaSliders parameters to the page/website escapes me. I know that the plugin works fine on a raspberry pi because it functions well on my R pi-3B which except for its slowness and limited comm functions is very much the same as the R pi 5 in its setup. Can you steer me towards a solution?
Thanks,
Larry
know that the plugin works fine on a raspberry pi because it functions well on my R pi-3B
Sorry. This is beyond the support scope.
Regards
After considerable searching I managed to resolve my issue. The problem was that the php GP module was not installed my server. I located the clue in the Tools section of the WP menu and proceeded to find the way to install the module. Thanks to the Stack Overflow site. https://stackoverflow.com/questions/74710049/how-to-install-gd-extension-for-php
The method was pointed out and now that issue is resolved.