problem was that line 592, produces an warning if $post[$parset] not
exists. After in line 664, the new http conection crash, because there
is a previous connection.

Solution:
records.php line 591.
foreach ($matches[1] as $parsed){
                        if ( isset($post[$parsed])){
                            $message = str_replace("[$parsed]", $post[$parsed], 
$message);
                        }
}

-- 
The [root] global variable does not work in aiki forms send_email
https://bugs.launchpad.net/bugs/683742
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.

Status in Aiki Framework: New

Bug description:
In the send_mail aiki form field, the using the [root] variable produces an 
error:

Notice
: Undefined index: root in
XXXXXXXX/system/libraries/records.php
on line
592


Warning
: Cannot modify header information - headers already sent by (output started at 
XXXXXXX/system/libraries/records.php:592) in
XXXXXXX/system/libraries/records.php
on line
664


However, the [username] variable does work.



_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : aikiframework.admins@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to