Syntax Error
-
Greetings and thanks for the elegant new update.
However, I have discovered an error in the php syntax that is causing many errors during execution of backups. They are as follows:file with error: class-cron.php on line 140 & 141
$temp_fodler = scandir( BackWPup::get_plugin_data( ‘TEMP’ ) );
foreach ( $temp_fodler as $temp_file ) {$temp_fodler should be $temp_folder
When this error is corrected, the backup is error-free and much faster.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Syntax Error’ is closed to new replies.