• vicptv

    (@phantrongvu)


    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

    (@phantrongvu)

    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

    (@mpraetzel)

    @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.