one thing that happened to someone I know recently on their shared host was a recent upgrade to webmin caused the folder permissions to be wedged in the new virtual host folders that were created, causing all kinds of problems with include and require calls in php
Sam D On Wed, May 14, 2008 at 2:47 PM, jonknee <[EMAIL PROTECTED]> wrote: > >> Huh? If there has been Cake running on that (shared) box how is it not >> configured properly? There was a Cake install on one of my other >> domains when we (a friend and myself) decided Cake would solve the >> issues set out in front of us. Of course, he installed it as he's the >> developer. I'm trying to do this without just asking him to do it >> again. I'm trying to be somewhat self-sufficient although, I'm asking >> lots of questions, to you and him. Sorry for my indulgence here but, I >> need to learn for myself and, if I don't stumble and fall, I won't >> know what issues I'll encounter along the way in the future. Thanks >> very much. > > Each virtual host on a server can have its own configuration. Because > PHP is working on one VH does not mean it's a sure bet on another. In > your case it's definitely not working. If PHP was working and CakePHP > was not, you would in the very worst case get an error message of some > kind or a blank screen. If PHP is working there is no way for it to > send out the source file unless you wrote a program to do do that > (that would be a huge security issue). > > If you'd like to confirm this, remove the CakePHP stuff and replace > the index.php contents with <?php phpinfo(); ?>. When PHP is working > you'll see a list of all its options and variables. Until you see that > page working, you will not be able to use CakePHP or any other PHP > code/library/framework. > > > -- -- (the old fart) the advice is free, the lack of crankiness will cost you - its a fine line between a real question and an idiot http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/ http://blog.samdevore.com/cakephp-pages/my-cake-wont-bake/ http://blog.samdevore.com/cakephp-pages/i-cant-bake/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
