Title: Queue never executed
Last modified: March 19, 2020

---

# Queue never executed

 *  Resolved [kryonos](https://wordpress.org/support/users/kryonos/)
 * (@kryonos)
 * [6 years ago](https://wordpress.org/support/topic/queue-never-executed/)
 * Hello,
 * I’m using the 1.1.6 version with WP media folder 5.0.1.
    I enabled the debug 
   mode but it doesn’t create the debug.php in the plugin folder (I tried with 777
   chmod just to check if it was a permission issue but it’s not).
 * The queue seems to never be executed, I have 2 files in queue, small images.
   
   I check on my server (php 7.2) error log, nothing.
 * Any idea?
 * thanks

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

 *  Plugin Author [dbarrere](https://wordpress.org/support/users/dbarrere/)
 * (@dbarrere)
 * [6 years ago](https://wordpress.org/support/topic/queue-never-executed/#post-12563598)
 * Hi,
 * Could you open your browser developer console (F12), then click on the console
   tab.
    Click on the orange dot, in the admin bar, it should launch the process.
   Then check if there is any error on the developer console. Also you can check
   in the network tab the result of XHR request and let me know.
 * Best regards
 *  Thread Starter [kryonos](https://wordpress.org/support/users/kryonos/)
 * (@kryonos)
 * [6 years ago](https://wordpress.org/support/topic/queue-never-executed/#post-12563735)
 * Hi,
 * It gives no error, in the console and the xhr answer I got a HTTP 200 with this
   json:
 * {“queue_length”:2,”title”:”2 Attachments queued to be moved”}
 *  Plugin Author [dbarrere](https://wordpress.org/support/users/dbarrere/)
 * (@dbarrere)
 * [6 years ago](https://wordpress.org/support/topic/queue-never-executed/#post-12563814)
 * Well, we’ll make a little test see where the process is stuck.
 * Could you go in this page yourwebsite.com/wp-admin/options.php then search for
   wp-media-folders-token and copy the value of this field
 * Then open a private browsing window and make sure you are not logged into your
   website on this session.
    And open the page yourwebsite.com/wp-admin/admin-ajax.
   php?action=wpmfs_proceed&wpmfs_token=THE_TOKEN_YOU_COPIED_PREVIOUSLY
 * You can check now in your website if the files have been moved, you should see
   a 0 in the admin bar if all is ok.
 * Best regards
 *  Thread Starter [kryonos](https://wordpress.org/support/users/kryonos/)
 * (@kryonos)
 * [6 years ago](https://wordpress.org/support/topic/queue-never-executed/#post-12564011)
 * Doing like this it works!
    How can I fix definitely?
 *  Thread Starter [kryonos](https://wordpress.org/support/users/kryonos/)
 * (@kryonos)
 * [6 years ago](https://wordpress.org/support/topic/queue-never-executed/#post-12564565)
 * Since I made your test it looks like it works normally again.
    Do you know what
   the problem was?
 * Thank you!
 *  Plugin Author [dbarrere](https://wordpress.org/support/users/dbarrere/)
 * (@dbarrere)
 * [6 years ago](https://wordpress.org/support/topic/queue-never-executed/#post-12564758)
 * Since it’s working correctly now, I suspect the behavior used to avoid multiple
   concurrent calls.
    It’s based on a timestamp saved into the options table. But
   I don’t know why this timestamp would have a wrong value. Did you migrate your
   site from a localhost to a server with a different timezone? Or anything related
   to time?
 * Best regards

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

The topic ‘Queue never executed’ is closed to new replies.

 * ![](https://ps.w.org/wp-media-folders/assets/icon-256x256.png?rev=1899022)
 * [WP Media folders](https://wordpress.org/plugins/wp-media-folders/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-media-folders/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-media-folders/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-media-folders/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-media-folders/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [dbarrere](https://wordpress.org/support/users/dbarrere/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/queue-never-executed/#post-12564758)
 * Status: resolved