|
Re: install.php returns 20 bytes only [message #34941 is a reply to message #34940] |
Sun, 26 November 2006 15:44 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The problem is caused by a bug inside --enable-zend-multibyte, you need to disable it and then the installer will work.
FUDforum Core Developer
|
|
|
Re: install.php returns 20 bytes only [message #34967 is a reply to message #34941] |
Tue, 28 November 2006 08:35 |
anatoliy
Messages: 3 Registered: November 2006 Location: Ukraine
Karma: 0
|
Junior Member |
|
|
This was helpful - I have recompiled PHP and then successully installed fudforum. Thank you.
However, after installation I've tried to create a test topic and got the following error:
(<CUT>/fud/index.php:199
<CUT>/fud/theme/default/post.php:2882
<CUT>/fud/theme/default/post.php:1727
<CUT>/fud/theme/default/post.php:4045
<CUT>/fud/index.php:1187
) 1270: Illegal mix of collations (latin1_swedish_ci,IMPLICIT), (cp1251_general_ci,COERCIBLE), (cp1251_general_ci,COERCIBLE) for operation ' IN '
Query: INSERT INTO fud26_index (word_id, msg_id) SELECT id, 1 FROM fud26_search WHERE word IN('Форум','установлен')
_GET: array ( 't' => 'post', )
_POST: array ( 'S' => '208623a3c02983067707c7313930d4e6', 'SQ' => 'dffc4e5e4c8678e565ee580652a20eef', 'submitted' => '1', 'reply_to' => '0', 'th_id' => '', 'frm_id' => '1', 'start' => '0', 'msg_id' => '0', 'pl_id' => '0', 'old_subject' => '', 'prev_loaded' => '1', 'msg_subject' => 'Форум начал свою работу', 'thr_ordertype' => '0', 'thr_orderexpiry' => '1000000000', 'msg_icon' => '', 'fnt_size' => '', 'fnt_color' => '', 'fnt_face' => '', 'msg_body' => 'Форум установлен', 'tmp_f_val' => '1', 'msg_poster_notif' => 'Y', 'msg_show_sig' => 'Y', 'btn_submit' => 1, )
Server Version: 4.1.16
[Referring Page] http://<CUT>/fud/index.php?t=post&frm_id=1&S=208623a3c02983067707c7313930d4e6
Could you please help me to fix this?
Thanks.
|
|
|
Re: install.php returns 20 bytes only [message #34969 is a reply to message #34967] |
Tue, 28 November 2006 15:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to do "show create table fud26_index" and see what the collation of the table is set to. If it is set to latin1, you need to use the "MySQL Charset Changer" admin control panel to change the tale charset to cp1251.
FUDforum Core Developer
|
|
|
|