Forum

Thread tagged as: Question, Runway, Backup

dropbox:// wrapper is disabled in the server configuration

Hi

I'm trying to setup a Perch Runway Backup with Dropbox.

Manual local test (MAMP) backups are working and appear in my Dropbox folder. I've uploaded my local website to my development site, tried to manually do a backup and I get these messages?

    Warning: copy(): dropbox:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/runway/lib/PerchBackupPlan.class.php on line 227
    Warning: copy(dropbox://backups/db_database-name-backup_201512081412.sql.gz): failed to open stream: no suitable wrapper could be found in /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/runway/lib/PerchBackupPlan.class.php on line 227
    Warning: Cannot modify header information - headers already sent by (output started at /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/runway/lib/PerchBackupPlan.class.php:227) in /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/lib/PerchUtil.class.php on line 1174
    Warning: Cannot modify header information - headers already sent by (output started at /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/runway/lib/PerchBackupPlan.class.php:227) in /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/lib/PerchUtil.class.php on line 1175
    Warning: Cannot modify header information - headers already sent by (output started at /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/runway/lib/PerchBackupPlan.class.php:227) in /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/lib/PerchUtil.class.php on line 1176
    Warning: Cannot modify header information - headers already sent by (output started at /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/runway/lib/PerchBackupPlan.class.php:227) in /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/lib/PerchUtil.class.php on line 1182
    Warning: Cannot modify header information - headers already sent by (output started at /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/runway/lib/PerchBackupPlan.class.php:227) in /nfs/c11/h01/mnt/domains/DOMAIN-NAME-REMOVED/html/perch/core/inc/top.php on line 17
  • Perch Runway is up to date (2.8.18)
  • PHP 5.5.21 is up to date
  • MySQL 5.6.25-73.1 is up to date
  • Image processing available
Stephen Meehan

Stephen Meehan 4 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You need to set allow_url_fopen to true or 1 in your PHP configuration in order to enable stream wrappers.

Ah, ok. Thanks for the quick reply.