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

ryanarthurson’s picture

Priority: Critical » Minor

Please cancel..

It seems you cannot simply re-apply theme over the top of 6x4.0.

Anonymous’s picture

Status: Active » Closed (fixed)

I 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 new node.tpl.php does not call it at all.