We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24532
    • 5 Posts
    Hi there,

    I’m stuck at /setup/index.php?action=database, none of the buttons ("Test connection" / "Next") is working in any of my browsers (Opera 9.5b2, FF 3b5, OmniWeb 5.7, Safari 3.1). What can I do to track the problem down?

    [edit:] A request is sent, there is just no loading indicator and no error message:

    2008-04-30 19:48:36  Tx: POST <http://local.dev/modx-0.9.7-alpha/setup/processors/connector.php?action=test_connection>: headers={
        Connection = close;
        "Content-Type" = "application/x-www-form-urlencoded; charset=utf-8";
        Cookie = "modx.setup.language=english; PHPSESSID=0b1635f7b655a876748589076126c3a5";
        "X-Requested-With" = XMLHttpRequest;
    }, body=<696e7374 616c6c6d 6f64653d 3026756e 7061636b 65643d31 26646174 61626173 655f6e61 6d653d6d 6f647826 7461626c 65707265 6669783d 6d6f6478 5f266461 74616261 73655f63 6f6c6c61 74696f6e 3d757466 385f756e 69636f64 655f6369 26646174 61626173 65686f73 743d6c6f 63616c68 6f737426 64617461 62617365 6c6f6769 6e6e616d 653d6d6f 64782664 61746162 6173656c 6f67696e 70617373 776f7264 3d26636d 7361646d 696e3d72 6176656e 26636d73 61646d69 6e656d61 696c3d31 34313539 25343067 6d782e64 6526636d 73706173 73776f72 643d2663 6d737061 7373776f 7264636f 6e666972 6d3d>
    2008-04-30 19:48:36  Tx: POST <http://local.dev/modx-0.9.7-alpha/setup/processors/connector.php?action=test_connection>: headers={
        Connection = close;
        "Content-Type" = "application/x-www-form-urlencoded; charset=utf-8";
        Cookie = "modx.setup.language=english; PHPSESSID=0b1635f7b655a876748589076126c3a5";
        "X-Requested-With" = XMLHttpRequest;
    }, body=<696e7374 616c6c6d 6f64653d 3026756e 7061636b 65643d31 26646174 61626173 655f6e61 6d653d6d 6f647826 7461626c 65707265 6669783d 6d6f6478 5f266461 74616261 73655f63 6f6c6c61 74696f6e 3d757466 385f756e 69636f64 655f6369 26646174 61626173 65686f73 743d6c6f 63616c68 6f737426 64617461 62617365 6c6f6769 6e6e616d 653d6d6f 64782664 61746162 6173656c 6f67696e 70617373 776f7264 3d26636d 7361646d 696e3d72 6176656e 26636d73 61646d69 6e656d61 696c3d31 34313539 25343067 6d782e64 6526636d 73706173 73776f72 643d2663 6d737061 7373776f 7264636f 6e666972 6d3d>
    2008-04-30 19:48:36  Rx <http://local.dev/modx-0.9.7-alpha/setup/processors/connector.php?action=test_connection>
    2008-04-30 19:48:36  Rx Status: 200
    2008-04-30 19:48:36  Rx Headers:
    {
        Connection = "Keep-Alive";
        "Content-Length" = 3410;
        "Content-Type" = "text/html";
    }
    2008-04-30 19:48:36  Rx <http://local.dev/modx-0.9.7-alpha/setup/processors/connector.php?action=test_connection> has main document <http://local.dev/modx-0.9.7-alpha/setup/index.php?action=database>

    (stripped some not-so-usefull headers)


    [edit 2:]

    My fault, had no PDO_MYSQL installed. Anyway, I think the installer should somehow indicate if an error occurs.