socialturn icon indicating copy to clipboard operation
socialturn copied to clipboard

Twitter Images - Cron.php issues

Open LotusJeff opened this issue 8 years ago • 1 comments

Controllers/cron.php

The database column for accounts_queue is image. The cron.php looks for $post['media'] to determine which type of twitter call to make.

I changed lines 96 and 106 from post['media'] to post['image']. System is now working.

LotusJeff avatar Jul 26 '16 22:07 LotusJeff

Please do a merge request

Warm Regards,

Anant Garg Inscripts +1-646-458-1045 (Schedule https://calendly.com/anant/30)

On Tue, Jul 26, 2016 at 6:10 PM, LotusJeff [email protected] wrote:

Controllers/cron.php

The database column for accounts_queue is image. The cron.php looks for $post['media'] to determine which type of twitter call to make.

I changed lines 96 and 106 from post['media'] to post['image']. System is now working.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/anantgarg/socialturn/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKRnpAQxrAdVSrq4R06k7ahtQO9sNInks5qZoXHgaJpZM4JVpRu .

anantgarg avatar Jul 27 '16 13:07 anantgarg