Cool, thanks for posting that. (why do you feel like a jerk?)
On Thu, Sep 3, 2009 at 9:52 AM, Brendon Kozlowski (Realm)<[email protected]> wrote: > > Hmm, well now I feel like a jerk. Aaaaaanyways, for a helpful CakePHP > CLI tool to run through all of your files for whitespace issues, you > might want to take a look at this little snippet (gem) of code that > David Persson has shared with us all. It iterates over the entire > cake app directory structure and finds any files with whitespace > issues. I realize this is only vaguely related, but it's still > helpful nonetheless! > > http://bin.cakephp.org/saved/33005 > > On Sep 2, 8:57 pm, brian <[email protected]> wrote: >> So I wasn't mis-remembering (?) when I said that at least one other >> person ran into this problem due to some whitespace after the "?>" in >> that file. Different issue but same outcome, based on a problem with >> that file. >> >> >> >> On Wed, Sep 2, 2009 at 6:20 PM, ajoberstar<[email protected]> wrote: >> >> > So I finally gave up trying to find the error and re-extracted the >> > files from the tar.bz2 I downloaded from Cakeforge. I saw that that >> > worked before changing anything, but the only thing different between >> > my broken install and this was the database.php config file. So I >> > added that again to see what happened and voila it broke again. Turns >> > out I had the driver set to mysql instead of mysqli and my PHP install >> > only has the mysqli extension installed it crapped out, but wouldn't >> > tell anything was wrong. So magic fix. >> >> > Thanks to everyone for their suggestions. >> >> > On Sep 2, 12:44 pm, Vijay Kumbhar <[email protected]> wrote: >> >> Hello ajoberstar, >> >> >> Please add Document_root before webroot/ in the .htaccess in the >> >> application folder, app folder. >> >> >> It will help you, coz i was facing same problem on my server. >> >> When i added the DOCUMENT_ROOT path in the .htaccess befor /webroot it >> >> worked fine for me. >> >> please do check this. >> >> >> On Tue, Sep 1, 2009 at 6:34 AM, ajoberstar <[email protected]> wrote: >> >> >> > I did an install of CakePHP on my local device (Windows XP) with an >> >> > Apache server. I did the install to the letter as far as I can tell >> >> > (removed comment in front of mod_rewrite's load module statement), but >> >> > I'm getting a welcome page with no layout. And it seems like the whole >> >> > page isn't even showing up. >> >> >> > The thing that bugs me the most is that I uploaded the same exact >> >> > files up to my bluehost account and got the right welcome page. So >> >> > it's got to be something with my server setup but I can't figure it >> >> > out. Any help would be much appreciated. >> >> >> > This is all that showed up in the page source: >> >> >> > <h2>Release Notes for CakePHP 1.2.4.8284.</h2> >> >> > <a href="https://trac.cakephp.org/wiki/changelog/1.2.x.x">Read the >> >> > changelog </a> >> >> > <p> >> >> > <span class="notice success">Your tmp directory is >> >> > writable.</span></ >> >> > p> >> >> > <p> >> >> > <span class="notice success">The <em>FileEngine</em> is being >> >> > used >> >> > for caching. To change the config edit APP/config/core.php </span></ >> >> > p> >> >> > <p> >> >> > <span class="notice success">Your database configuration file is >> >> > present.</span></p> >> >> >> -- >> >> Thanks & Regards, >> >> Vijayk. >> >> Co-founder (www.weboniselab.com) >> >> >> "You Bring the Dreams, We'll Bring the Means"- Hide quoted text - >> >> - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
