Till now I was very happy with Chronoforms using for Joomla. Since I do more and more Sites with Wordpress, I was also very happy to see the plugin for WP. I am not a develeoper and need a Formmail Tool that´s easy to handle.
Now I am getting an Error while a simple redirect.
The redirecr ist the last action on the on submit event.
Checkt it on 2 themes, but both done with "virtual composer"
I checkt a lot of posibilities. Field Names, Did it on a second Projekt...nothing helps.
This is the Alert:
Warning: Cannot modify header information - headers already sent by (output started at /kunden/90564_30926/webseiten/DOMAINXXX/wordpress/north/wp-includes/nav-menu-template.php:454) in /kunden/90564_30926/webseiten/DOMAINXXX/wordpress/north/wp-content/plugins/chronoforms/cegcore/libs/env.php on line 6
it must have something to do with this function:
public static function redirect($url){
header('Location: '.str_replace('&', '&', $url));
ob_end_flush();
exit();
but I am not good enough to check this.
Am I the only one who got this problems on two WP Project?
nice weekend
ceewee
Now I am getting an Error while a simple redirect.
The redirecr ist the last action on the on submit event.
Checkt it on 2 themes, but both done with "virtual composer"
I checkt a lot of posibilities. Field Names, Did it on a second Projekt...nothing helps.
This is the Alert:
Warning: Cannot modify header information - headers already sent by (output started at /kunden/90564_30926/webseiten/DOMAINXXX/wordpress/north/wp-includes/nav-menu-template.php:454) in /kunden/90564_30926/webseiten/DOMAINXXX/wordpress/north/wp-content/plugins/chronoforms/cegcore/libs/env.php on line 6
it must have something to do with this function:
public static function redirect($url){
header('Location: '.str_replace('&', '&', $url));
ob_end_flush();
exit();
but I am not good enough to check this.
Am I the only one who got this problems on two WP Project?
nice weekend
ceewee