The only way I can reproduce your problem is with a duplicate menu module. Try this query in phpMyAdmin (with the modules table select the SQL button at the top):
Where you replace xxxxx with your table prefix. How many results do you get?
Code:
SELECT * FROM `xxxxx_modules` WHERE `position` = 'menu';
Statistics: Posted by ceford — Thu Apr 11, 2024 2:59 pm