Fatal Error: Cannot redeclare callback()

Permalink
Hi
I am new to C5 with very little experience re: web design.

I have just switched off the maintenance mode and the website is now returning the following error message:

Fatal error: Cannot redeclare callback() (previously declared in /home/ecaninfr/public_html/packages/classique/blocks/autonav/templates/sooperfish/view.php:5) in /home/ecaninfr/public_html/packages/classique/blocks/autonav/templates/sooperfish/view.php on line 8

Any hint on how to solve this without loosing all the work done so far ?

Many thanks in advance!

ps
I run C 5.5.2.1 and use a theme bought on the market place (Classic)

 
jero replied on at Permalink Reply
jero
You're not by any chance using two autonav blocks on the same page?

I think that template defines a "callback" function, and two instances
of the view would cause the function to be redeclared, resulting in a fatal error.