XenForo
Administrative
- Thread starter
- Admin
- #1
notes/edit gives me "The requested page could not be found." error. But actionEdit is exist in a controller.
notes/add works just fine - displays a form, then saves the data, and redirects to notes listing.
where did I make an error?
PHP:
Read more
ادامه مطلب...
notes/add works just fine - displays a form, then saves the data, and redirects to notes listing.
where did I make an error?
PHP:
Code:
<?php
namespace Demo\Pad\Pub\Controller;
use XF\Mvc\ParameterBag;
use XF\Pub\Controller\AbstractController;
class Note extends AbstractController{
protected function preDispatchController($action, ParameterBag $params)
{...
Read more
ادامه مطلب...