There is a serious error and the page cannot be rendered

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • froggee25
    Member
    • Jun 2012
    • 32
    • 4.2.X

    There is a serious error and the page cannot be rendered

    Hi,
    When I try to go to the homepage from the AdminCP page, I get the message "There is a serious error...." The site works from another device when I go directly to the homepage.

    Any ideas what's going on?
    Thanks
    Regis
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74132

    #2
    This error occurs when we can't tell what is going on. Basically it means an error is returned that we don't know how to deal with.

    First thing you should make sure is that your database configuration is correct in /core/includes/config.php so vBulletin can connect to the database. Make sure your server supports MySQLi as well. I don't know why any wouldn't but it is a possibility.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • froggee25
      Member
      • Jun 2012
      • 32
      • 4.2.X

      #3
      Hi Wayne,
      I have not changed anything with the database. It happened when I was working on an issue with the css additional templates.
      I don't know if it's related but here it is:

      .forum-desc { color: black !important; }
      .conversation-list.stream-view .list-item { background-color: white !important }.canvas-widget.default-widget, .search-widget, .blogsidebar-widget {
      -moz-border-radius-topleft:10px !important;
      -moz-border-radius-topright:10px !important;
      -webkit-border-top-left-radius:10px !important;
      -webkit-border-top-right-radius:10px !important;
      border-top-left-radius:10px !important;
      border-top-right-radius:10px !important;
      -moz-border-radius-bottomleft:10px !important;
      -moz-border-radius-bottomright:10px !important;
      -webkit-border-bottom-left-radius:10px !important;
      -webkit-border-bottom-right-radius:10px !important;
      border-bottom-left-radius:10px !important;
      border-bottom-right-radius:10px !important;
      }
      .widget-header.clearfix {
      -moz-border-radius-topleft:10px !important;
      -moz-border-radius-topright:10px !important;
      -webkit-border-top-left-radius:10px !important;
      -webkit-border-top-right-radius:10px !important;
      border-top-left-radius:10px !important;
      border-top-right-radius:10px !important;
      }
      .forum-list-container .forum-item.new .cell-forum .icon {
      background-position: -68px -208px;
      }


      The top corners of any boxes are not complete and I wanted to fix it. Then I started to get the error message. Do you think it's related?
      Thanks,
      Regis

      Comment

      • froggee25
        Member
        • Jun 2012
        • 32
        • 4.2.X

        #4
        I still get the same message from the AdminCP; not from other devices. Any ideas?

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...