Hello everybody, inside my cakePHP configuration i want to install the phpMyAdmin and phpBB forum
http://www.cakeapp.com/phpMyAdmin http://www.cakeapp.com/phpBB I have been uploaded, as usual, the applications in my root server directory, but the following error appears: Missing Controller Error: OpenxController could not be found. Error: Create the class OpenxController below in file: app/controllers/ openx_controller.php <?php class OpenxController extends AppController { var $name = 'Openx'; } ?> the same thing happens with another application that i tried to install (PhpMyAdmin, phpBB, etc.) ¿is there a solution for this? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
