Robert Windisch
Forum Replies Created
-
Hi Marcelo,
please do the changes on the class-install.php of our plugin. We fix this with the next release of our plugin.
regards,
RobertHi mrusheleau,
the fix will make WordPress get the WP_User object that we can add the right to access the BackWPup admin page for to all admin users. Current versions of WordPress will give us the WP_User class by default. We will fix that in the next version.
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Cannot authorize DropboxHi jetlej,
we had some troubles with W3TC and our plugin. Please try to authenticate with dropbox when this plugin is disabled.
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Fatal error 3.0.8 to 3.0.10Hi,
it seems that you are not using the current version of WordPress. Please replace the following code in the class-install.php:
get_users( array( 'blog_id' => 1, 'role' => 'administrator' ) );with:
get_users( array( 'blog_id' => 1, 'role' => 'administrator', 'fields' => 'all_with_meta' ) );Then WordPress will also load the WP_User class on versions below 3.5.
regards,
RobertHi adambundy,
please visit the about screen one time after the update. We will change the behavior to allow direct access to the pages after update.
regards,
RobertHi Manuel,
thank you for using our plugin. Please add the folder “wp-content/cache” to the “Exclude files/folders from backup”. This should skip these files.
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Fatal error 3.0.8 to 3.0.10Hi ashh115,
thank you for your email. Can you tell me your activated plugins? The Problem is that we use a API function from WordPress to get all admins. But this answer is different on your system. Maybe another plugin will change that.
regards,
RobertHi elef78,
we are working on this issue at http://wordpress.org/support/topic/fatal-error-308-to-3010?replies=7
Please join this topic.
regards,
RobertHi leteddybear,
can you send me your logfile at r _dot_ windisch :at: inpsyde.com?
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Fatal error 3.0.8 to 3.0.10Hi ashh115, Hi Agiled,
your setup seams to be different. I cannot recreate your error. Can you send me the output of the following code ( send it to: r _dot_ windisch :at: inpsyde.com ). Don’t publish it.
replace
$users = get_users( array( 'blog_id' => 1, 'role' => 'administrator' ) );
with
$users = get_users( array( 'blog_id' => 1, 'role' => 'administrator' ) );var_dump( $users );regards,
RobertHi Silvie,
we are currently working on this issue. You can see the current state at: http://wordpress.org/support/topic/fatal-error-308-to-3010?replies=4
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Logs folder errorHi Pierre,
you can change these rights with an FTP application. The Host of your page will help you with that.
regards,
RobertHi Didier77, hi Agiled,
we are currently checking this issue. Please use until the fix my workaround:
http://wordpress.org/support/topic/fatal-error-308-to-3010?replies=3#post-4149734
And please add the BackWPup Admin right to your user on your profile page
regards,
Roberthi Peter,
thank you for using our plugin. We will think about this message.
regards,
RobertForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Conflict on widgetsWe have fixed this issue in 3.0.10 with a folder change. When the Source Code of 3.0.9 was submitted to svn the change of the folder failed. This caused the error. I am sorry for the problem this release caused.
regards,
Robert