We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33966
    • 52 Posts
    Hi
    A customer's MODx-Website is not reachable anymore. The following message appears:

    « MODx Parse Error »

    MODx encountered the following error while attempting to parse the requested resource:
    « PHP Parse Error »

    PHP error debug
    Error: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
    Error type/ Nr.: - 8192
    File: /home/httpd/vhosts/cp-laser.ch/httpdocs/manager/includes/extenders/dbapi.mysql.class.inc.php
    Line: 89
    Line 89 source: if (!$this->conn = ($persist ? mysql_pconnect($host, $uid, $pwd) : mysql_connect($host, $uid, $pwd, true))) {

    Parser timing
    MySQL: 0.0000 s (0 Requests)
    PHP: 0.0144 s
    Total: 0.0144 s

    What happened?
    Thanks for any help
    Markus
      • 13226
      • 953 Posts
      By the looks of things their host has updated their PHP version

      You will have to upgrade to Evo 1.1 for it to work again, or downgrade the PHP version on the server back to what it was
        • 33966
        • 52 Posts
        Thank you for your help. Update to Evo 1.1 helped.

        SOLVED!