justliam / wordpress-backup-to-dropbox

A plugin for WordPress that automatically uploads your blogs files and a SQL dump of its database to Dropbox. Giving you piece of mind that your entire blog including its precious posts, images and metadata regularly backed up.
http://wpb2d.com
108 stars 21 forks source link

error on clean install #98

Closed Spiffo closed 11 years ago

Spiffo commented 11 years ago

Error

There was a fatal error loading WordPress Backup to Dropbox, please reload the page and try again. <== did not solve

If the problem persists please re-install WordPress Backup to Dropbox. <== did not solve

Error message: The cURL OAuth consumer requires the cURL extension

Fatal error: Call to a member function unlink_account() on a non-object in C:\xampp\htdocs\wordpress\wp-content\plugins\wordpress-backup-to-dropbox\Views\wp-backup-to-dropbox-options.php on line 379

Spiffo commented 11 years ago

extra info: installed on xampp on localhost

michaeldewildt commented 11 years ago

The plugin requires the cURL is activated with PHP

michaeldewildt commented 11 years ago

http://php.net/manual/en/book.curl.php

Spiffo commented 11 years ago

I have no idea what that means...

Spiffo commented 11 years ago

Could you give me a LITTLE bit more information?

michaeldewildt commented 11 years ago

There is plenty of literature on the internet that explains cURL, what its for and how to activate it with PHP.

Start with Wikipedia => http://en.wikipedia.org/wiki/CURL

Cheers, Mikey