Hi! Can anyone help me troubleshoot migration from Drupal to Flarum? It is going OK until the following error:
Source: Drupal 6 (oldforum)
Target: Flarum (newforum-flarum)
Flag: Use Discussion Body: Enabled
export: User — 8413 rows, 00.99s (6.5mb)
export: UserMeta — 8413 rows, 00.78s (6.3mb)
export: Role — 11 rows, 00.01s (5.8mb)
export: UserRole — 3054 rows, 00.09s (6.2mb)
export: Category — 16 rows, 00.01s (5.8mb)
export: Discussion — 7953 rows, 01.81s (8.5mb)
inserting 'Comment': 100,000 done...
export: Comment — 185387 rows, 15.57s (7.1mb)
import: users — 8413 rows, 01.01s (6.9mb)
import: groups — 11 rows, 00.01s (6.1mb)
import: group_user — 3054 rows, 00.10s (6.5mb)
import: tags — 16 rows, 00.01s (6.1mb)
Mentions map memory usage at 10.7mbIlluminate\Database\QueryException SQLSTATE[HY000]: General error: 1180 Got error 1 "Operation not permitted" during COMMIT (SQL: insert into `FLA_discussions` (`created_at`, `first_post_id`, `id`, `is_locked`, `is_sticky`, `last_post_id`, `last_posted_at`, `last_posted_user_id`, `post_number_index`, `slug`, `title`, `user_id`) values
(And after that there are several hunderd lines of values to insert, didn't paste these for obvious reasons.)
Any suggestions how to troubleshoot that?