• Resolved almightyad

    (@almightyad)


    plugin update works fine in php7.2 environment.

    throw fatal error in php8.2.3 environment. Please see the error below.

    [14-Jun-2023 05:36:03 UTC] PHP Fatal error: Uncaught mysqli_sql_exception: Table 'singlewpdbdev.wp_ppfuture_actions_args' doesn't exist in /var/www/html/current/www/wp-content/db.php:1404
    Stack trace: 0 /var/www/html/current/www/wp-content/db.php(1404): mysqli_query() 1 /var/www/html/current/www/wp-content/db.php(942): hyperdb->ex_mysql_query() 2 /var/www/html/current/www/wp-includes/class-wpdb.php(3099): hyperdb->query() 3 /var/www/html/current/www/wp-admin/includes/upgrade.php(2797): wpdb->get_results() 4 /var/www/html/current/www/wp-content/plugins/post-expirator/src/Modules/Expirator/Schemas/ActionArgsSchema.php(58): dbDelta() 5 /var/www/html/current/www/wp-content/plugins/post-expirator/src/Modules/Expirator/Migrations/V30000WPCronToActionsScheduler.php(44): PublishPress\Future\Modules\Expirator\Schemas\ActionArgsSchema::createTableIfNotExists() 6 /var/www/html/current/www/wp-content/plugins/post-expirator/src/Modules/Settings/Controllers/Controller.php(363): PublishPress\Future\Modules\Expirator\Migrations\V30000WPCronToActionsScheduler->__construct() 7 [internal function]: PublishPress\Future\Modules\Settings\Controllers\Controller->initMigrations() 8 /var/www/html/current/www/wp-includes/class-wp-hook.php(308): call_user_func_array() 9 /var/www/html/current/www/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() 10 /var/www/html/current/www/wp-includes/plugin.php(517): WP_Hook->do_action() 11 /var/www/html/current/www/wp-settings.php(623): do_action() 12 /var/www/html/current/www/wp-config.php(85): require_once('…') 13 /var/www/html/current/www/wp-load.php(50): require_once('…') 14 /var/www/html/current/www/wp-cron.php(46): require_once('…') 15 {main} thrown in /var/www/html/current/www/wp-content/db.php on line 1404
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    @almightyad

    Thanks for reporting this.

    Did you see this error in your server error log? How does it look on the Future Action dashboard?

    Thread Starter almightyad

    (@almightyad)

    Thanks for the reply.

    Yes, those are from server error log.

    We can’t access the site after update. So we left it out for server with php8.2.3 and just updated servers with php7.2.

    • This reply was modified 1 year, 5 months ago by almightyad.
    Thread Starter almightyad

    (@almightyad)

    Btw, it doesn’t seem to have issue in php8.2.

    So probably create table script or calling that function maybe deprecated in php8.2.3.

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    @almightyad Oh okay, thanks for the information. So issue only happens specifically on PHP 8.2.3, correct?

    Plugin Author andergmartins

    (@andergmartins)

    @almightyad Thanks for the details. Please, could you check what is the MySQL version used when you switch to PHP 8.2.3? Tks.

    Are you using MariaDB or MySQL?

    Plugin Author Steve Burge

    (@stevejburge)

    @almightyad Thanks for using PublishPress Future. Please update to Future 3.0.2 and re-open this post if the issue remains.

    Thread Starter almightyad

    (@almightyad)

    We are using Aurora. version is 5.7.2.

    We will try to update the plugin and let you know. Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘failed to create table ppfuture_actions_args in php 8.2.3’ is closed to new replies.