Hello,
I am developing an app using Cake on my XP box using Apache 2.2, MySQL
and SOAP. The app runs just fine on my XP machine. However when I move
it to a Linux demo box all hell breaks loose. Whats making it really
hard to debug is that I am getting no error output. Not on the screen,
not in the logs and not in the Apache logs either no matter what I
set: Configure::write('debug', 2); to. I know for sure that the debug
level is not being over written as well.Currently I have to two sections to the app. One uses MySQL that works fine. One uses SOAP and I have a data source set up for it that seems to be giving me problems. I know there is an error because the browser title is set to "Errors" and the page only partially loads. This is all I get: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Errors</title> <link rel="stylesheet" type="text/css" href="/css/default.css" /><link rel="stylesheet" type="text/css" href="/css/ui.jqgrid.css" /><link rel="stylesheet" type="text/css" href="/css/custom-theme/jquery- ui-1.7.2.custom.css" /> All the views in the app use the same layout file and as I stated before they load just fine. The only thing that I can think of is that because this does not use a Model its causing some issue. But seeing as it the exact same code works on my XP I am completely at a loss for why this would be. Thanks for any help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
