If I changed the match rule in the first rule to
Removing the catch all of assets and adding in the directories below allows the css, javascript assets to still be served and the admin assets page to be accessed.
Thanks toymachiner62 that has worked.
Is there a way to set the max upload width and height in the form_fields function?
At the moment I have
$fields['file_name'] = array('type' => 'file', 'upload_path' => $upload_path, 'overwrite' => TR…
When I start a project I tend to go for WordPress if a need a general blog / CMS and then if the project is a little more bespoke I will go for CodeIgniter.
Sometimes with a WordPress project it will be 90% CMS and 10% something that isn't included…
I used debug_query and there is a database error. The first couple of queries work as expected but the last query where it limits the number of results is ordering by the wrong column.
Column 'active' in order clause is ambiguous
I've declared my …
The home page that I created through the CMS uses the main.php layout file. This in turns loads a block using
<?php $this->load->view('_blocks/second_menu'); ?>
The block second menu works fine when loaded in a regular controller and …
Thanks for your help. I really like the idea of combining the abilities of the CI framework with a content management system. It fits a lot of my projects perfectly.
Thanks for the reply.
I have added a new navigation group called help. When I select navigation in the admin and then choose the help group there are currently no pages.
Is the only way to add pages to use the upload?