Search found 5 matches

by telexpress
Mon Oct 04, 2010 9:16 am
Forum: Bug reports
Topic: 2.6.6 cause incorrect display of Chinese words in DB
Replies: 18
Views: 24674

Re: 2.6.6 cause incorrect display of Chinese words in DB

You may check constants.php.
line 26
declare(encoding='UTF-8');
by telexpress
Tue Sep 21, 2010 8:44 am
Forum: Bug reports
Topic: Error encoding in the edit record content
Replies: 5
Views: 5090

Re: Error encoding in the edit record content

Hi
Our database enviroment is as the following.
Server : Mysql 5.4.3
Charset : utf8
collation utf8_general_ci
by telexpress
Tue Sep 21, 2010 3:21 am
Forum: Bug reports
Topic: Error encoding in the edit record content
Replies: 5
Views: 5090

Re: Error encoding in the edit record content

:shock: :(
Our PHP Version is 5.2.10
by telexpress
Fri Sep 17, 2010 8:00 am
Forum: Bug reports
Topic: Error encoding in the edit record content
Replies: 5
Views: 5090

Error encoding in the edit record content

After our phpmyFAQ upgrade to 2.6.8, user could not see the content in Chinese normally in edit record page.
I found the difference between 2.6.7 and 2.6.8 in record.edit.php.
On line 225
phpmyfaq 2.6.8
<?php if (isset($faqData['content'])) { print trim(PMF_String::htmlentities($faqData['content ...
by telexpress
Mon Aug 30, 2010 12:00 pm
Forum: Bug reports
Topic: Can't attach files with Chinese filename
Replies: 1
Views: 2559

Can't attach files with Chinese filename

We have both phpmyfaq version 2.6.6 and 2.6.7.
And both version can't attach file with Chinese filename.
It showed Error as the following.

Add an attachment to the issue
The attached file must be smaller than 20000000 Bytes.

But I am sure that the file size is smaller than 2000000 bytes.
If I ...