Posted: Mon Sep 18, 2006 9:15 am
This is the error I get:
Warning: Cannot modify header information - headers already sent by (output started at C:\Servers\xampp\htdocs\MedAct\conf\ApplicationDelegate.php:37) in C:\Servers\xampp\htdocs\libraries\dataface\actions\new_related_record.php on line 99
(No laughing..yes I am testing on a widoze machine....)
My ApplicationDelegate looks like this:
getLoggedInUser();
* if ( !isset($user) ) return Dataface_PermissionsTool::NO_ACCESS();
* // if the user is null then nobody is logged in... no access.
* // This will force a login prompt.
* $role = $user->val('ROLE');
* return Dataface_PermissionsTool::getRolePermissions($role);
* // Returns all of the permissions for the user's current role.
* }
*/
function block__html_title(){
echo "MyProg";
}
}
?>
And so line 37 is the last line of AppDelegate. If I remove the appDelegate I get no errors. So I am not sure if it is a medact error or a Xamp error. (Getting less and less fond of all versions of xamp..including their linux stuff....)
Warning: Cannot modify header information - headers already sent by (output started at C:\Servers\xampp\htdocs\MedAct\conf\ApplicationDelegate.php:37) in C:\Servers\xampp\htdocs\libraries\dataface\actions\new_related_record.php on line 99
(No laughing..yes I am testing on a widoze machine....)
My ApplicationDelegate looks like this:
getLoggedInUser();
* if ( !isset($user) ) return Dataface_PermissionsTool::NO_ACCESS();
* // if the user is null then nobody is logged in... no access.
* // This will force a login prompt.
* $role = $user->val('ROLE');
* return Dataface_PermissionsTool::getRolePermissions($role);
* // Returns all of the permissions for the user's current role.
* }
*/
function block__html_title(){
echo "MyProg";
}
}
?>
And so line 37 is the last line of AppDelegate. If I remove the appDelegate I get no errors. So I am not sure if it is a medact error or a Xamp error. (Getting less and less fond of all versions of xamp..including their linux stuff....)