Cakephp

PHP SQL Server interface is not installed, cannot continue. For
troubleshooting information, see http://php.net/mssql/

Fatal error: Call to undefined function mssql_min_message_severity()
in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs
\clientportaladmin\cake\libs\model\datasources\dbo\dbo_mssql.php on
line 123


function __construct($config, $autoConnect = true) {
    if ($autoConnect) {
        if (!function_exists('mssql_min_message_severity')) {
            trigger_error(__("PHP SQL Server interface is not
installed, cannot continue. For troubleshooting information, see
http://php.net/mssql/";, true), E_USER_WARNING);
        }
        mssql_min_message_severity(15);
        mssql_min_error_severity(2);
    }
    return parent::__construct($config, $autoConnect);
}

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to