Viewing 1 replies (of 1 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Hi,

    Thank you.
    I confirm this issue with the plugin above and similar which does not include into its code DB table name as a whole string, but calculates them using PHP, like this, resulting in ‘wp_crony_logs’ DB table name:

    define('CRONY_TBL', $wpdb->prefix . 'crony_');
    $wpdb->query( "CREATE TABLE " . CRONY_TBL . "logs ...

    PGC plugin gets DB table name which does not belong to WordPress core, removes WordPress DB prefix and scan plugin source code for the occurrence of such DB table name, like ‘crony_logs’ in our case. Apparently it finds nothing.

    PGC is not smart enough currently to make needed calculations. But I plan to apply come enhancements in this direction for future versions.

Viewing 1 replies (of 1 total)
  • The topic ‘Crony Cronjob Manager Tables’ is closed to new replies.