News:

Wondering if this will always be free?  See why free is better.

Main Menu

converting issue

Started by tam2oo5, June 12, 2007, 03:02:14 PM

Previous topic - Next topic

tam2oo5

When trying to convert everything is succesful except when it reaches board access, the code is below

Converting board access... Unsuccessful!
This query:
INSERT INTO `tam2oo5`.smf_board_permissions
(ID_GROUP, ID_BOARD, permission)
VALUES
(0, 4, 'post_new'),
(0, 4, 'mark_notify'),
(0, 4, 'mark_any_notify'),
(0, 4, 'post_reply_any'),
(0, 4, 'modify_own'),
(0, 4, 'remove_own'),
(0, 4, 'delete_own'),
(0, 4, 'poll_vote'),
(0, 4, 'poll_view'),
(0, 4, 'poll_post'),
(0, 4, 'poll_add_own'),
(2, 4, 'post_new'),
(2, 4, 'mark_notify'),
(2, 4, 'mark_any_notify'),
(2, 4, 'post_reply_any'),
(2, 4, 'modify_own'),
(2, 4, 'make_sticky'),
(2, 4, 'announce_topic'),
(2, 4, 'remove_own'),
(2, 4, 'delete_own'),
(2, 4, 'poll_vote'),
(2, 4, 'poll_view'),
(2, 4, 'poll_post'),
(2, 4, 'poll_add_own'),
(3, 4, 'post_new'),
(3, 4, 'mark_notify'),
(3, 4, 'mark_any_notify'),
(3, 4, 'post_reply_any'),
(3, 4, 'modify_own'),
(3, 4, 'make_sticky'),
(3, 4, 'announce_topic'),
(3, 4, 'remove_own'),
(3, 4, 'delete_own'),
(3, 4, 'poll_vote'),
(3, 4, 'poll_view'),
(3, 4, 'poll_post'),
(3, 4, 'poll_add_own');
Caused the error:

Duplicate entry '0-4-post_new' for key 1


Also , since i am using a Joomla bridge could this cause issues with the member's? because after i convert and it reaches this far. I goto sync username's and it says page cannot be displayed. Could this be the issue?

Thanks

SleePy

It seems that the permission exists already for that group.

Empty the smf_board_permissions table and try agian.
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Advertisement: