TinyPortal

Development => Support => Topic started by: Maskabor on January 23, 2008, 12:10:42 AM

Title: Fatal error: Call to undefined function: html_entity_decode() in /mnt/web5/53/27
Post by: Maskabor on January 23, 2008, 12:10:42 AM
Hello,

i have this problem:

Fatal error: Call to undefined function: html_entity_decode() in /mnt/web5/53/27/5747627/htdocs/forum/Sources/TPortal.php on line 1031

anyone knows the problem? I use tinyportal 0.983 and SMF 1.14

best regards
Maska
Title: Re: Fatal error: Call to undefined function: html_entity_decode() in /mnt/web5/53/27
Post by: IchBin on January 23, 2008, 12:55:00 AM
Even though it says TPortal.php, this is not a tinyportal error. Sounds like you either have some custom code, or another mod that has caused this.
Title: Re: Fatal error: Call to undefined function: html_entity_decode() in /mnt/web5/53/27
Post by: Maskabor on January 23, 2008, 10:04:38 PM
thx for answer. I use only SMF 1.14 and tinyportal 0.983. no other code or mod.

install first smf an then with the packet-loader the tinyportal.

php version is 5.22 and mysql 5.x. any php settings are importent?

thx for help, and sorry for my bad english

best regards
Title: Re: Fatal error: Call to undefined function: html_entity_decode() in /mnt/web5/5
Post by: G6Cad on January 23, 2008, 10:15:50 PM
That error seem to come from outdated server PHP software.

I found that html_entity_decode is a PHP builtin function (http://us4.php.net/manual/en/function.html-entity-decode.php) that requires (PHP 4 >= 4.3.0, PHP 5)

Check with your host and ask them what they use for PHP version, you might ask them to update the PHP scripts to a newer version.

Might i ask what host you are using ?
Title: Re: Fatal error: Call to undefined function: html_entity_decode() in /mnt/web5/5
Post by: Maskabor on January 23, 2008, 11:25:16 PM
Bingo :)

my webhoster is strato (www.strato.de). I use for the folder php5.22-Version as standard for php files. Now i change to php4.4-Version, and its works.  the global settings from strato are the problem, but i cant change this settings.

thx for help.

best regards

Maska

P.S i know, my english is bad  ;)