404 Not found with a sub-directory installation on nginx
Hello, you might notice I asked this question on StackOverflow as well. I'am really in a hurry to get a response. A website - let's call it fru.it - servers a CodeIgniter application under...
View ArticleRemember Selected Option Value If Form Errors
Hi, If there are any form validation error that has been triggered I would like to know if there is a way to remember the seleted option value on view so the user does not have to go through the whole...
View Articleform_open_multipart doesn't use HTTPS
I spent quite a lot of time debugging tonigh, since my .htaccess kept redirecting after a file upload. After a while, I realized that form_open_multipart() doesn't detect that the client loaded the...
View Article.htaccess or config problem for hosting site
An uncaught Exception was encountered Type: RuntimeException Message: Unable to locate the model you have specified: User_model Filename: /home/qurange/public_html/system/core/Loader.php Line Number:...
View Articlemy Project is not loading on localhost
I am taking over a project, when i resolved it on my local system i get this error message. The server encountered an internal error and was unable to complete your request. Either the server is...
View ArticleIgnition Go app starter - updated to CI 3.1.0
CodeIgniter has been updated to 3.1.0 now in Ignition Go. Ignition Go makes for a great app starter. We're working now on an awesome module/blox builder (CRUD generator) in the admin, which should be...
View ArticleCodeIgniter 3 for a Social Network?
Hi, I am looking to develop some type of social network for developers. Is CodeIgniter 3 a good choice? I plan on keeping it very basic at first and have not even laid out everything I will need in...
View ArticleCodeignitor Special IDE
Hello Codeignitor team . Its my pleasure to contact you .. You all were doing great job.. You are taking frameworks based on MVC in high stakes.. As far as we all know that how popular your framework...
View ArticleError Cell caching
Hi I'm using guild https://bcit-ci.github.io/CodeIgniter4/g...cells.html but error Call to undefined method CodeIgniter\Cache\Handlers\FileHandler:et() i'm thing fix $this->cache->set($cacheName,...
View ArticlePractise using CI library in other Framework
I'm curently using some of CI4 and CI3 components in other framework. Borrow some code from library and apply some changes to make it work with my requirement. What should I do and shouldn't do when...
View Articleci_sessions and ion auth not working with sqlite
I try to configure ci_sessions and ion auth for sqlite, but it will not work. My config.php für the session data Code: $config['sess_driver'] = 'database'; $config['sess_cookie_name'] = 'ci_sessions';...
View ArticleDo you ever use "ON DUPLICATE KEY UPDATE"? (MySQL)
I see that there may be some performance issues when using "ON DUPLICATE KEY UPDATE". Do you use it? Check this MY_Model and let me know what you think: PHP Code: <?phpdefined('BASEPATH') OR...
View ArticleSession Tempdata vs Cookie for "Remember me" login (CI3)
Hi guys! Just wanna ask if it is good to use Session Tempdata to store the userdata upon login when they wanted to remember by the system. I am using cookie for the whole time since it is recommended...
View ArticleServe a static page using a single controller w/o making its own controller
I have the following folder structure wherein inside the "views" folder I have several static pages organized by their "parent": Code: my_project/ application/ views/ pages/...
View ArticleCreate multiple subclasses of Form Validation + callback inside should work
This is a two-part problem because I believe the issues are dependent on each other. What I want to achieve: I am creating a site with multiple specific forms and I want each of them to have their (1)...
View ArticleEmail with attachment 3.1.0 native library having BUG
Hello Guys, i hope you are doing good. I found a issue in sending email with attachment. Email was going perfectly but attachment was getting broken whenever i tried to open it from my email. I updated...
View Article[split] [split] Log errors
Hi sorry if i am offtopic how to avoid the following log errors ?: [2016-09-05 15:50:02][E/codeigniter][URI=/] Severity: Warning --> mysqli::query(): MySQL server has gone away...
View ArticleMigrations
I am using migrations to create some tables, something which is new to me. I have the following tables: Customer id - PK company_name type_id - FK - Customer_Type(id) Customer_Type id - PK...
View ArticleExtending codeigniter
Hi, I want to know what is the best method to extend codeigniter and be able to update codeigniter without overriding my own dev. I mean isolate the core of codeigniter.?
View Article