Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
06-13-2018, 07:03 AM
Post: #11
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Mod...
(06-13-2018 05:51 AM)meassana Wrote: Thanks for great sharing, bro. Max Rep added. The problem is I activated all plugin but it seem not working. can you help, bro? Go into users, then select yours. then on to right, click/check all the modules, then type in your password to verify, and then reload page. All modules should show up. Not too sure if theyre actually working tho. haha |
|||
06-14-2018, 11:25 PM
(This post was last modified: 06-15-2018 12:02 AM by goorda.)
Post: #12
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Modules v4.0
Hi,
There is an issue with the script, specifically the database structure. When trying to make a post this is the error that I receive in the interface for new post: Oops! An error occured. Please try again later! the php error log: Code: 2018/06/14 15:23:29 [error] 7168#0: *6867 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'first_comment' in 'field list' in /var/www/instapost..../htdocs/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php:152 After further debugging I found the reason. The database structure is for OLD version of the nextposter. You're using some part of the code that is old and some part of the code that is new. This does NOT work! This code is what causes the error because it is trying to insert data into 4 columns first_comment, location, media_ids and remove_media into table np_posts which do not exist. Adding these 4 columns fixes the error and posting works. Code: 55 Query INSERT INTO `np_posts` (`id`,`status`,`user_id`,`type`,`caption`,`first_comment`,`location`,`media_ids`,`remove_media`,`account_id`,`is_scheduled`,`create_date`,`schedule_date`,`publish_date`,`is_hidden`,`data`) VALUES (NULL,'publishing','1','timeline','','','','2',0,'1',0,'2018-06-14 13:54:50','2018-06-14 13:54:50','2018-06-14 13:54:50',0,'{}') To solve this manually add the columns with phpmyadmin, sqlscript or some GUI tool and the script will work. Enjoy. Thank you for sharing (little broken) script. Hopefully this will now solve all the problems, if not report and we will debug it further. |
|||
06-15-2018, 02:36 AM
Post: #13
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Mod...
(06-14-2018 11:25 PM)goorda Wrote: Hi, Nice fix it works reps added |
|||
06-15-2018, 07:53 AM
Post: #14
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Modules v4.0
Yes this is db from prev. version of NextPost, manually upgraded. And we all suffer :( so ...
Here is fix: [VT] Code: https://www.virustotal.com/ru/file/436361c10bde273f182b82ff2b5ea73c4b60dc0cbb104817802d46fa9643a4b3/analysis/1529011425/ [Link] Code: https://www.mirrorcreator.com/files/07EMHZ5U/Nextpost_Instagram_V4.0.4-SQL-FIX1.zip_links |
|||
06-15-2018, 10:51 AM
(This post was last modified: 06-15-2018 11:01 AM by scriptscraft.)
Post: #15
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Mod...
(06-13-2018 05:51 AM)meassana Wrote: Thanks for great sharing, bro. Max Rep added. The problem is I activated all plugin but it seem not working. can you help, bro? You have to login as "Regular user" Open "Users" Page then click "add new" and select "Regular User" in "Account Type" field, fill all req. fields. Then login as that user. (06-12-2018 09:03 AM)punyakhubi Wrote: are have neptune skin? [Link] Code: https://www2.zippyshare.com/v/a5kN41dA/file.html I'm Not sure how to install this. You should rename original "default" theme folder to something different like "_old_default" and then upload new one |
|||
06-16-2018, 01:35 PM
Post: #16
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Modules v4.0
thanks for the fix instruction,
rep added already can create a new post, but the module don't work for me, already setting the module in admin, and use regular user for using the module, left for 1 night, the activity log still empty. using hastag, medium (i set 30/hour) and set active Auto Follow activity log for xxx is empty. |
|||
06-16-2018, 04:02 PM
Post: #17
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Modules v4.0
Hi bro, can you share the latest version of the plugin, please? thanks so much in advanced.
|
|||
06-17-2018, 11:22 AM
Post: #18
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Mod...
(06-16-2018 01:35 PM)stprasst Wrote: thanks for the fix instruction, which module? what function are you using? Be specific, please.
Get Thrive Plugins pack http://bestblackhatforum.com/Thread-GET-...id=1998700
Get Updraft Premium http://bestblackhatforum.com/Thread-GET-...id=1966954 |
|||
06-17-2018, 01:38 PM
Post: #19
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Mod...
(06-17-2018 11:22 AM)goorda Wrote:(06-16-2018 01:35 PM)stprasst Wrote: thanks for the fix instruction, using modules: -Auto Follow -Auto Like -Auto Repost Auto Like setting the activity Log still empty |
|||
06-17-2018, 07:31 PM
Post: #20
|
|||
|
|||
RE: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Modules v4.0 | |||