Hallo,
please, is there anybody who successfully migrated to Debian Wheezy? I’m
trying to, using SUSE repositories, however I’m unable to recover DB
from backup in Setup.
When I attemp to, I get errors (see further). Then all applications seem
"uninstalled", and after “installing” them, phpgwapi is of version 1.8
that is nonsense; I migrate from 1.8.004 at Debian Squeeze to 1.8.004 at
Debian Wheezy. Choosing “upgrade” does not help.
Any ideas?
Your sincerely
Peter
Error:
CreateIndexSQL(NULL,‘egw_wiki_pages’,‘wiki_body’,Array ( [0] => FULLTEXT
) ) sql=Array ( [0] => ALTER TABLE egw_wiki_pages ADD FULLTEXT INDEX
egw_wiki_pages_body (wiki_body) )
The used table type doesn’t support FULLTEXT indexes
CreateTableSQL(‘phpgw_fud_thread_view’,‘forum_id I4 NOTNULL NOQUOTE
DEFAULT 0 PRIMARY, page I4 NOTNULL NOQUOTE DEFAULT 0 PRIMARY, thread_id
I4 NOTNULL NOQUOTE DEFAULT 0, pos I AUTOINCREMENT NOTNULL PRIMARY, tmp
I4’) sql=Array ( [0] => CREATE TABLE phpgw_fud_thread_view (
forum_id INTEGER NOT NULL DEFAULT 0, page INTEGER NOT NULL DEFAULT
0, thread_id INTEGER NOT NULL DEFAULT 0, pos INTEGER NOT NULL
AUTO_INCREMENT, tmp INTEGER, PRIMARY KEY (forum_id, page, pos)
)CHARACTER SET utf8 )
Incorrect table definition; there can be only one auto column and it
must be defined as a key
CreateIndexSQL(NULL,‘phpgw_fud_thread_view’,Array ( [0] => forum_id [1]
=> thread_id ) ,Array ( ) ) sql=Array ( [0] => ALTER TABLE
phpgw_fud_thread_view ADD INDEX phpgw_fud_thread_view_forum_id_id
(forum_id, thread_id) )
Table ‘egroupware.phpgw_fud_thread_view’ doesn’t exist