Ok, that's the ticket
https://trac.cakephp.org/ticket/2312

Now, I try to connect using adodb and show a different error , creating the
ACL table:

C:\Arch.....\cake\scripts>php acl.php initdb
Initializing Database...

Creating access control objects table (acos)...

Creating access request objects table (aros)...

PHP Fatal error:  Call to undefined method ADORecordSet_empty::MetaType() in
C:\Archivos de programa\Apache Software
Foundation\Apache2.2\htdocs\intranet\cake\libs\model\dbo\dbo_adodb.php on
line 295

Fatal error: Call to undefined method ADORecordSet_empty::MetaType() in
C:\Archivos de programa\Apache Software
Foundation\Apache2.2\htdocs\intranet\cake\libs\model\dbo\dbo_adodb.php on
line 295

My Conexion string:

    var $default = array('driver' => 'adodb',
                                'connect' => 'mssql',
                                'host' => 'localhost',
                                'login' => 'usuario',
                                'password' => 'password',
                                'database' => 'midb',
                                'prefix' => '');




Mi Config: Cake 1.1.13.4450 , MS SQL Server 200 SP4, php-5.2.1-win32, apache
2.2.4, adodb494.

Somebody has configured  cakePHP with  MSSQL2000 ???


On 3/30/07, Mariano Iglesias <[EMAIL PROTECTED]> wrote:
>
>  Please report it to the trac:
>
>
>
> https://trac.cakephp.org
>
> -MI
> <http://www.MarianoIglesias.com.ar>
>   ------------------------------
>
> *De:* [email protected] [mailto:[EMAIL PROTECTED] *En
> nombre de *Christian Quispe Quispe
> *Enviado el:* Viernes, 30 de Marzo de 2007 12:19 p.m.
> *Para:* [email protected]
> *Asunto:* error creating ARO in SQL Server200
>
>
>
> for create the ACL table in MSSQL2000  I apply the change,
>
> https://trac.cakephp.org/changeset/4706
>
> and create the ACL table, but when  I try to create an ARO,  the following
> error shows:
>



-- 
Christian Quispe
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to