Dashboard Issue

Hello,

My dashboard seems to be broken, I haven't knowingly modified it in any way, any ideas on how to resolve this issue?

I've attached an image displaying the current dashboard:

Kind regards,
Dan.

Comments

  • What version of Vanilla are you running?

    This looks like incomplete markup to me. Does the page source look normal?

  • peregrineperegrine MVP
    edited September 2013

    I haven't knowingly modified it in any way, any ideas on how to resolve this issue?

    Turn on debugging Tell us your version of vanilla.

    vanilla 2.1 and above
    $Configuration['Debug'] = TRUE;
    
    
    vanilla 2.0.x
    $Configuration['Garden']['Debug'] = TRUE;
    

    http://vanillaforums.org/discussion/comment/188810/#Comment_188810

    if you can't disable plugins via (the best way) dashboard

    then you could disable plugins in config.php by changing each of the EnabledPlugins to FALSE , change theme to default theme in config.

    is your dashboard remote?

  • I'm using a version above 2, how do I get the version and how would I make a new category if I can't get the dashboard working?

  • peregrineperegrine MVP
    edited September 2013

    How to determine your version number.

    how would I make a new category if I can't get the dashboard working?

    this would be ridiculous. solve and fix your dashboard and then do it.

    To Determine your version number..

    http://vanillaforums.org/discussion/comment/184012/#Comment_184012

    re-read my message http://vanillaforums.org/discussion/comment/191957/#Comment_191957

    above, follow the instructions for debugging.

    and answer the other questions,

  • Viewing page source via Google Chrome seems to loose the color scheme as normally shown with HTML, the text goes uncolored.

  • edited September 2013

    Oh, it seems the title tag has been messed up, where can I modify this? Version: 2.0.18.8

  • peregrineperegrine MVP
    edited September 2013

    default.master.php or .tpl

    good luck. I gave you suggestions on what to do. I can't attempt to give you any more help, if you don't follow suggestions. We are on different tangents.

    Since you said you didn't modify anything...

    I have to assume you didn't mess with dashboard/views/settings/index.php

    and your $Configuration['Garden']['Title'] =

    is correct.

  • No worries, I managed to fix it, there was a random tag added somewhere in /applications/dashboard/views, I'm unsure how it got there. Thanks for all the help.

Sign In or Register to comment.