Validation callback bug?
Hello team CodeIgniter developers, I would first like to thank you guys for the work done to build this framework. Would you like to post a bug I found in the validation of the data using a callback...
View ArticleChecking if isset is correct?
Question: On my view file default.php I would like to know if I have set the isset correct? It's just a new way of loading views that I am trying On my controllers I load views like Login.php PHP Code:...
View Article$this->form_validation->set_data($this->Data) not working
Good night here staff Brazil, I'm trying to validate an e-mail and password field, that future will come from the global $ _POST, but I'm porenquanto testing the class I am creating. Even I already...
View ArticleCodeigniter on aws e2
Hi, i had created a dynamic web application using codeigniter at local end using xampp, Now i wish to put this application on cloud using aws e2, can anyone please tell me how to do so
View ArticleChange a field from drop-down to calendar
Hello guys, I'm having a form in which there are two field Date of Birth and Date of Retirement (which are drop-down field) :- (I'm having an option to fix the date of birth and date of retirement...
View ArticleCache continues to show until hard refresh
We are using the web page caching of CI: https://www.codeigniter.com/user_guide/g...ching.html However for some users who have recently seen that specific page even when we manually delete the cache...
View ArticleOrder Page / 404 Issue
Ok so this issue just occured for me, if I visit mydomain.com/myorders I will see a default CI 404 error, but when someone logs in and visits that page they will see no errors and the page works. The...
View ArticleIntroducing RandGen, CodeIgniter library for...
Hello everyone, RandGen is a small lightweight CodeIgniter library for generating random strings. Requirements PHP >=5.2.4 Dependencies None Download|Contribute|View documentation => on Github...
View ArticleSession Issue
I have a MY_Controller which redirects to login if session expires. For some reason it creates a new file and still keeps the session data on another file. I have set the session regenerate destroy to...
View Article[split] Debug toolbar?
Docs says *The Debug Toolbar is still under construction with several planned features not yet implemented.* and I am very aware of it. Recently I set up Vagrant virtualbox environment to try out PHP7...
View ArticleCommunity Auth Not Showing Login Errors
Hi all - I'm driving myself crazy trying to figure out what went wrong here. I just started running into an issue of Community Auth no longer displaying the login error box on a failed login attempt....
View ArticleDoes CodeIgniter's ci_sessions need occasional emptying?
I am using CI's sessions in connection with a database. So all of our sessions are in this ci_sessions table on our database and it can get a lot of rows, considering that the session_id keep changing...
View ArticleExtending Native Libraries or Replacing Native Libraries with Your Versions
Hi all, I want to extend the Log library to customize the log format. I have create my own class MY_Log extending CI_Log in application/libraries. When I load this library I have this error: Unable to...
View Article[split] ODBC compatibility -> CodeIgniter 3.1.0 Released?
...odbc (unixodbc) user here... what is the future compatibility with the query builder? Is it broken forever? Thanks,
View ArticleSetting 404_override
Hi everyone, This is the first day I've ever played with codeigniter for more than 10 minutes, and this is the first time I've built something from scratch. I'm setting the 404_override variable in...
View ArticleInstall cjax-5.9-RC8 framework for CodeIgniter 3.1.0
Hello I am a novice developer of CodeIgniter and I use version 3.1.0 However, I just found out the framework version cjax - 5.9 - RC8, I am trying to install without success in my website multilingual....
View ArticleCI 3 Session - sess_match_ip only for REMOTE_ADDR?
Hello everyone, just a question to understand why in the session_drivers, when the config var 'sess_check_ip' is set to TRUE, PHP Code: //config.php$config['sess_match_ip'] = TRUE; is considered only...
View Article[Community Auth] How to add customs fields?
Hi! First of all thanks to skunkbad for the very usefull tool! I want to add to my app a customs fields for all users, like phone number, city, and others... Can someone explain me how to make that Or...
View ArticleSetting
Fatal error: Call to a member function result() on boolean in C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-www\companygiondaci\application\models\Mpages.php on line 197 A PHP Error was encountered...
View ArticleError Database Connection
Currently I'm developing a project using: PHP Framework CodeIgniter (V.2..) Database SQL Server 2018 Actually this is my old project. As usual it runs well, but sometimes if I refresh it many times or...
View Article