Opening Article Problem [resolved]

Please report bugs here!

Moderator: Thorsten

Post Reply
der.vogt
Posts: 11
Joined: Thu Jan 07, 2010 4:05 pm
Location: Amsterdam
Contact:

Opening Article Problem [resolved]

Post by der.vogt »

Hello THorsten,

we have setup a new productive KB, but when calling up an article, we receive a long list of PMF Errors:

phpMyFAQ warning [2]: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'PMF_Glossary::_setAbbreviations', to be a valid callback in UTF8ToLatinConvertable.php on line 311

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at /var/www/html/inc/functions.php:173) in index.php on line 574

The Error with the UTF8toLatinConvertable occurs approximately twenty times, also the header modification error occurs multiple times when calling up an article with the URL:

Code: Select all

http://subdomain.domain.intranet/index.php?action=artikel&cat=10&id=17&artlang=en
Any Idea what could cause these error messages when calling up the Article?
Last edited by der.vogt on Tue Jan 19, 2010 11:34 am, edited 1 time in total.
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Opening Article Problem

Post by Thorsten »

Hi,

did you already fixed that one: http://github.com/thorsten/phpMyFAQ/com ... 4ba2e38baf

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
der.vogt
Posts: 11
Joined: Thu Jan 07, 2010 4:05 pm
Location: Amsterdam
Contact:

Re: Opening Article Problem

Post by der.vogt »

Thank you Thorsten, exactly this fixed the issue with the Glossary Items :D
Post Reply