Updating alpha 3 - alpha 4 , a forum discussion on Jojo CMS. Join us for more discussions on Updating alpha 3 - alpha 4 on our Installation forum.
You must be logged in to post a reply
| |
Alex
27 Jan 2008
Posts: 28
Hi, uploaded the complete .zip alpha 4 and the separate plugins for alpha 4.
Used http://www.mydomain.ext/setup/
It all went smooth but at the end there is this message: Adding Edit Pages Page to menu
INSERT INTO page SET pg_title = 'Bulk Edit', pg_link = 'admin-bulkedit.php', pg_order=100, pg_url='admin/bulk-edit', pg_parent=4, pg_order=0 Array ( ) Column 'pg_order' specified twice
And it stops, did i do something wrong?
Used http://www.mydomain.ext/setup/
It all went smooth but at the end there is this message: Adding Edit Pages Page to menu
INSERT INTO page SET pg_title = 'Bulk Edit', pg_link = 'admin-bulkedit.php', pg_order=100, pg_url='admin/bulk-edit', pg_parent=4, pg_order=0 Array ( ) Column 'pg_order' specified twice
And it stops, did i do something wrong?
Sorry Alex, a glitch in the download on the site.
You can download the Zip again, or otherwise make a small change to one of the files to get it working again...
Jojo/plugins/jojo_core/setup.php
Change line 94 to this...
Or replace with the setup.php attached here...
You can download the Zip again, or otherwise make a small change to one of the files to get it working again...
Jojo/plugins/jojo_core/setup.php
Change line 94 to this...
JOJO::insertQuery("INSERT INTO page SET pg_title = 'Bulk Edit', pg_link = 'admin-bulkedit.php', pg_order=100, pg_url='admin/bulk-edit', pg_parent=" . JOJO::cleanInt($_ADMIN_CONTENT_ID));
Or replace with the setup.php attached here...
Attached Files
| Back to Forum Index : Back to Installation |
|
