You are here: Home → Forum Home → Others → Sandbox → Thread
Is this where we should be posting feedback for the beta? (hopefully it is) ....Got 2 errors right after selecting Create Backup Plan:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: local_path
Filename: mx_easy_backup/mcp.mx_easy_backup.php
Line Number: 271
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/fit4fun/public_html/systemfolder/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405
Using EE 2.1.3 Build: 20101220
Is this where we should be posting feedback for the beta? (hopefully it is) ....Got 2 errors right after selecting Create Backup Plan:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: local_path
Filename: mx_easy_backup/mcp.mx_easy_backup.php
Line Number: 271A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/fit4fun/public_html/systemfolder/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405
Using EE 2.1.3 Build: 20101220
I’m also getting the same error but on an earlier version/build of EE
Thanks for quick feedback. This error happened because local path on Settings page is empty. I just upload new version with update to protect other users from this error in the future (you can used url from invite email for download).
Wanted to let you know the latest version is fixing the PHP errors that I was receiving earlier today.
I am getting errors when trying to access the settings page after I have saved S3 settings. I am getting:
Fatal error: main() [function.require]: Failed opening required '/s3/sdk.class.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear')
in /home/my_username/iamjustinlong.com/system_folder/expressionengine/third_party/mx_easy_backup/libraries/s3.php on line 18
Just put in my list always used the full path for library’s. You can download update.
Great that fixed my issues with S3. I am trying to test out the FTP settings now. I have my server, username, and password set up along with an upload directory. The backups are being shown as successful but I am not getting anything in my backup folder. I currently have the permissions set to 777. I have tried just the folder name, a server path and a publicly accessible path what should my path look like?
I will add better error trucking for FTP connection today. For now:
path must be starting from the root folder for your ftp account.
For example, my full server path do backup folder is /var/www/testings/data/backup/, but my backup ftp account root folder is /var/www/testings/data/backup/. So in settings I need type /backup/.
p.s. do you used port 21? Do you also try to used passive mode?
Thanks, I just realized that I do not have standard FTP access with this account I have to connect via SFTP so I use port 22. I will install on another server that has standard FTP access.
Just an update I installed on a server that I have standard FTP access to and have tried with both the Passive checkbox checked and unchecked. I am still getting no files being uploaded to my FTP account.
I am also having problems with the DropBox method. I know that PEAR’s HTTP OAUTH package is installed because I am able to use the PEAR OpenID package test on the same server.
S3 is working without a hitch now though.
Looks like I will except DropBox from the remote storage methods :( They stopped approving the Web Apps for now. So is only one way to setup it – receive redeveloper key (add to My apps). I believe its too hard for usability. Sad :(
Possible you can advice remote storage which also need to integrate?
p.s. Justin Long I will publish version with ftp debugging tomorrow. Thanks for your testing!
Ok… backup a little (excuse the pun!)...
Got it installed fine, have created a couple Backup plans (one for the DB, one for files), each with a folder outside webroot for security, eg, /home/accountname/backups/sitename/db_backup/
I’ve then gone into the Settings section with all the opions for FTP, S3, dropbox etc… it’s also asking for a “server path to backup” there too… is this not the same as before? and how do i specify a specific folder to backup to when i have diff backups set up?
Or is this the path to the backup addon dir? eg ..../third_party/mx_easy_backup ?
Very excited by the plugin tho - looks awesome!
In Settings page its default path (optional) which will setup as path for backup files for each new plan. Actually I change description to this field already to prevent user confusing.
and how do i specify a specific folder to backup to when i have diff backups set up?
You can setup it per plan as Server path for Backup files
Last update: I hope to release the finale version on this week - working now with documentation, SFTP and native Cron support (w/o wget).
Thanks everyone for feedbacks!
Forget my last advice about Server path - at this moment plan path not worked. In case if you leave path on Settings page empty, Easy Backup will used temporary system folder (sys_get_temp_dir()) . Its a bug.
Any updates as to when this will be available?