Hello.
i'm having troubles with one of my cake apps
basically the app won't load any css.
if i copy/paste css link in browser's address bar cake returns an
error page like this:
Missing Controller
Error: CssController could not be found.
Error: Create the class CssController below in file:
pacchi_alluminio_grezzi\controllers\css_controller.php
<?php
class CssController extends AppController {
var $name = 'Css';
}
?>
Notice: If you want to customize this error message, create
pacchi_alluminio_grezzi\views\errors\missing_controller.ctp
other 4 apps, sharing the same core/webserver with the broken one, are
working flawlessly
css are linked via htmlHelper.
what can i do?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---