Re: Problem associating models with linux (working fine on windows using xampp)

2012-08-04 Thread Daniel Baird
I think you're asking how to enable PHP short tags.. http://stackoverflow.com/questions/2185320/how-to-enable-php-short-tags On Sat, Aug 4, 2012 at 2:58 AM, Nelson Guaman wrote: > How you solve the problem?¡ > > El viernes, 15 de junio de 2012 09:51:58 UTC-4, chris7548 escribió: > >> Hello, >

Re: Problem associating models with linux (working fine on windows using xampp)

2012-08-03 Thread Nelson Guaman
How you solve the problem?¡ El viernes, 15 de junio de 2012 09:51:58 UTC-4, chris7548 escribió: > > Hello, > > I have developed an cakephp application on an xampp installed on a > windows 7 ios. On this configuration everything works fine. But when i > try to run the application on a linux ios

Re: Problem associating models with linux (working fine on windows using xampp)

2012-06-18 Thread Flo ßbau
Hi, as a member of the team that discovered the problem above, I'm happy to tell you that the problem was caused by different Apache settings on the Windows and Linux system. In some models we used SHORT OPENING PHP TAGS while these tags were not enabled in the Apache config on the Linux box. A

Problem associating models with linux (working fine on windows using xampp)

2012-06-15 Thread chris7548
Hello, I have developed an cakephp application on an xampp installed on a windows 7 ios. On this configuration everything works fine. But when i try to run the application on a linux ios the model associations aren't interpreted anymore: Example: I've got a table user that has got a suffix_id fo