Hello,
is anybody reading this list?
I fixed the fwrite - error by "chowning" everything in the eventum-dir to the user that
apachs runs as.
However, now I get this
" Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `UTF-8' is not
allowed in /data/apache/eventum/include/class.mime_helper.php on line 638"
error again...
When I execute misc/upgrade/v2.1.1_to_v2.2/fix-charset.php I get
Warning: Cannot modify header information - headers already sent by (output started at
/data/apache/eventum/misc/upgrade/v2.1.1_to_v2.2/fix-charset.php:2) in
/data/apache/eventum/init.php on line 182
DB Error: no such field: SELECT TABLE_NAME,COLUMN_NAME,COLUMN_TYPE,COLUMN_KEY FROM
INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA='eventum' AND CHARACTER_SET_NAME='latin1'
AND TABLE_TYPE = 'BASE TABLE' [nativecode=1054 ** Unknown column 'TABLE_TYPE' in 'where
clause']
The other upgrade-script run fine.
Any idea whats wrong?
Regs, Holger
_____________________________________________
From: van Koll Holger, ITS-SDL-SO-DXS-UAH
Sent: Thursday, October 01, 2009 5:35 PM
To: 'eventum-users@stripped'
Subject: RE: Problem with process_mail_queue.php
Hello,
I restored my 2.0-beta version and the eventum-database, everything worked fine.
Then I went to 2.0, then to 2.1, then to 2.1.1, everything fine.
Then I went to 2.2 without changing the db to utf-8, but when I list issues I get "
fwrite(): supplied argument is not a valid stream resource".
Any idea whats wrong?
Regs, Holger
_____________________________________________
From: van Koll Holger, ITS-SDL-SO-DXS-UAH
Sent: Thursday, October 01, 2009 9:53 AM
To: 'eventum-users@stripped'
Subject: Problem with process_mail_queue.php
Hello,
after upgrading from 2.0 to 2.2 I get the following error:
Your "cron" job executed on xxx on Thu Oct 1 09:44:00 DFT 2009
cd /data/apache/eventum/misc && /prod/php/5.2.4/bin/php -q process_mail_queue.php
produced the following output:
Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `UTF-8' is not
allowed in /data/apache/eventum/include/class.mime_helper.php on line 638
Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `UTF-8' is not
allowed in /data/apache/eventum/include/class.mime_helper.php on line 638
That repeats about 20 times.
What´s wrong?
Note that I tried to update directly from 2.0 to 2.2 - that didn´t work. Then I
updated 2.0 to 2.1.1 and then 2.1.1 to 2.2 - that worked.
I don´t know if that relates to the problem.
I converted the db to UTF by running the script provided with the update.
Regs, Holger