Getting php-warning with BackUpWordPress 2.4.1
-
It says
Warning: Invalid argument supplied for foreach() in /pathtowordpress/wp-content/plugins/backupwordpress/classes/class-schedule.php on line 930
If I look into line 930 it says
foreach ( glob( $haystack . '/*', GLOB_ONLYDIR | GLOB_NOSORT ) as $folder ) { $pos = strpos( $folder, $needle ); $default_path = get_option( 'hmbkp_default_path' ); if ( ( false !== $pos ) && ( $folder !== $default_path ) ) { $found_folders[] = trailingslashit( $folder ); } }
And if I do print_r on glob(…) – I get an array, don’t understand what’s wrong (it runs on a different server, though…).
Additionally, sorry to say, but there are still problems with the translations!
Thanks for help!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Getting php-warning with BackUpWordPress 2.4.1’ is closed to new replies.