Installation problem whe insert into fielddata, a forum discussion on Jojo CMS. Join us for more discussions on Installation problem whe insert into fielddata on our Installation forum.
You must be logged in to post a reply
| |
ufurzotu
9 Nov 2009
Posts: 2
hi,
the installation hangs at this point:
Adding Contact Page to menu
Adding Robots.txt Page
INSERT INTO `fielddata` SET fd_table = ?, fd_field = ?, fd_sqltype = ?, fd_name = ?, fd_required = ?, fd_type = ?, fd_options = ?, fd_default = ? Array ( [0] => auth_token [1] => token [2] => varchar(40) [3] => token [4] => no [5] => text [6] => [7] => ) Field 'fd_flags' doesn't have a default value
Suggestions please?
Carmelo
the installation hangs at this point:
Adding Contact Page to menu
Adding Robots.txt Page
INSERT INTO `fielddata` SET fd_table = ?, fd_field = ?, fd_sqltype = ?, fd_name = ?, fd_required = ?, fd_type = ?, fd_options = ?, fd_default = ? Array ( [0] => auth_token [1] => token [2] => varchar(40) [3] => token [4] => no [5] => text [6] => [7] => ) Field 'fd_flags' doesn't have a default value
Suggestions please?
Carmelo
danny224
9 Nov 2009
Posts: 18
I think this may fix your error.
http://www.jojocms.org/topics/299/error-with-database-installation/
http://www.jojocms.org/topics/299/error-with-database-installation/
ufurzotu
12 Nov 2009
Posts: 2
i try with this: http://www.jojocms.org/topics/299/error-with-database-installation/
but i don't resolve my problem!!!
Help me!!
but i don't resolve my problem!!!
Help me!!
No, that's a different problem - can you find the file:
[jojofiles]/plugins/jojo_core/install/install_fielddata.php
and change line 50 to:
`fd_flags` text,
(remove 'NOT NULL')
save, and run setup again.
That should fix it. Can you let us know if that works? Then I can commit the change for the next release.
[jojofiles]/plugins/jojo_core/install/install_fielddata.php
and change line 50 to:
`fd_flags` text,
(remove 'NOT NULL')
save, and run setup again.
That should fix it. Can you let us know if that works? Then I can commit the change for the next release.
| Back to Forum Index : Back to Installation |
|
