Closed (fixed)
Project:
Nitobe
Version:
6.x-4.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2009 at 06:56 UTC
Updated:
2 Aug 2009 at 12:05 UTC
Jump to comment: Most recent
Upon installation of new 6x4.1 theme in replacement of 4.0 I am receiving this error.
Fatal error: Call to undefined function: nitobe_read_more_link() in sites/default/themes/nitobe/node.tpl.php on line 34
Comments
Comment #1
ryanarthurson commentedPlease cancel..
It seems you cannot simply re-apply theme over the top of 6x4.0.
Comment #2
Anonymous (not verified) commentedI should clarify this in the theme's instructions. Template files have been moved to a subdirectory in the theme's directory. If you do not first remove the theme, the old files will still be there, and
nitobe_read_more_link()is a function that has been removed. The newnode.tpl.phpdoes not call it at all.