Apanha

Instagram Media Planner (Instagram Auto Post & Scheduler - Nextpost Instagram)

Status
Not open for further replies.
S

Sebin Thomas

@Apanha : Tried the latest version, but it showing "Some of SQL files didn't not found in install folder!". So I installed version 3.0.6 and when I try to upgrade to the latest version. It shows "Unexpected Error Occurred". Anyway to fix?
 
A

Anderson

Missing _options table to sql install. :(
You can fix it creating this table...


DROP TABLE IF EXISTS `np_options`;
CREATE TABLE `np_options` (
`id` int(10) NOT NULL,
`option_name` varchar(255) NOT NULL,
`option_value` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
Last edited by a moderator:

ipower

 
 
I just installed the Script, after successful installation, i got 'Internal Server Error"
Some db tablewas not created.

I have also tried to download Version 3.0.6 but i am getting an error page.
What do i do so i can get the older version as suggested in this thread, Admin?
 

ipower

 
 
Error LOG

[01-Mar-2019 02:20:49 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'chop4nai_sdjwwda.np_options' doesn't exist in /home4/chop4naija/public_html/ig/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php:152
Stack trace:
#0 /home4/chop4naija/public_html/ig/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php(152): PDOStatement->execute()
#1 /home4/chop4naija/public_html/ig/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php(173): Pixie\QueryBuilder\QueryBuilderHandler->statement('SELECT count(*)...', Array)
#2 /home4/chop4naija/public_html/ig/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php(252): Pixie\QueryBuilder\QueryBuilderHandler->get()
#3 /home4/chop4naija/public_html/ig/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php(235): Pixie\QueryBuilder\QueryBuilderHandler->aggregate('count')
#4 /home4/chop4naija/public_html/ig/app/models/OptionModel.php(42): Pixie\QueryBuilde in /home4/chop4naija/public_html/ig/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php on line 152
 
Status
Not open for further replies.