Re: Error: Database table acos for model Aco was not found.

2011-05-31 Thread Miles J
Uncomment out the Configure ACL calls in core.php.

On May 30, 9:12 pm, 8vius  wrote:
> ShadowCross your solution worked, I seem to have forgotten those
> permissions to the DB user and now it all works. Thank you
>
> On May 30, 7:01 pm, ShadowCross  wrote:
>
>
>
>
>
>
>
> > One of the troubleshooting steps I take whenever I have this error on
> > a project is to log onto the database using the same connection info
> > as in my database.php file.  The screen shot of MySQLWorkbench
> > indicates a connection using 'root', which can see all the tables in
> > all the databases; the screen shot of the PHPMyAdmin session seems to
> > also be from the 'root' user perspective.  It might be as simple as
> > granting user fonyk_db insert/update/delete privileges to the acos
> > table in the fonyk_db schema.
>
> > On May 26, 9:11 pm, 8vius  wrote:
>
> > > Hey all, I'm new to CakePHP and I'm using it at work. I have a Mac
> > > running Mac OS X Leopard at work as well as at home and a PC at work
> > > as well.
>
> > > I have the project I'm currently working on set up on all 3, it works
> > > fine at my work computers but on my home Mac I get the error in the
> > > title. The project is on SVN so I just checked it out ran the SQL
> > > script for my DB schema and set up the same user I have in my work DB
> > > and it will not work still.
>
> > > I also cleared out the cache folders as suggested in other posts with
> > > a similar problem and it still won't work.
>
> > > Obviously I have checked the database table and it is present in my
> > > DB. Anyone have any other clues as to what might be happening?
>
> > > SCREENSHOTS:
>
> > > Error Screen:http://yfrog.com/hsefg1p
>
> > > CakePHP database.php:http://yfrog.com/h3l1t4p
>
> > > DB tables:http://yfrog.com/h0v3ajp
>
> > > DB privileges:http://yfrog.com/h0eu71p

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Error: Database table acos for model Aco was not found.

2011-05-30 Thread 8vius
ShadowCross your solution worked, I seem to have forgotten those
permissions to the DB user and now it all works. Thank you

On May 30, 7:01 pm, ShadowCross  wrote:
> One of the troubleshooting steps I take whenever I have this error on
> a project is to log onto the database using the same connection info
> as in my database.php file.  The screen shot of MySQLWorkbench
> indicates a connection using 'root', which can see all the tables in
> all the databases; the screen shot of the PHPMyAdmin session seems to
> also be from the 'root' user perspective.  It might be as simple as
> granting user fonyk_db insert/update/delete privileges to the acos
> table in the fonyk_db schema.
>
> On May 26, 9:11 pm, 8vius  wrote:
>
>
>
>
>
>
>
> > Hey all, I'm new to CakePHP and I'm using it at work. I have a Mac
> > running Mac OS X Leopard at work as well as at home and a PC at work
> > as well.
>
> > I have the project I'm currently working on set up on all 3, it works
> > fine at my work computers but on my home Mac I get the error in the
> > title. The project is on SVN so I just checked it out ran the SQL
> > script for my DB schema and set up the same user I have in my work DB
> > and it will not work still.
>
> > I also cleared out the cache folders as suggested in other posts with
> > a similar problem and it still won't work.
>
> > Obviously I have checked the database table and it is present in my
> > DB. Anyone have any other clues as to what might be happening?
>
> > SCREENSHOTS:
>
> > Error Screen:http://yfrog.com/hsefg1p
>
> > CakePHP database.php:http://yfrog.com/h3l1t4p
>
> > DB tables:http://yfrog.com/h0v3ajp
>
> > DB privileges:http://yfrog.com/h0eu71p

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Error: Database table acos for model Aco was not found.

2011-05-30 Thread BurningFuses

Make sure that your files (controllers) have the correct
capitalization.
Once I accidentaly typed an uppercase where it shouldn't be and it
brought chaos to my app.

