Discuss Joomla! 3.0.2 Released - Joomla! Forum - community, help and support
discuss joomla! 3.0.2 released here
please see announcement details: viewtopic.php?f=8&t=768870
note: report bugs, please use official bug tracker.
please see announcement details: viewtopic.php?f=8&t=768870
note: report bugs, please use official bug tracker.
regarding
i did new install of 3.0.2 , got error.. after trial , error found out file "joomla.sql" faulty one.
location: installation\sql\mysql\
the error: using btree
line: 1561
after: create table if not exists `#__usergroups` (
right before: ) engine=innodb default charset=utf8 auto_increment=9 ;
action: remove text "using btree"..
it fixes fresh install..
just remove offending text , it's good!
code: select all
some errors occurred while populating database: sql=insert `*_usergroups` (`id`, `parent_id`, `lft`, `rgt`, `title`) values (1, 0, 1, 18, 'public'), (2, 1, 8, 15, 'registered'), (3, 2, 9, 14, 'author'), (4, 3, 10, 13, 'editor'), (5, 4, 11, 12, 'publisher'), (6, 1, 4, 7, 'manager'), (7, 6, 5, 6, 'administrator'), (8, 1, 16, 17, 'super users'), (9, 1, 2, 3, 'guest')i did new install of 3.0.2 , got error.. after trial , error found out file "joomla.sql" faulty one.
location: installation\sql\mysql\
the error: using btree
line: 1561
after: create table if not exists `#__usergroups` (
right before: ) engine=innodb default charset=utf8 auto_increment=9 ;
action: remove text "using btree"..
it fixes fresh install..
just remove offending text , it's good!
Comments
Post a Comment