• Resolved Larry Franklin

    (@larry0492)


    When I try to save the new settings, after changing some default parameters like the dwell time, in ml-slider, my screen goes blank white and nothing is saved . My error log contains the line ‘WordPress database error Table ‘wordpress.fake_status’ doesn’t exist for query UPDATE fake_status SET fake_status =’0′ made by deactivate_plugins”. What causes this issue? and can I correct it? I am running the website locally as an educational project (in preparation to revamping an existing website) in a raspberry pi 5 with 8gb memory, using apache2, php 8.2. The plug in is functioning and the process works on my raspberry pi 3B but not on the 5.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author htmgarcia

    (@htmgarcia)

    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 4 months, 1 week ago by htmgarcia.
    Thread Starter Larry Franklin

    (@larry0492)

    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:?https://10.0.0.61/wp-admin/plugins.php?plugin_status=all&paged=1&s

    Thanks,

    Larry

    Plugin Author htmgarcia

    (@htmgarcia)

    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 4 months, 1 week ago by htmgarcia.
    Thread Starter Larry Franklin

    (@larry0492)

    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

    Plugin Author htmgarcia

    (@htmgarcia)

    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

    Thread Starter Larry Franklin

    (@larry0492)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.