• Resolved diegpl

    (@diegpl)


    Hi, after I updated the plugin I got this error showing up many times:

    [23-May-2022 22:54:01 UTC] WordPress database error Table 'username_tablename.tablename_npxyz2021_sessions' doesn't exist for query SELECT option_value FROM tablename_npxyz2021_sessions WHERE option_name = '_rfqtk_wp_session_ea33a05052ea0fdb812e624ebbae8044' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, RFQTK_wp_session_start, RFQTK_WP_Session::get_instance, RFQTK_WP_Session->__construct, RFQTK_WP_Session->read_data, RFQTK_WP_Session->np_get_session

    • This topic was modified 2 years, 10 months ago by diegpl.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    there is a required table that is missing _npxyz2021_sessions.
    deactivate and activate the plugin. that should fix it.

    Thread Starter diegpl

    (@diegpl)

    Hmm, there is nothing I can do to solve that via code? Because I have the plugin activated in many sites in a wpms installation, I think there is no way to do that one by one…
    Tks! ??

    Plugin Author Neah Plugins

    (@gplsaver)

    it should have been done via code. it is probably a database admin not allowing table creation (maybe). in either case at least try it on one site and see if it fixes it if you do it with admin credentials. let me know if it fixes it.

    • This reply was modified 2 years, 10 months ago by Neah Plugins.
    Thread Starter diegpl

    (@diegpl)

    I deactivated and activated it agiain in just one site and it seems the problem is solved. But it sems there is a generic table for all wpms related to this plugin then, no? Tks! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP error after update the plugin’ is closed to new replies.