fclose() and unlink() errors
-
Hello,
Thank you for the great and free plugin! I had these error on error log file these are the stack trace log for the php errors
[21-Aug-2018 02:20:23 UTC] Exception: fclose() expects parameter 1 to be resource, boolean given ON ?wp-admin/admin-ajax.php in /wp-content/themes/reviewpro/functions.php:112
Stack trace:
#1 /wp-content/plugins/updraftplus/admin.php(1377): fclose(false)
#2 /wp-content/plugins/updraftplus/admin.php(1193): UpdraftPlus_Admin->do_updraft_download_backup(0, ‘db’, ‘1534816811’, ”, false, ”)
#3 /wp-includes/class-wp-hook.php(286): UpdraftPlus_Admin->updraft_download_backup(”)
#4 /wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
#5 /wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#6 /wp-admin/admin-ajax.php(100): do_action(‘wp_ajax_updraft…’)
#7 {main}
[21-Aug-2018 02:20:23 UTC] Exception: unlink(): No such file or directory ON /wp-admin/admin-ajax.php in /wp-content/themes/reviewpro/functions.php:112
Stack trace:
#1 /wp-content/plugins/updraftplus/admin.php(1378): unlink(”)
#2 /wp-content/plugins/updraftplus/admin.php(1193): UpdraftPlus_Admin->do_updraft_download_backup(0, ‘db’, ‘1534816811’, ”, false, ”)
#3 /wp-includes/class-wp-hook.php(286): UpdraftPlus_Admin->updraft_download_backup(”)
#4 /wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
#5 /wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#6 /wp-admin/admin-ajax.php(100): do_action(‘wp_ajax_updraft…’)
#7 {main}Please fix these issues!
- The topic ‘fclose() and unlink() errors’ is closed to new replies.