When i login Drupal, click the module, it show below, please help to solve this problem, thanks very much!!!

Fatal error: Cannot redeclare uf284496() (previously declared in /home/zadmin/public_html/modules/block/block.tpl.php:1) in /home/zadmin/public_html/modules/block/block.tpl.php on line 1

Comments

yakiv’s picture

The error states that the function uf284496() is declared twice. Remove duplicate declaration and the error will go away. If the functionality of the function differs in both places where it is used - refactor the code to combine it or rename one of the functions.

yelvington’s picture

There is no declaration of uf284496() in modules/block/block.tpl.php. 

If one exists on your system, either you have modified the file, or your system has been hacked.