koroboru
Forum Replies Created
-
Thanks a lot, now it works!
I would like to say few other things, I think they doesn’t require new forum thread.
1. There are no backups in “backups” screen in situation when they are stored to FTP server and are not stored in local folder. Is this behavior expected?
2. Can you add support for sending email using wp_mail() function? This can be useful because it makes possible customizations using tools like Configure SMTP plugin.
3. There is a bit corrected description for option to use cron service of backwpup.com (original one contains few misprints):
If you check this than the job schedule will submited to backwpup.com. Backwpup.com will call your blog wp-cron.php to execute jobs. Use this service only if your hoster doesn't provide a cron service or if your blog has few visitors. Please consider making a small donation for the plugin if you use this service. The service can be removed by me at any time without notification.
4. May be I can help with Russian translations? Feel free to write me to koroboru [at] yandex [dot] ru. (replace at and dot with @ and .).I use:
Wordpress 3.2.1
BackWPup 3.0.5
@
Ubuntu 10.04 with Apache 2.2.14 and php 5.3.1 (from repositories)Now it says:
Can not create temp folder: /var/lib/php5/.backwpup_796747168/
Normally this folder is available only for root, others can’t even read it’s content.Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] BackWPup: – curl is needed!I figured out a solution to this. You don’t need curl itself, you need php5-curl module and libcurl3. On Ubuntu these can be installed using
$ sudo apt-get install php5-curl
It should be something similar on other debian-based systems.
After I’ve installed these packages and restarted Apache, problem disappeared. By the way, “BackWPup” is now a separate menu, not under “Tools”.