Formailer and php 4.3.4

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
kaulian
Posts: 12
Joined: Fri 7. Nov 2003, 09:02

Formailer and php 4.3.4

Post by kaulian »

I update my server from php 4.2 to 4.3.4 and now formailer don't works.
The form is good and validate but I don't have mail ...
Can you help me ???
Florian
Posts: 119
Joined: Wed 19. Nov 2003, 16:50
Location: Hamburg
Contact:

Post by Florian »

You've compiled PHP without the '-f' Flag.
Install the lastest Patch form WCMS and it should work. (http://www.phpwcms.de/index.php?id=7,0,0,1,0,0)

Cheers,
Florian.
kaulian
Posts: 12
Joined: Fri 7. Nov 2003, 09:02

Post by kaulian »

thanks....
:? I don't have read the description of the new patch ...
Florian
Posts: 119
Joined: Wed 19. Nov 2003, 16:50
Location: Hamburg
Contact:

Post by Florian »

Thats why we are here :)

Have fun...
Florian
kaulian
Posts: 12
Joined: Fri 7. Nov 2003, 09:02

Post by kaulian »

that don't work .... :cry:
kaulian
Posts: 12
Joined: Fri 7. Nov 2003, 09:02

Post by kaulian »

I found i modify the act_formmailer.php files:

line 200
I comment

Code: Select all

//if(!ini_get('safe_mode')) {
	//	mail($recipient, $subject, $body, $from, "-f ".$from);
	//} else {
		mail($recipient, $subject, $body, $from);
	//}
Florian
Posts: 119
Joined: Wed 19. Nov 2003, 16:50
Location: Hamburg
Contact:

Post by Florian »

Ok thats crazy...
The resolution you gave means in rekursive way, that you've got a server with compilied '-f' PHP and safe mode on... your PHP system log must be full of starup errors... but the most important thing is, that the mailscript is working :D

Cheers,
Florian
kaulian
Posts: 12
Joined: Fri 7. Nov 2003, 09:02

Post by kaulian »

safe mode is OFF
Post Reply