Skip to Content.
Sympa Menu

devel - subscribe-failed because of missing value

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: address@concealed
  • To: address@concealed
  • Subject: subscribe-failed because of missing value
  • Date: Thu, 10 Jan 2002 16:52:24 +0100

Greetings,

All subscribe and add commands failed. Here is what I have into the log file
of WWSympa:

Unable to execute SQL statement "INSERT INTO subscriber_table
(user_subscriber, comment_subscriber, list_subscriber, date_subscriber,
update_subscriber, reception_subscriber, visibility_subscriber) VALUES
('address@concealed', 'Melanie Langlois', 'test-projet-1',
to_date(to_char(round(1010677559/86400) +
to_number(to_char(to_date('01/01/1970','dd/mm/yyyy'), 'J'))) || ':'
||to_char(mod(1010677559,86400)), 'J:SSSSS'), to_date(to_char(round(/86400) +
to_number(to_char(to_date('01/01/1970','dd/mm/yyyy'), 'J'))) || ':'
||to_char(mod(,86400)), 'J:SSSSS'), 'mail', 'noconceal')" : ORA-00936:
missing expression (DBD ERROR: OCIStmtExecute)
Jan 10 16:46:00 moby wwsympa[31870]: [client 172.30.8.189] [user
address@concealed] [list test-projet-1] do_subscribe: subscribe failed

Looking into the code of List.pm its appears that this is due to

variable $values->{'update'} which is undefined and thus

my $update_field = sprintf $date_format{'write'}{$Conf{'db_type'}},
$values->{'update'}, $values->{'update'};

is also.

Any idea why?

I have installed Sympa version 3.3b.4

Melanie Langlois.



Archive powered by MHonArc 2.6.19+.

Top of Page