PDOException Object
(
    [message:protected] => SQLSTATE[HY000] [2002] Cannot assign requested address
    [string:Exception:private] => 
    [code:protected] => 2002
    [file:protected] => /var/www/www.mycondoplans.com/dreammvc/core/dream_model.php
    [line:protected] => 34
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/dreammvc/core/dream_model.php
                    [line] => 34
                    [function] => __construct
                    [class] => PDO
                    [type] => ->
                )

            [1] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/dreammvc/models/application_model.php
                    [line] => 11
                    [function] => __construct
                    [class] => DreamModel
                    [type] => ->
                )

            [2] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/dreammvc/core/dream_controller.php
                    [line] => 66
                    [function] => __construct
                    [class] => ApplicationModel
                    [type] => ->
                )

            [3] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/dreammvc/controllers/application_controller.php
                    [line] => 123
                    [function] => Model
                    [class] => DreamController
                    [type] => ->
                )

            [4] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/dreammvc/core/dream_controller.php
                    [line] => 23
                    [function] => BeforeFilter
                    [class] => ApplicationController
                    [type] => ->
                )

            [5] => Array
                (
                    [file] => /var/www/www.mycondoplans.com/index.php
                    [line] => 108
                    [function] => ExecuteAction
                    [class] => DreamController
                    [type] => ->
                )

        )

    [previous:Exception:private] => 
    [errorInfo] => Array
        (
            [0] => HY000
            [1] => 2002
            [2] => Cannot assign requested address
        )

)