• Resolved brynashburn

    (@brynashburn)


    Our dashboard is broken, looks like a list of links.

    I contacted our host aplus.net, they said it was a code problem and they would not do anything. They restored a back up but it made things worse. First time the site started redirecting to one of our other sites. Then the site went blank and had an error code. I had them restore a different version and it is live again, but still no dashboard.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Apparently not all styles are loaded there. There could be many reasons for this, e.g. the installation is incomplete or a server-side error occurs when the styles are called. You should be able to recognize the latter in the error log of your hosting.

    One possible solution, which does not always help, is to add the following entry to wp-config.php:

    define('CONCATENATE_SCRIPTS', false);

    This should be inserted before this line:

    /* That's all, stop editing! Happy publishing. */
    Thread Starter brynashburn

    (@brynashburn)

    That worked-many thanks!

    Nice if I could help. You are welcome to set the topic to solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.