Warnings in Version 1.3.3

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Nik2004
Posts: 132
Joined: Mon 9. Aug 2004, 14:31
Location: Athens,Greece

Warnings in Version 1.3.3

Post by Nik2004 »

Hi, some of the warnings appearing in version 1.3.2 (greek with ISO-8859-7 codepage) have been corrected. Thanks Oliver.

However, there are some more:

When posting a form (using the old form content part) I get:

Code: Select all

ο»Ώ
Warning: Cannot modify header information - headers already sent by (output started at /rootfolder/include/inc_lang/formmailer/lang.formmailer.inc.php:1) in /rootfolder/include/inc_module/mod_bad-behavior/bad-behavior/screener.inc.php on line 8

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /rootfolder/include/inc_lang/formmailer/lang.formmailer.inc.php:1) in /rootfolder/include/inc_ext/SOLMETRA_FormValidator/SPAF_FormValidator.class.php on line 103
Also, in search results: For 6 results, I get more than 460 identical warnings:

Code: Select all

Warning: html_entity_decode(): charset `iso-8859-7' not supported, assuming iso-8859-1 in /rootfolder/include/inc_lib/general.inc.php on line 1246
I am afraid we will need your help again Oliver.
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

first messages - open lang.formmailer.inc.php and save as iso formatted again.

But: DO NOT USE OLD Formmailer anymore!!!

Change your error level in PHP!!!!

And again - open and put @ in front of html_entity_decode().

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Nik2004
Posts: 132
Joined: Mon 9. Aug 2004, 14:31
Location: Athens,Greece

Post by Nik2004 »

Thanks Oliver,

I wish I had time to upgrade to new form mailer... but I even hardly have time to upgrade phpwcms core engine!

It's in my todo list but I don't know when it will be done.
rosemckay
Posts: 54
Joined: Thu 13. Oct 2005, 00:59

Post by rosemckay »

Hi I'm having the same problem, but I don't have any other option than the old form generator, it's the only one there. Do I need to add the new one somehow?
rosemckay
Posts: 54
Joined: Thu 13. Oct 2005, 00:59

Post by rosemckay »

Nevermind it's called something other than I expected.
Pappnase

Post by Pappnase »

hello

then you need to upgrade to tehe latest version 1.3.3.

the new email form is called form.
Post Reply