Home TheRandomizer Forum Index Log in Register FAQ Search
TheRandomizer Forum Index » Installation Help » Please Help!!! Call to undefined function error?????
Post new topic  Reply to topic View previous topic :: View next topic 
Please Help!!! Call to undefined function error?????
PostPosted: Thu Jan 29, 2004 1:43 am Reply with quote
Guest




I intalled everything as instructrd and it all seemed to work okay. The admin area is fine but when I try to go to my randomizer I get this error

Fatal error: Call to undefined function: html_entity_decode() in /home/httpd/vhosts/mydomain.com/httpdocs/ran/index.php on line 7

My index.php file looks like this

<?
session_start();
include'config.php';
$title="Welcome to $CONFIG->sitename";
include("$CONFIG->templatedir/header.php");
$page_content=grab_content("indexp");
$page_content=html_entity_decode(stripslashes($page_content));
include("$CONFIG->templatedir/content.php");
include("$CONFIG->templatedir/footer.php");
?>

I haven't got a clue what's wrong or how to fix it Crying or Very sad Please could someone help.
PostPosted: Thu Jan 29, 2004 2:12 am Reply with quote
a_flat_man
Newbie
Joined: 29 Jan 2004
Posts: 4




Hi there,

That last post was by me, I forgot to log in. I searched the forum and found the fix. Embarassed

Take it easy y'all!
 Please Help!!! Call to undefined function error????? 
 TheRandomizer Forum Index » Installation Help
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  


Powered by phpBB© 2001-2006 phpBB Group |Randomizer Script | Web Hosting | phpBB Skin by Vjacheslav Trushkin