That's an interesting problem and I'm bound to run into on my own soon. Check simple things like the permissions of the script you're trying to execute with php. Do chmod 777 script.php to test that. I would also try creating your class as a controller in CakePHP with a model and a view. The view wouldn't have to be html, of course, and this would allow you to execute it using Cake's database connection.
Let us know what you find out or what you do to get it working. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
