| |
CakePHP |
Hi Clément:
I have the correct login name and password as well as database name in
I'll keep beating on this, but if anyone has a suggestion, it would be
Thank you!
--Mike
On May 28, 1:24 pm, clemos <cl3...@gmail.com> wrote:
> You should first try to get some more info about what is going wrong,
> ++++++
> On Wed, May 28, 2008 at 7:34 PM, Mike <mluff...@gmail.com> wrote:
> > Hi Everyone:
> > Here's the directory structure on the server that I'll be using:
> > var
> > I've got all my application code in the app folder. When I go to
> > Can anyone point me to a very precise description of how to install my
> > Thank you!
Thanks for the response. Doing that does lead me to some additional
clues. I've gotten beyond the original problem. Now, I just have to
deal access denied errors when the app attempts to connect to the
mysql database.
the app/config/database.php file. I am setting the server to
'localhost'. Is this correct? It keeps coming back with
loginname@localhost access denied messages.
much appreciated.
> for exemple by setting debug level to at least 1 in your
> app/config/core.php... You'll get at least the error messages, and it
> will probably help you to figure this out.
> Clément
> > Ok, I've really done my research in groups and on the Cake site, but I
> > need a little help. I'm installing my Cake application on another
> > server (not my local machine) and I'm having a bit of a problem
> > getting it to run correctly. I think I need to use an Apache alias,
> > but I'm not sure.
> > www
> > html
> > MyFolder
> > AppName
> > app
> > cake
> > ...other folders from default installation
> >http://serveraddress/MyFolder/AppName, I do get the home page
> > displaying correctly, but when I click on any of the links, I get a
> > blank page with absolutely nothing displaying.
> > application correctly given that I have to obey the directory
> > structure given above?
> > --Mike