[pLog-svn] r2223 - in plog/trunk: . class/dao/userdata

Reto Hugi plog at hugi.to
Sun Jun 19 16:54:07 GMT 2005


On 14.06.2005 23:24, oscar at devel.plogworld.net wrote:
> added an extra table so that the information needed by the integration
> with phpbb can be stored somewhere... Please re-run the wizard to get
> the new table or run the following:
> 
> CREATE TABLE plog_phpbb2_users(
> id int(10) unsigned NOT NULL auto_increment,
>    phpbb_id int(10) unsigned NOT NULL,
>    full_name varchar(255) NOT NULL default '',
>    about text,
>    properties TEXT NOT NULL default '',
>    resource_picture_id integer(10) NOT NULL DEFAULT 0,
>    PRIMARY KEY  (id),
>    UNIQUE KEY phpbb_id(phpbb_id)
>    ) TYPE=MyISAM;
> 

Hi,

I didn't use the wizard for ages :) now, I'm getting stuck at the first
step already! The Wizard recognises my db config values, but after
clicking "next" I get lot's of errors thrown, and no phpbb2 table inserted.

I thought I'll ask here, because I think this is just me. Didn't read
the wizard code so far...

Errors I get:
Error creating table: Table 'develplog_article_categories_link' already
exists
Error creating table: Table 'develplog_custom_fields_definition' already
exists
Error creating table: Table 'develplog_custom_fields_values' already exists
Error creating table: Table 'develplog_articles_text' already exists
Error modifying table Articles: Duplicate column name 'old_status'
Duplicate column name 'status'
Duplicate column name 'slug'

....and on and on and on...

Thanks for any hints on this :)
reto




More information about the pLog-svn mailing list