error in _phptemplate_variables function
borghart - February 24, 2006 - 13:23
| Project: | PHPTemplate |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
hi,
i followed this hint to get extra variables into my phptemplate:
http://drupal.org/node/16383
is works as long as nobody creates a menu or deletes nodes.
in that case the following error occurs:
"warning: Cannot modify header information - headers already sent by ..."

#1
User-side error.
You likely have something writing out within your function (e.g. an echo or a print statement).