Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter supert3d

    (@supert3d)

    Versioning Info :

    WordPress : Version 2.0
    TinyMCE : Version 2.0 (Extracted from Code)


    function TinyMCE() {
    this.majorVersion = "2";
    this.minorVersion = "0";
    this.releaseDate = "2005-12-01";
    ...
    }

    Interesting comment I found whilst trawling through core code… made me chuckle…

    // "When trying to design a foolproof system,
    // never underestimate the ingenuity of the fools :)" -- Dougal

    source : wp-includes/functions.php

    You need to change your DB_HOST entry. It’s the hostname of your database, not the website.

    With GoDaddy it’s something like :

    ‘mysqlXXX.secureserver.net’ with XXX being unique to your GoDaddy account.

    Login to your GoDaddy account and check in the Control Panel Settings > PHPMyAdmin for your database hostname.

    Also, if your running the latest version of WordPress (2.3.2) Check your hosting supports PHP5.

    The wp-db.php file uses the ___construct and ___destruct methods which are PHP5 only.

Viewing 2 replies - 1 through 2 (of 2 total)