function phptemplate_comment_wrapper is missing
| Project: | Nista |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
I just tried nista with drupal 6.0 beta 4. it seemed to work at first, but after adding a page and a blog entry (i don't remember the order in which i did that) it broke. i now get an error message in my httpd log at every access attempt (no page builds in the browser):
[Tue Dec 11 17:29:52 2007] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function phptemplate_comment_wrapper() in /home/htdocs/drupal-6/drupal-6.0-beta4/sites/mysite/themes/nista/node.tpl.php on line 1
indeed, that function, which is present in other themes in template.php, is missing in nista for drupal 6.
the template.php file looks very short compared to other themes (that have several functions in there).

#1
This indeed seems to have been (at least to my knowledge) an unused function, please report back if anything else fishy comes up with blog posts or the anything of the sort. I removed the function and things seem to be working fine now.
#2
Automatically closed -- issue fixed for two weeks with no activity.