Closed (duplicate)
Project:
Glossary
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2008 at 08:57 UTC
Updated:
27 Aug 2008 at 12:58 UTC
When running the Glossary module we get this message:
Fatal error: Call to undefined function: htmlspecialchars_decode() in /homepages/44/d245202005/htdocs/modules/glossary/glossary.module on line 468
In the course of testing this, I even set up a glossary with just one term and one description, and even that caused this crash.
There are no 'special characters' that I'm using, so what could be causing this?
Thanks very much.
Eric
Comments
Comment #1
rishav-1 commentedcheck the php version you are using. probably function needs PHP 5.1 or higher,
Comment #2
labourstart commentedI see that we're running PHP 4.4.9.
Two questions:
1. Are you sure that I can't run glossary on this version of PHP?
2. If that's the case, I don't recall being asked anywhere which version of PHP I'm running. Is this set by my ISP? I'm using a shared hosting platform.
Thanks.
Eric
Comment #3
rishav-1 commentedthis htmlspecialchars_decode() function was introduced in php5.
refer :
http://drupal.org/node/179567
http://drupal.org/node/274394
I guess, right now all hosting plans support PHP 5 and above, I am nt entirely sure but I guess you should be able to set it from the cpanel or similar that you get with your hosting plan
Comment #4
nancydru#271328: Fatal error: Call to undefined function: htmlspecialchars_decode()