+ Reply to Thread
Results 1 to 7 of 7

Thread: Error right after installation: Exception caught inside exception handler

Share/Bookmark
  1. #1
    Junior Member Lucifiel is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    1
    Rep Power
    2

    Default Error right after installation: Exception caught inside exception handler

    Hi, I'm a newbie webmaster who's trying to install Mediawiki and get it up and running. Thing is, this is the second time I've installed MediaWiki and again, I'm encountering the same issue. Yes, the installation supposedly went all right and I'd made sure to double-check the mySQL hostname and other details. However, right after installation had finished, when I tried to log in or register an account on the site or even clicked on the Mediawiki logo or even tried to reload the wiki main page, I got this error instead:

    MediaWiki internal error.

    Exception caught inside exception handler
    I even have tried adding these details to LocalSettings.php in hope I could find out what the issue was but no luck.

    Codes from here:
    http://www.mediawiki.org/wiki/How_to...iki#SQL_errors

    error_reporting(E_ALL);
    ini_set("display_errors", 1);
    $wgShowExceptionDetails = true;
    $wgShowSQLErrors = true;
    $wgDebugDumpSql = true;
    I apologise if I sound utterly clueless 'cos I'm still having a lot of trouble getting used to finding my way around the ftp: things like running commands and finding out where certain files like php.ini are... will take some getting use to.

    And I'm not even sure where this thread should go to?
    Last edited by Lucifiel; July 5th, 2009 at 09:55.

  2. #2
    Junior Member KPalicz is an unknown quantity at this point
    Join Date
    Oct 2009
    Posts
    1
    Rep Power
    1

    Default

    I'm in the same boat. I installed it (reinstalled actually) and now when I go to the url I get that message.

  3. #3
    Junior Member Saskshi is an unknown quantity at this point
    Join Date
    Jan 2010
    Posts
    6
    Rep Power
    1

    Default

    Quote Originally Posted by KPalicz View Post
    I'm in the same boat. I installed it (reinstalled actually) and now when I go to the url I get that message.

    Has anyone solution for the above problem...>I am too facing the same problem!!

  4. #4
    Site Owner hoggwild is a jewel in the rough hoggwild is a jewel in the rough hoggwild is a jewel in the rough hoggwild's Avatar
    Join Date
    Jan 2007
    Location
    Tennessee
    Posts
    1,791
    Rep Power
    7

    Default

    What version of PHP are you running on the server where Mediawiki is installed? What version of MediaWiki are you running?
    User: Hoggwild/aka Lhridley (site owner and administrator)
    MediaWiki: the latest version (under development), PHP: 5.2.12, MySQL: 5.0.67, Apache ver 2.2.14, CentOS (Linux)
    Host: http://www.VPSNext.com
    Web application developer/programmer/php developer
    http://wiki.chattamac.org

    BEFORE POSTING QUESTIONS, PLEASE READ:
    http://www.mwusers.com/forums/conten...MW-Users-Forum

    The forums are for questions -- please don't submit questions via PM -- they will be ignored.

  5. #5
    Junior Member tleish is an unknown quantity at this point
    Join Date
    Mar 2010
    Posts
    1
    Rep Power
    1

    Default

    FYI, I had this same error when I moved the wiki from one server to another. I had errors enabled, but only got this simple error. The problem ended up being that even though the database was accessible by the application, either the tables didn't exist, or the tables existed but they were read only. I solved it by re-creating the database and importing the sqldump.

    I discovered this when I connected to the db with another client. I could query the database fine, but I couldn't modify it.

    Good luck.

  6. #6
    Junior Member Demonstar is an unknown quantity at this point Demonstar's Avatar
    Join Date
    Jul 2009
    Posts
    13
    Rep Power
    2

    Default

    I have the same problem but my wiki has been working fine for several months. Few days ago I got this:


    MediaWiki internal error.
    Exception caught inside exception handler

    and I hadn't modified anything.


    What do you suggest?

  7. #7
    Senior Member gregra is on a distinguished road gregra's Avatar
    Join Date
    Jun 2009
    Posts
    228
    Rep Power
    2

    Default

    It is a DB issue. You should turn on your mysql log and see what is the problem
    --Greg
    If you appreciate my help, please rate this post by clicking the star icon in the left side below

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Upgrade Mediawiki V1.4 > V1.14 - caught between two worlds
    By GreenGarageDetroit in forum Installation
    Replies: 6
    Last Post: April 11th, 2009, 10:55
  2. how to fix this error? (details inside)
    By marcusbacus in forum MediaWiki General Discussion
    Replies: 0
    Last Post: February 12th, 2007, 21:36
  3. Installation error
    By pvkid in forum Installation
    Replies: 14
    Last Post: December 3rd, 2006, 22:12
  4. Replies: 4
    Last Post: October 28th, 2005, 15:10

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts