Hi,
I've a small problem, the member menu (the bar on top of the page) is shown on all pages but on index.php. Anyone an idea what the reason might be?
Hi,
I've a small problem, the member menu (the bar on top of the page) is shown on all pages but on index.php. Anyone an idea what the reason might be? |
addition: on groups and events page it is not shown either |
noone an idea? It's not template related, did not find any settings in the database either... |
The menu menu can disappear due to javascript conflicts. Did you add anything recently or made changes? Geeks, making the world a better place |
Thanks for the hint, I've checked the console output and found the following
SyntaxError: expected expression, got '<'gzip_loader.php:9741 ReferenceError: loadCSS is not defined ReferenceError: BxMsgUpdate is not defined ReferenceError: BxWallPost is not defined ReferenceError: BxWallRepost is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxWallRepost is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxWallRepost is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxWallRepost is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxWallRepost is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxWallRepost is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxWallRepost is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxWallRepost is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxDolCmts is not defined ReferenceError: BxWallView is not defined ReferenceError: BxShoutBox is not defined ReferenceError: bx_map_loading is not defined ReferenceError: oSimpleMessenger is not defined
I guess the ReferenceErrors are a result from the syntax error. Not sure if that is a bug or not... at least it has led me to the cache settings and when I uncheck the "Enable cache for JS files" box it works fine again. So this is a workaround for now but didn't fix the SyntaxError. |