Hija,

Problem:
Deployment of a functional App (Windows XAMP PHP 4) to a Suse Linux
Server
causes the error mentioned above to appear when i try to access app on
server.

Warning: Invalid argument supplied for foreach() in /usr/share/php/
cake/cake/libs/model/dbo/dbo_mysql.php on line 171

Does anybody know why this could happen? Even better how I could fix
it

I've only got two models atmo and they both have their $name
specified.
The DB config file is:
var $default = array('driver' => 'mysql',
                                                                'connect' => 
'mysql_connect',
                                                                'host' => 
'localhost',
                                                                'login' => 
'root',
                                                                'password' => 
'password',
                                                                'database' => 
'Name',
                                                                'prefix' => 
'T_');

Cake Build: cake_1.1.13.4450
The application works fine on the windows machine.
Mod_Rewrite is off on both.

Any help appreciated,

Dominique


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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