Nextscript snap + WP all import scheduling problem

CheatBandit

Newbie
Joined
Aug 13, 2015
Messages
7
Reaction score
1
Hi,

I have a problem with combining SNAP and WP all import pro. I'm auto importing new data with cron jobs, but SNAP just publishes it immediately to my social network accounts and just spams it. It doesn't even add the pictures. When I do a manual repost it does it correctly. I think it has something to do with the iterations or the way WP ALL import creates the posts. I have set SNAP to post once every 30 minutes. Any ideas?

Code:
​Cron Check Results:    ==== Cron was executed 9 times in 15 minutes ===


Your WP Cron is OK


Technical Info:Array
(
    [cronCheckStartTime] => 1441115669
    [cronChecks] => Array
        (
            [0] => [2015-09-01 13:54:28] - WP Cron called from ***.***.***.*** (WordPress/4.3; ***)
            [1] => [2015-09-01 13:55:55] - WP Cron called from ***.***.***.*** (WordPress/4.3; ***)
            [2] => [2015-09-01 13:58:41] - WP Cron called from ***.***.***.*** (WordPress/4.3; ***)
            [3] => [2015-09-01 13:59:41] - WP Cron called from ***.***.***.*** (WordPress/4.3; ***)
            [4] => [2015-09-01 14:00:30] - WP Cron called from ***.***.***.*** (WordPress/4.3; ***)
            [5] => [2015-09-01 14:01:47] - WP Cron called from ***.***.***.*** (WordPress/4.3; ***)
            [6] => [2015-09-01 14:03:23] - WP Cron called from ***.***.***.*** (WordPress/4.3; ***)
            [7] => [2015-09-01 14:06:24] - WP Cron called from ***.***.***.*** (WordPress/4.3; ***)
            [8] => [2015-09-01 14:08:01] - WP Cron called from ***.***.***.*** (WordPress/4.3; ***)
        )


    [status] => 1
)
 
I fixed it by sheduling the posts.

Screen Shot 2015-09-02 at 09.20.40.png
 
Back
Top