Pregunta

i am trying to use media plugin in cake php but i coulnt get it, it shows error:

 Warning (2): Missing argument 2 for MediasController::index() [APP\Plugin\Media\Controller\MediasController.php, line 26]
Notice (8): Undefined variable: ref_id [APP\Plugin\Media\Controller\MediasController.php, line 27]

can any one say what might be the problem

¿Fue útil?

Solución

The error clearly says you are missing the second argument and ref_id is not defined. Take a look at your code.

print_r everything to see if the value is set.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top