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

Oscar Renalias oscar at renalias.net
Sun Jun 19 18:05:07 GMT 2005


You need to create a new installation. The wizard.php script is not  
able to upgrade from 1.0 to 1.1 and it will take a while until it  
does... probably until we're sure that we won't be adding any more  
fields or tables to the db.

If you can't create a new installation, then you'll have to create  
the plog_phpbb2_users manually.

Oscar

On 19 Jun 2005, at 19:54, Reto Hugi wrote:

> 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
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>
>




More information about the pLog-svn mailing list