Danke

EDIT: 17.01.2015 10:31
Als Neuinstallation funktioniert es

phpbb/db/migration/data/v310/passwords.php
Code: Alles auswählen
public function update_schema()
{
return array(
'change_columns' => array(
$this->table_prefix . 'foe' => array(
'value' => array('VCHAR:500', ''),
),
),
);
}