Yes, I copied files and changed delimiters.
The problem disappeared when I removed this 3 lines:
$config['search']['settings']['user_agent'] = array(); $config['search']['settings']['delimiters'] = array('default' => '
I originally moved files search.php config to fuel/application/config and serch.php view to application/views, now I changed in config delimiter values also changed title_tags, and other things in the end it worked when deleted all $config['search']…
I'm sorry for being annoying, but there are a couple of things that you can fix in docs:
DB error: Fuel Tags Model Class
page_404: Daylight's Blog
Thanks admin!
Thank you for help!
However, it works properly if use short hand:
'permission' => array('markets', 'create', 'edit', 'publish', 'delete'),
in long hand:
'permission' => array('markets', 'markets/create', 'markets/edit', 'markets/publish', 'mar…