Truncate faq text
Moderator: Thorsten
Truncate faq text
HI all!
my phpmyfaq is "phpMyFAQ 1.5.6" under mysql
during modify a FAQ the text its truncate
the occur, is character of type "à " or "ò" or alredy "ì" etc..
its a bug?
my phpmyfaq is "phpMyFAQ 1.5.6" under mysql
during modify a FAQ the text its truncate
the occur, is character of type "à " or "ò" or alredy "ì" etc..
its a bug?
Hi,
which MySQL version do you use?
bye
Thorsten
which MySQL version do you use?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
mysql Ver 14.7 Distrib 4.1.14, for pc-linux-gnu (i686) using readline 5.0
other test:
modify a exist faq with phpmyadmin
insert a crazy characters "èòà "
open browser and view FAQ with phpmyfaq and characters transformed in "ÚòÃ"
if inserted with phpmyadmin string not truncate and rapresented with another charset to phpmyfaq
if inserted with phpmyfaq string store to mysql truncated
other test:
modify a exist faq with phpmyadmin
insert a crazy characters "èòà "
open browser and view FAQ with phpmyfaq and characters transformed in "ÚòÃ"
if inserted with phpmyadmin string not truncate and rapresented with another charset to phpmyfaq
if inserted with phpmyfaq string store to mysql truncated
Hi,
I tested it and it worked for me.
Which PHP do you use?
bye
Thorsten
I tested it and it worked for me.
Which PHP do you use?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
which language do you use? Doesn't it work with Firefox or IE?
bye
Thorsten
which language do you use? Doesn't it work with Firefox or IE?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
we think it's a charset problem so we need to know which browser on which OS with which language in phpMyFAQ do you use.
bye
Thorsten
we think it's a charset problem so we need to know which browser on which OS with which language in phpMyFAQ do you use.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
can I test it on your FAQ?
bye
Thorsten
can I test it on your FAQ?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
It seems to be an Apache configuration issue
Hi,zilog80 wrote:the language is italian
you can try one of these two solutions below:
a. comment out this line in your Apache configuration file:
Code: Select all
grep AddDefaultCharset /etc/httpd/conf/httpd.conf
# AddDefaultCharset utf-8Code: Select all
grep Charset [PATH_TO_PMFINSTALL]/lang/language_it.php
$PMF_LANG["metaCharset"] = "iso-8859-15";phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Amazon.co.uk Wishlist
YESS!
im change:
httpd.conf
AND..
language_it.php
and NOW WORKING!!
im change:
httpd.conf
Code: Select all
AddDefaultCharset UTF-8
language_it.php
Code: Select all
$PMF_LANG["metaCharset"] = "UTF-8";
and NOW WORKING!!