Title: Plugin Stops importing
Last modified: February 27, 2019

---

# Plugin Stops importing

 *  [vicptv](https://wordpress.org/support/users/phantrongvu/)
 * (@phantrongvu)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/plugin-stops-importing-2/)
 * I have this plugin installed and working for ages until recently it stops working.
   I did “Reset import field from the Database” but no help. I have to manually 
   import videos, which I don’t want to. Here is my setup:
 * Automatic youtube video posts, installed in multiple site. I have W3 Total Cache
   enabled, wonder if that’s a problem?
 * Thanks

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

 *  Thread Starter [vicptv](https://wordpress.org/support/users/phantrongvu/)
 * (@phantrongvu)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/plugin-stops-importing-2/#post-11257153)
 * A quick investigation telling me that in the file core/parse.php there is this
   line:
 *     ```
       if(isset($GLOBALS['pagenow']) and $GLOBALS['pagenow'] != 'admin-ajax.php') {
       	add_action('init','WP_ayvpp_add_posts',10);
       }
       ```
   
 * Somehow, $GLOBALS[‘pagenow’] has never been set, so the action never been executed.
   Can you please point me where the problem is?
 *  Plugin Author [ternstyle](https://wordpress.org/support/users/mpraetzel/)
 * (@mpraetzel)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/plugin-stops-importing-2/#post-11465127)
 * [@phantrongvu](https://wordpress.org/support/users/phantrongvu/), if you comment
   out the 1st and 3rd line of the code above, does the import start working for
   you?

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

The topic ‘Plugin Stops importing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/automatic-youtube-video-posts_e39595.
   svg)
 * [Automatic Youtube Video Posts Plugin](https://wordpress.org/plugins/automatic-youtube-video-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/automatic-youtube-video-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/automatic-youtube-video-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/automatic-youtube-video-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/automatic-youtube-video-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/automatic-youtube-video-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ternstyle](https://wordpress.org/support/users/mpraetzel/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/plugin-stops-importing-2/#post-11465127)
 * Status: not resolved