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

laurentiu86stan’s picture

Damn! I've posted the line code without a < code > tag...sorry! How the hell can I edit the issue?!

Chrys’s picture

Skorpyo: 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

laurentiu86stan’s picture

Status: Active » Fixed

Thank you! It worked...
I just replaced one call from drigg_link to drigg_url_link.

Chrys’s picture

Good :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.