I've just updated the drigg dev for v6.x and I get this error when I try to view a drigg node in full:
Fatal error: Call to undefined function drigg_link() in .../sites/all/themes/drigg_theme/node-drigg.tpl.php on line 20
And the line 20 is this: print drigg_link($node) "> print $title;
What's wrong?! Does anyone else get this error?! Please help!
Comments
Comment #1
laurentiu86stan commentedDamn! I've posted the line code without a < code > tag...sorry! How the hell can I edit the issue?!
Comment #2
Chrys commentedSkorpyo: Drigg theme is tied to the module. So you have to update the theme also. Please see http://drupal.org/node/713696
Basically if you want to do it manually you have to replace all calls to drigg_link to drigg_url_link
Comment #3
laurentiu86stan commentedThank you! It worked...
I just replaced one call from drigg_link to drigg_url_link.
Comment #4
Chrys commentedGood :)