• How to hook vanilla forum to wordpress?
    Is there a way I can hook’em up, so they look as a single thing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter flatworm

    (@flatworm)

    I followed these directions. They are like rocket science.
    Now my vanilla is sayind the words of pleasure:

    A fatal, non-recoverable error has occurred
    Technical information (for support personel):
    Error Message
    An error occurred while retrieving discussions.
    Affected Elements
    DiscussionManager.GetDiscussionList();
    The error occurred on or near: Unknown column 'u.admin' in 'field list'
    For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs

    MySQL is telling me a wonderful words of:

    Error
    SQL query:

    ALTER TABLE wp_users ADDRoleID` int( 2 ) NOT NULL DEFAULT ‘3’,
    ADD StyleID int( 3 ) NOT NULL DEFAULT ‘1’,
    ADD CustomStyle varchar( 255 ) DEFAULT NULL ,
    ADD FirstName varchar( 50 ) NOT NULL DEFAULT ”,
    ADD LastName varchar( 50 ) NOT NULL DEFAULT ”,
    ADD VerificationKey varchar( 50 ) NOT NULL DEFAULT ”,
    ADD EmailVerificationKey varchar( 50 ) DEFAULT NULL ,
    ADD Email varchar( 200 ) NOT NULL DEFAULT ”,
    ADD UtilizeEmail enum( ‘1’, ‘0’ ) NOT NULL DEFAULT ‘0’,
    ADD ShowName enum( ‘1’, ‘0’ ) NOT NULL DEFAULT ‘1’,
    ADD Icon varchar( 255 ) DEFAULT NULL ,
    ADD Picture varchar( 255 ) DEFAULT NULL ,
    ADD Attributes text NULL ,
    ADD CountVisit int( 8 ) NOT NULL DEFAULT ‘0’,
    ADD CountDiscussions int( 8 ) NOT NULL DEFAULT ‘0’,
    ADD CountComments int( 8 ) NOT NULL DEFAULT ‘0’,
    ADD DateLastActive datetime NOT NULL DEFAULT ‘2006-06-06 00:00:00’,
    ADD RemoteIp varchar( 100 ) NOT NULL DEFAULT ”,
    ADD LastDiscussionPost datetime DEFAULT NULL ,
    ADD DiscussionSpamCheck int( 11 ) NOT NULL DEFAULT ‘0’,
    ADD LastCommentPost datetime DEFAULT NULL ,
    ADD CommentSpamCheck int( 11 ) NOT NULL DEFAULT ‘0’,
    ADD UserBlocksCategories enum( ‘1’, ‘0’ ) NOT NULL DEFAULT ‘0’,
    ADD DefaultFormatType varchar( 20 ) DEFAULT NULL ,
    ADD Discovery text,
    ADD Preferences text,
    ADD SendNewApplicantNotifications enum( ‘1’, ‘0’ ) NOT NULL DEFAULT ‘0’`

    Shame on Mark O’Sullivan.

    Is there a program to do this operation?

    Is there a more civilized way to do this?

    Thread Starter flatworm

    (@flatworm)

    ppPress installation is easier?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hook vanilla forum to wordpress?’ is closed to new replies.