• davidpalaparthi1234

    (@davidpalaparthi1234)


    While checking the server logs, we encountered the following table error in the Apache logs:

    WordPress database error:
    “Table ‘ABCdev.wp_actionscheduler_actions’ doesn’t exist for query SELECT a.action_id FROM wp_actionscheduler_actions a WHERE 1=1 AND a.hook=’action_scheduler/migration_hook’ AND a.status IN (‘pending’) ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1 made by require_once(‘wp-load.php’), require_once(‘wp-config.php’)”.

    Upon checking with our database team, we found that the wp_actionscheduler_actions table is missing from our database. The DB team has suggested creating the missing table, but they require the SQL query to do so.

    Since we are not aware of the exact SQL query needed to create this table, could you please provide us with the necessary query or guidance on how to proceed?

    Looking forward to your support.

    Best regards,
    David Palaparthi

Viewing 1 replies (of 1 total)
  • This table is not part of WordPress Core. However, it comes with some plugins that include this software component, e.g. WooCommerce. It is therefore not possible to tell you here in the forum what the structure should be. You would have to contact the support team for the plugin in your project that includes this table.

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