Form Problem

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
hannes
Posts: 2
Joined: Wed 12. Nov 2003, 11:37

Form Problem

Post by hannes »

Hi!

Nachdem ich ein Email form generiert habe und das ganze abschicken will erhalte ich die Fehlermeldung:

Code: Select all

Fatal error: Call to undefined function: html_entity_decode() in /include/inc_act/act_formmailer.php on line 56
Kann mir jemand weiterhelfen?

mfg
hannes
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Sorry: my mistake - (PHP 4 >= 4.3.0) for this function.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Nimm einfach jede der html_entity_decode() in /include/inc_act/act_formmailer.php heraus. Das funktioniert dann trotzdem.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
hannes
Posts: 2
Joined: Wed 12. Nov 2003, 11:37

Post by hannes »

Danke!
Post Reply