Closed (duplicate)
Project:
Drupal core
Component:
theme system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2004 at 00:47 UTC
Updated:
30 Oct 2004 at 18:48 UTC
in php5 have this errors:
strict warning: var: Deprecated. Please use the public/private/protected modifiers in D:\ee\web\www\blogs\themes\engines\xtemplate\xtemplate.inc on line 42.
strict warning: var: Deprecated. Please use the public/private/protected modifiers in D:\ee\web\www\blogs\themes\engines\xtemplate\xtemplate.inc on line 43.
....
Comments
Comment #1
killes@www.drop.org commentedThis happens due to the xtemplate system and it isn't really a problem. You can set easier warning levels or choose another theme or theme engine.
I am tempted to mark this as "postponed" as it is unliekly that we change this for 4.5.
Comment #2
erikhopp commentedsorry - but spelling mistakes really annoy me!! (and i thought i'd make the title more descriptive)
Comment #3
TDobes commentedUpdating xtemplate for PHP5 is being discussed over in the Make Drupal PHP 5 compliant task. Marking this as a duplicate.
Comment #4
(not verified) commented"This happens due to the xtemplate system and it isn't really a problem. You can set easier warning levels or choose another theme or theme engine."
Just a small request on behalf of people who don't have whacks of experience with this particular area. It would be a big help if the comment above were followed by "... by doing this:...." and at least a pointer to where that change would be made.