Title: Robert Windisch's Replies - page 8 | WordPress.org

---

# Robert Windisch

  [  ](https://wordpress.org/support/users/nullbyte/)

 *   [Profile](https://wordpress.org/support/users/nullbyte/)
 *   [Topics Started](https://wordpress.org/support/users/nullbyte/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nullbyte/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nullbyte/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nullbyte/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nullbyte/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nullbyte/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 106 through 120 (of 165 total)

[←](https://wordpress.org/support/users/nullbyte/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/nullbyte/replies/?output_format=md) [2](https://wordpress.org/support/users/nullbyte/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nullbyte/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/nullbyte/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/nullbyte/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/nullbyte/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/nullbyte/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/nullbyte/replies/page/9/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] AJAX function in admin panel is not working after updating 3.0.9](https://wordpress.org/support/topic/ajax-function-in-admin-panel-is-not-working-after-updating-309/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/ajax-function-in-admin-panel-is-not-working-after-updating-309/#post-3710122)
 * Hi,
 * please update to 3.0.10 to check if the problem on 3.0.9 caused that problem.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] 3.0.9 upgrade error, can't delete older version](https://wordpress.org/support/topic/309-upgrade-error-cant-delete-older-version/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/309-upgrade-error-cant-delete-older-version/#post-3708904)
 * Hi,
 * WordPress will erase the plugin folder. Please check if the folder and subfolders
   of the plugin are writeable.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] not working, dude!](https://wordpress.org/support/topic/not-working-dude/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/not-working-dude/#post-3708903)
 * This issue is discussed at [http://wordpress.org/support/topic/fatal-error-308-to-3010?replies=3](http://wordpress.org/support/topic/fatal-error-308-to-3010?replies=3)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Fatal error 3.0.8 to 3.0.10](https://wordpress.org/support/topic/fatal-error-308-to-3010/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/fatal-error-308-to-3010/#post-3711328)
 * Hi ashh115,
 * please go to the “BackWPup” part of your profile page. You can add BackWPup Admin
   rights to your current user.
 * We will check this issue and will solve it with the next version. But to help
   you right now please change the following on the class-install.php File:
 *     ```
       foreach ( $users as $user ) {
       				$user->add_role( 'backwpup_admin' );
       			}
       ```
   
 * with
 *     ```
       if ( ! empty( $users ) && count( $users ) > 0 ) {
       				foreach ( $users as $user ) {
       					$user->add_role( 'backwpup_admin' );
       				}
       			}
       ```
   
 * That should hide the fatal error. But you will need to add the BackWPup rights
   to every User who should get access.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Logs folder error](https://wordpress.org/support/topic/logs-folder-error/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/logs-folder-error/#post-3711321)
 * Hi Pierer,
 * could you check the permissions on these folders? Maybe you need to add writing
   permissions to the folder wp-content.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Not able to activate BackWPup on 3.5.1 French](https://wordpress.org/support/topic/not-able-to-activate-backwpup-on-351-french/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/not-able-to-activate-backwpup-on-351-french/#post-3708902)
 * We 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Broken Again….](https://wordpress.org/support/topic/broken-again/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/broken-again/#post-3710804)
 * Hello slightlydazed,
 * that’s why we have released the version 3.0.10 only addressing this issue.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Still not working after update!](https://wordpress.org/support/topic/still-not-working-after-update/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/still-not-working-after-update/#post-3708901)
 * Hi Chad,
 * the promo page will only appear after activations. We will think about to display
   this message only after a new install.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Not working anymore after update](https://wordpress.org/support/topic/not-working-anymore-after-update/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/not-working-anymore-after-update/#post-3710109)
 * [@ashh115](https://wordpress.org/support/users/ashh115/): please open a new topic
   for this different issue. We will check this issue as soon as possible. Please
   add the role BackWPup Admin to your user.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] not working, dude!](https://wordpress.org/support/topic/not-working-dude/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/not-working-dude/#post-3708892)
 * We have fixed this issue in 3.0.10 with a folder change. When the Source Code
   was submitted to svn the change of the folder failed. This caused the error at
   the version 3.0.9. I am sorry for the problem this release caused.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Still not working after update!](https://wordpress.org/support/topic/still-not-working-after-update/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/still-not-working-after-update/#post-3708890)
 * Hi,
 * please check if the version 3.0.10 fix your problem.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] 3.0.9 upgrade error, can't delete older version](https://wordpress.org/support/topic/309-upgrade-error-cant-delete-older-version/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/309-upgrade-error-cant-delete-older-version/#post-3708888)
 * Hello polle001,
 * please check the writing permissions for WordPress on this folder.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Not working anymore after update](https://wordpress.org/support/topic/not-working-anymore-after-update/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/not-working-anymore-after-update/#post-3710106)
 * We have fixed this issue in 3.0.9 and deployed version 3.0.10 with the folder
   change. When the Source Code was submitted to svn the change of the folder failed.
   This caused the error at the version 3.0.9. I am sorry for the problem this release
   caused.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Issues with 3.0.9](https://wordpress.org/support/topic/issues-with-309/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/issues-with-309/#post-3710104)
 * We have fixed this issue in 3.0.9 and deployed version 3.0.10 with the folder
   change. When the Source Code was submitted to svn the change of the folder failed.
   This caused the error at the version 3.0.9. I am sorry for the problem this release
   caused.
 * regards,
    Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Broken Again….](https://wordpress.org/support/topic/broken-again/)
 *  Plugin Author [Robert Windisch](https://wordpress.org/support/users/nullbyte/)
 * (@nullbyte)
 * [13 years ago](https://wordpress.org/support/topic/broken-again/#post-3710780)
 * We have fixed this issue in 3.0.9 and deployed version 3.0.10 with the folder
   change. When the Source Code was submitted to svn the change of the folder failed.
   This caused the error at the version 3.0.9. I am sorry for the problem this release
   caused.
 * regards,
    Robert

Viewing 15 replies - 106 through 120 (of 165 total)

[←](https://wordpress.org/support/users/nullbyte/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/nullbyte/replies/?output_format=md) [2](https://wordpress.org/support/users/nullbyte/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nullbyte/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/nullbyte/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/nullbyte/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/nullbyte/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/nullbyte/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/nullbyte/replies/page/9/?output_format=md)