404 Unable To Resolve The Request (Gii Genereated Crud)

Interesting issue: It seems anything generated by Gii is resulting in 404 error. Anyone have an idea of what maybe happening?

I created a test table just now and called it company_files with the following structure:

Col 1 id int(11) AUTO_INCREMENT

Col 2 company_id int(11)

Col 3 file_id int(11)

Nothing special so not sure why its not working.

Hi,

Have you changed any accessrules. Please can you paste here your accessrules.

Thanks

chandran nepolean

I can but it actually has to do with urlmanager and tables named e.g user_files. But if I name the table userfiles and run the model generator and the crud it works.