Executing plugin code - During Setup, a forum discussion on Jojo CMS. Join us for more discussions on Executing plugin code - During Setup on our Installation forum.
You must be logged in to post a reply
| |
intuitiv
18 Oct 2008
Posts: 1
Hi, anyone can help?
______________________
Jojo will now scan through each plugin and look for changes that have been made to the database structure. If changes need to be made, the option to "fix" will be available, and in most cases we recommend you do this.
REPLACE INTO `plugin` ( `name` , `active`, `priority` ) VALUES ( 'jojo_core', 'yes', '100'); Array ( ) Table 'intuitiv_cms.plugin' doesn't existarray(3) { [0]=> array(6) { ["file"]=> string(69) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/includes/setup.php" ["line"]=> int(119) ["function"]=> string(11) "updateQuery" ["class"]=> string(4) "Jojo" ["type"]=> string(2) "::" ["args"]=> array(1) { [0]=> &string(92) "REPLACE INTO {plugin} ( `name` , `active`, `priority` ) VALUES ( 'jojo_core', 'yes', '100');" } } [1]=> array(4) { ["file"]=> string(68) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/includes/jojo.php" ["line"]=> int(48) ["args"]=> array(1) { [0]=> string(69) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/includes/setup.php" } ["function"]=> string(7) "require" } [2]=> array(4) { ["file"]=> string(60) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/index.php" ["line"]=> int(36) ["args"]=> array(1) { [0]=> string(68) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/includes/jojo.php" } ["function"]=> string(12) "require_once" } }
______________________
Jojo will now scan through each plugin and look for changes that have been made to the database structure. If changes need to be made, the option to "fix" will be available, and in most cases we recommend you do this.
REPLACE INTO `plugin` ( `name` , `active`, `priority` ) VALUES ( 'jojo_core', 'yes', '100'); Array ( ) Table 'intuitiv_cms.plugin' doesn't existarray(3) { [0]=> array(6) { ["file"]=> string(69) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/includes/setup.php" ["line"]=> int(119) ["function"]=> string(11) "updateQuery" ["class"]=> string(4) "Jojo" ["type"]=> string(2) "::" ["args"]=> array(1) { [0]=> &string(92) "REPLACE INTO {plugin} ( `name` , `active`, `priority` ) VALUES ( 'jojo_core', 'yes', '100');" } } [1]=> array(4) { ["file"]=> string(68) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/includes/jojo.php" ["line"]=> int(48) ["args"]=> array(1) { [0]=> string(69) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/includes/setup.php" } ["function"]=> string(7) "require" } [2]=> array(4) { ["file"]=> string(60) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/index.php" ["line"]=> int(36) ["args"]=> array(1) { [0]=> string(68) "/home/intuitiv/domains/intuitiv.sg/public_html/cms/includes/jojo.php" } ["function"]=> string(12) "require_once" } }
hey intuitiv,
Couple of questions.
Is this the first time setup or are you running setup to install a custom plugin at some point?
In the config.php file in the www directory or whatever the name of the serving dir is, do you have the correct user name and password for the database and does that user name and password have full read and write access?
And finally are you running on your local computer or hosts server?
Jai
Couple of questions.
Is this the first time setup or are you running setup to install a custom plugin at some point?
In the config.php file in the www directory or whatever the name of the serving dir is, do you have the correct user name and password for the database and does that user name and password have full read and write access?
And finally are you running on your local computer or hosts server?
Jai
If you not living on the edge you taking up too much space.
| Back to Forum Index : Back to Installation |
|
