Fatal error: .....

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
barry00374
Posts: 3
Joined: Sun 20. Feb 2005, 22:32
Location: Hoofddorp

Fatal error: .....

Post by barry00374 »

Hey Guys,

Got a question.
After installing and setting up all files, I want to go to the index page.
I get an error message on this;

Fatal error: Call to undefined function: html_entity_decode() in /usr/local/psa/home/vhosts/domain.com/httpdocs/cms/include/inc_front/front.func.inc.php on line 2875

Any ideas about the cause and are there solutions?

Thanks!

Barry
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Post by Karla »

I think it's something like "html_entity_decode()" is only defined on versions of PHP 4.3.x and later -- this is most likely the cause of your problem.

See this:
http://www.phpwcms.de/forum/viewtopic.php?p=4692#4692
Post Reply