On May 27, 1:11 am, 8vius  wrote:
> Hey all, I'm new to CakePHP and I'm using it at work. I have a Mac
> running Mac OS X Leopard at work as well as at home and a PC at work
> as well.
>
> I have the project I'm currently working on set up on all 3, it works
> fine at my work computers but on my home Mac I get the error in the
> title. The project is on SVN so I just checked it out ran the SQL
> script for my DB schema and set up the same user I have in my work DB
> and it will not work still.
>
> I also cleared out the cache folders as suggested in other posts with
> a similar problem and it still won't work.
>
> Obviously I have checked the database table and it is present in my
> DB. Anyone have any other clues as to what might be happening?
>
> SCREENSHOTS:
>
> Error Screen:http://yfrog.com/hsefg1p
>
> CakePHP database.php:http://yfrog.com/h3l1t4p
>
> DB tables:http://yfrog.com/h0v3ajp
>
> DB privileges:http://yfrog.com/h0eu71p

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Error: Database table acos for model Aco was not found.

2011-05-30 Thread ShadowCross
One of the troubleshooting steps I take whenever I have this error on
a project is to log onto the database using the same connection info
as in my database.php file.  The screen shot of MySQLWorkbench
indicates a connection using 'root', which can see all the tables in
all the databases; the screen shot of the PHPMyAdmin session seems to
also be from the 'root' user perspective.  It might be as simple as
granting user fonyk_db insert/update/delete privileges to the acos
table in the fonyk_db schema.


On May 26, 9:11 pm, 8vius  wrote:
> Hey all, I'm new to CakePHP and I'm using it at work. I have a Mac
> running Mac OS X Leopard at work as well as at home and a PC at work
> as well.
>
> I have the project I'm currently working on set up on all 3, it works
> fine at my work computers but on my home Mac I get the error in the
> title. The project is on SVN so I just checked it out ran the SQL
> script for my DB schema and set up the same user I have in my work DB
> and it will not work still.
>
> I also cleared out the cache folders as suggested in other posts with
> a similar problem and it still won't work.
>
> Obviously I have checked the database table and it is present in my
> DB. Anyone have any other clues as to what might be happening?
>
> SCREENSHOTS:
>
> Error Screen:http://yfrog.com/hsefg1p
>
> CakePHP database.php:http://yfrog.com/h3l1t4p
>
> DB tables:http://yfrog.com/h0v3ajp
>
> DB privileges:http://yfrog.com/h0eu71p

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Error: Database table acos for model Aco was not found.

2011-05-30 Thread Shaz
Was it an sql dump or just the schema? It might be a case of
rebuilding the ACL...

On May 27, 5:11 am, 8vius  wrote:
> Hey all, I'm new to CakePHP and I'm using it at work. I have a Mac
> running Mac OS X Leopard at work as well as at home and a PC at work
> as well.
>
> I have the project I'm currently working on set up on all 3, it works
> fine at my work computers but on my home Mac I get the error in the
> title. The project is on SVN so I just checked it out ran the SQL
> script for my DB schema and set up the same user I have in my work DB
> and it will not work still.
>
> I also cleared out the cache folders as suggested in other posts with
> a similar problem and it still won't work.
>
> Obviously I have checked the database table and it is present in my
> DB. Anyone have any other clues as to what might be happening?
>
> SCREENSHOTS:
>
> Error Screen:http://yfrog.com/hsefg1p
>
> CakePHP database.php:http://yfrog.com/h3l1t4p
>
> DB tables:http://yfrog.com/h0v3ajp
>
> DB privileges:http://yfrog.com/h0eu71p

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Error: Database table acos for model Aco was not found.

2011-05-27 Thread 8vius
Hey all, I'm new to CakePHP and I'm using it at work. I have a Mac
running Mac OS X Leopard at work as well as at home and a PC at work
as well.

I have the project I'm currently working on set up on all 3, it works
fine at my work computers but on my home Mac I get the error in the
title. The project is on SVN so I just checked it out ran the SQL
script for my DB schema and set up the same user I have in my work DB
and it will not work still.

I also cleared out the cache folders as suggested in other posts with
a similar problem and it still won't work.

Obviously I have checked the database table and it is present in my
DB. Anyone have any other clues as to what might be happening?

SCREENSHOTS:

Error Screen: http://yfrog.com/hsefg1p

CakePHP database.php: http://yfrog.com/h3l1t4p

DB tables: http://yfrog.com/h0v3ajp

DB privileges: http://yfrog.com/h0eu71p

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php