trandebert
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Media Library Assistant] Use of deprecated method from AdminColumns pluginHi, looks like your fix does the job.
Your patch 4.1.3 is not working. You are missing curly braces on line 280 and 287 of said module:
if (sizeof($included) and is_array($included)) { $dbTable = $database.".".$table; if (!in_array($table, $included) and !in_array($dbTable, $included)) { $tablesList[$inc]['excluded'] = 1; $this->log(sprintf(__("Excluding table %s.%s from backup"), $table, $database)); } } $inc++;else there is an error generated by the plugin at runtime, and no database table gets backed up:
php_system.DEBUG: E_NOTICE: array ( ‘type’ => 8, ‘message’ => ‘Undefined variable: dbTable’, ‘file’ => ‘…/wp-content/plugins/xcloner-backup-and-restore/includes/class-xcloner-database.php’, ‘line’ => 282, ) [] []
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] PHP 7.4 compatibilityI am also getting lots of “PHP Notice: Undefined variable: text_domain in …/wp-content/plugins/content-visibility-for-divi-builder/content-visibility-for-divi-builder.php on line 261
Viewing 3 replies - 1 through 3 (of 3 total)