How can I debug the automatically created schedule script?
Go to configurations and click on 'system variables'. Then change the value of 'schedule_debug' to 1. Now phpMyBackupPro prints some debug informations every time the scheduled script which you included into a .php file is executed. If you load your scheduled backup script and no output is generated phpMyBackupPro was not found. Make sure that these line points to the phpMyBackupPro installation directory: @chdir("../SOME/FOLDERS/phpMyBackupPro/"); When it works all right, don't forget to change the line in schedule_debug system variable back to 0.
You cannot comment on this entry