Download & Extend

error in _phptemplate_variables function

Project:PHPTemplate
Version:4.6.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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 ..."

Comments

#1

Status:active» closed (fixed)

User-side error.

You likely have something writing out within your function (e.g. an echo or a print statement).

nobody click here