04 tháng 5 2013

Problem with Drupal Alinks module when update PHP version from 5.2.x to 5.3.x

Today i have a problem with Alinks module in Drupal, before update PHP version it work ok but after update PHP version to 5.3.x it did not work.

So the problem have been solved by a simple thing

change from:

function alinks_node_view(&$node, $view_mode) {

to:

function alinks_node_view($node, $view_mode) {

Bingo, it works