Closed (fixed)
Project:
Chat Box
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
1 Apr 2005 at 01:41 UTC
Updated:
2 Sep 2005 at 12:49 UTC
Chatbox doesn't work with 4.6 because it is using the depricated drupal_specialchars() function (see this page). Find "drupal_specialchars(" and replace with "check_plain(" and everything starts working again.
-jeff
Comments
Comment #1
TDobes commentedIndeed... I'll work on it when I get home... there are actually several modules that need updating.
Comment #2
TDobes commentedfixed
Comment #3
(not verified) commentedComment #4
bslade commentedPerhaps the DrupalDocs.org documentation should include an entry for drupal_specialchars() saying, "deprecated, please use check_plain().
Right now, if you search for drupal_specialchars in drupaldocs.org head, it says "not found".
Also, the old drupal_specialchars entry in drupaldocs 4.5 does not say deprecated.
Ben in DC