Good evening

I am using responsiveFilemanager9 <http://www.responsivefilemanager.com/>with 
cakePHP to manage the image. It's great tools and it work excepted 
with the TinyMCE.

>From tinyMCE when I would like to to add a image, filemanager9 is opening 
and I got an error message as this

Missing Method in FilemanagerController
>  
> Error: The action admin_dialog.php is not defined in controller 
> FilemanagerController
>  
> Error: Create FilemanagerController::admin_dialog.php() in file: 
> app/Controller/FilemanagerController.php.
>  
> <?php
> class FilemanagerController extends AppController {
>  
>  
>     public function admin_dialog.php() {
>  
>     }
>  
> }
>  
> Notice: If you want to customize this error message, create 
> app/View/Errors/missing_action.ctp

 
 
It's strange because it asks an action call

public function admin_dialog.php()  (with a .php)

I tryed to create taht function but of course it did not work

Do you have an idea, how I can solved that problem?

Cheers

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to