Opened 8 years ago
Last modified 6 years ago
#3202 assigned defect (bug)
import kunena forum version 5.0.11 to bbpress 2.5.14
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Under Consideration | Priority: | high |
| Severity: | normal | Version: | |
| Component: | API - Importers | Keywords: | |
| Cc: |
Description
I am using the bbPress import tool but not work Below is the error we get when running the import tool that is provided in WordPress/bbPress.
Erreur de la base de données WordPress : [Table 'joomla.cp724_TagDiscussion' doesn't exist]
SELECT convert(TagDiscussion.DiscussionID USING "utf8mb4") AS DiscussionID,convert(TagDiscussion.TagID USING "utf8mb4") AS TagID,convert(Tag.Name USING "utf8mb4") AS Name FROM cp724_TagDiscussion AS TagDiscussion INNER JOIN cp724_Tag AS Tag USING (tagid) LIMIT 0, 100
Change History (2)
Note: See
TracTickets for help on using
tickets.
TagDiscussionis a vBulletin table.Can you try running this using the latest bbPress 2.6 and see if you have better luck?