문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top