Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 15

CurtisOdenPewPewKericgillettejohansonlockerleafmonster +10 guests

[Solved] Vanilla Porter vBulletin 3.5.3 Error: "The phrase table is missing the following column(s)"

I posted this in the comments of the tutorial originally, but it seems like it would be more useful here.

When attempting to export my vBulletin 3.5.3 forum with Porter, I get the following error:

The phrase table is missing the following column(s): fieldname

I have no table prefix, but it puts "LUM_" into the table prefix field after the error happens, but I have no idea if that's related or not. My database server also uses a port, but adding that or leaving it off seems to have no affect.

I can, at least, confirm that the `phrase` table does not, in fact, have a `fieldname` column, but that isn't something I would have changed.

The `fieldname` column appears to be in the `phrasetype` table instead, which is linked to `phrase` by foreign key.

Comments

  • Issue is "resolved" in that this was a change in later 3.x versions of vBulletin. All good.
  • Posts: 2,058 Accepted Answer
    Thanks for pointing this out, I've bookmarked this so I can change the porter to not require that field.

    Vanilla developer [GitHub, Twitter]

Sign In or Register to comment.