No web server configuration
Hello, I was wondering why there were no webserver configs, a simple .htaccess config for apache would be really usefull.
View ArticleError in Model class "must implements abstract method idValue" after up to V...
Updated the application to version 4.6.1 via composer. As a result, such an error in the classes BaseModel and Model. Replaced the class BaseModel code from...
View ArticleHow to Integrate Bootstrap or Tailwind CSS with CodeIgniter
Have you ever tried integrating Bootstrap or Tailwind CSS into your CodeIgniter project? What’s the best way to include these frameworks—using a CDN or downloading and linking them locally? Also, where...
View Articlelogin bug on a codeigniter project
Hello! I have a project that I installed on a hostinger host running php 8. On login screen after user and password it always returned to login screen. After some tips on internet, I change the...
View ArticleLeekCMS - A Full-featured CMS built with CodeIgniter 4
Hello CI4 Community, I'd like to introduce a project I've been developing called LeekCMS. It's a fully-featured CMS built from the ground up using CodeIgniter 4, designed specifically for managing and...
View ArticlePDF attachment download not working in email in IOS/MAC/APPLE
Hi I am sending pdf as attachment in email, it works fine when sending "inline", but I found issue, inline pdf is not working properly in ios/mac/apple. So I tried to send force downloadable...
View ArticleAlternative multisite structure - problems? concerns?
I wanted to accomplish in CI4 what I was doing in CI3 - have a system folder that was shared by multiple sites/projects and upgrade them individually as their code became (or was confirmed as) ready...
View ArticleCall to a member function get() on null Error
Sometimes weird things happens... I'm developing my web site locally on my PC...things run quite fine... I have installed Codeigniter Shield ...and now I got the following error: Any help or hint to...
View ArticleAuth Shield and multilanguage
Hello all, I use SHIELD for authorization My application is multilingual The [users] table has a [multi] column How do I set a session from the [multi] column after logging in. I use entry in: PHP...
View Articlequery builder updateBatch behavior on 4.6.x
I come from 4.1.9 (was stuck in PHP7.3 for a long time) and upgrade to 4.6.1 and i notice a change in updateBatch behavior : PHP Code:model('Foo')->builder()->updateBatch([['id' => 2...
View Articletwig and view cell
Hi all, When i try to use view cells and twig i get this error Twig\Error\SyntaxError The arrow function argument must be a list of variables or a single variable in "blog/index.twig" at line 15 at...
View ArticleThese 20 Awesome API Clients Will Change How You Work with APIs
These 20 Awesome API Clients Will Change How You Work with APIs
View ArticleShield problem redirecting in hosting
Hi , i have an application that work fine in localhost . I upload file on hosting but when i try to login with shield it return on login page without error message , if i see log i have : INFO -...
View ArticleSite main page is not working
Good afternoon. We have a website running on Codeigniter 4. The website has been working stably for more than three years, but yesterday something happened and the main page of the website stopped...
View Articlerunning codeigniter in a subdirectory + legacy autorouting results in 404
I have a codeigniter 4 app that has to live in a shared hosting enviroment and has to be in a subdirectory. The app has been developed with legacy autorouting enabled. The app has indexPage as...
View Article