Skip to Content.
Sympa Menu

en - [sympa-users] Some problems after upgrading to 5.2

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Oskar Eyb <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Some problems after upgrading to 5.2
  • Date: Sat, 15 Apr 2006 13:00:30 +0200

Hello!


The MySQL DB I had updated with:


ALTER TABLE `admin_table` ADD `robot_admin` varchar(80) NOT NULL after
`user_admin`

ALTER TABLE `subscriber_table` ADD `robot_subscriber` varchar(80) NOT
NULL after `user_subscriber`

ALTER TABLE `subscriber_table` ADD `topics_subscriber` varchar(200) NOT
NULL after `reception_subscriber`



I've some error messages during sympa startup in the log:


sympa[39921]: Language::SetLang(), missing locale parameter


Apr 15 12:54:56 172 sympa[39921]: Field 'included_admin' (table
'admin_table' ; database 'sympa') does NOT have awaited type (int(1)).
Attempting to change it...
Apr 15 12:54:56 172 sympa[39921]: ALTER TABLE admin_table CHANGE
included_admin included_admin int(1)
Apr 15 12:54:56 172 sympa[39921]: Field included_admin in table
admin_table, structur updated

Apr 15 12:54:56 172 sympa[39921]: Field 'subscribed_admin' (table
'admin_table' ; database 'sympa') does NOT have awaited type (int(1)).
Attempting to change it...
Apr 15 12:54:56 172 sympa[39921]: ALTER TABLE admin_table CHANGE
subscribed_admin subscribed_admin int(1)
Apr 15 12:54:56 172 sympa[39921]: Field subscribed_admin in table
admin_table, structur updated
Apr 15 12:54:56 172 sympa[39921]: Field 'included_subscriber' (table
'subscriber_table' ; database 'sympa') does NOT have awaited type
(int(1)). Attempting to change it...

Apr 15 12:54:56 172 sympa[39921]: ALTER TABLE subscriber_table CHANGE
included_subscriber included_subscriber int(1)
Apr 15 12:54:56 172 sympa[39921]: Field included_subscriber in table
subscriber_table, structur updated
Apr 15 12:54:56 172 sympa[39921]: Field 'subscribed_subscriber' (table
'subscriber_table' ; database 'sympa') does NOT have awaited type
(int(1)). Attempting to change it...
Apr 15 12:54:56 172 sympa[39921]: ALTER TABLE subscriber_table CHANGE
subscribed_subscriber subscribed_subscriber int(1)
Apr 15 12:54:56 172 sympa[39921]: Field subscribed_subscriber in table
subscriber_table, structur updated
Apr 15 12:54:56 172 sympa[39921]: Sympa not setup to use DBI



These message came on every startup, so I guess that the attempts to
change it are not successfully.

The webfrontend seems to work... so, how can I solve these db issues
manually?



Greets
Oskar



Archive powered by MHonArc 2.6.19+.

Top of Page