Title: aracno's Replies | WordPress.org

---

# aracno

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] Nothing Happens](https://wordpress.org/support/topic/nothing-happens-17/)
 *  [aracno](https://wordpress.org/support/users/aracno/)
 * (@aracno)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/nothing-happens-17/#post-3301543)
 * Yeah, it’s really tricky.. In my case the issue was difficult to find out as 
   even in debug mode:
 * `define('WP_DEBUG', true);`
 * in wp-config.php, the error wasn’t showing up, no clues at all.
 * Let me know if you manage to solve this problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] Nothing Happens](https://wordpress.org/support/topic/nothing-happens-17/)
 *  [aracno](https://wordpress.org/support/users/aracno/)
 * (@aracno)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/nothing-happens-17/#post-3301541)
 * And what about adding this:
 *     ```
       <Files "wp-cron.php">
       Allow from All
       Satisfy Any
       </Files>
       ```
   
 * into your .htaccess? (I guess you already tried that one..)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] Nothing Happens](https://wordpress.org/support/topic/nothing-happens-17/)
 *  [aracno](https://wordpress.org/support/users/aracno/)
 * (@aracno)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/nothing-happens-17/#post-3301539)
 * Hi there,
 * I had the same issue. I’m no specialist at all, but I’ve managed to solve the
   thing after two painful days of research.. try adding this to your wp-config.
   php:
 * define( ‘ALTERNATE_WP_CRON’, true );
 * Manual backup works for me now. I guess that the scheduled one will work as well,
   but I didn’t test it yet.
 * Good luck!

Viewing 3 replies - 1 through 3 (of 3 total)