Unable to locate session.php
Good day to All, Currently, i am using CI 3.1.2. There is an error like below. "unable to locate the specified class: Session.php" Below is my code. ci_sessions table also created. Please help me if...
View ArticleQuery Builder Help
Hi All Im not sure if this is the right place to post this, but I couldnt find a dedicated forum for database queries and Im New here! Im using CI 3.06 Basically I need to know if the following query...
View ArticleDo new posts take a while to show up?
I posted a question but its not showing up, do they take a while to show up for new members? Thanks Paul
View Articleinsert_batch failure on empty array
The insert_batch function fails when the data array passed to it is empty. It is supposed to show a meaningful message when database debugging is enabled, but it doesn't. This is specially problematic...
View ArticleNaming / referring to controllers and models
Maybe I'm missing something basic but I've found conflicting information in many different places on this. Varioius tutorials and videos seem to reference models and controllers with either lower case...
View ArticleCan't update primary key
Hi everyone, i new in codeigniter and i have problem with my code, i create CRUD aplication with Codeigniter 3 and these my codes: my table: Code: CREATE TABLE `siswa` ( `nis` varchar(15) NOT NULL,...
View ArticleJquery Question
On stack over flow when you ask a question in there editor wmd if you have code to put you can either add 4 spaces and will go in code format or add `backtick at start and at end of code. I would like...
View ArticleAdmin login loop - after Migration my website from localhost to host server
Dear All, I migrated my website from wamp local host to a host server and there after could not login at all using the same credentials. The website is up and running and have checked on .htaccess,...
View ArticleAutometic redirect on login page after session expire
Hi, I want to add a functionality where after login a user it can automatically redirect login page after a certain time. Please help.
View ArticleBase de datos con nombre variable en archivo database.php
Estimados buen día, En el archivo de configuración database.php se pueden colocar las bases de datos que se quieran usar, pero ¿se puede configurar para que el nombre de la base de datos sea una...
View Articlehow to load the helper(url) automatically in CI4?
I want to use url function in global, helper('url'); it is very easy in CI3, but I don't know how to load it automatically in CI4
View Articleinsert code "/"
CI4 Code: $code = "my code \'CodeIgniter\Autoloader\'"; $this->db->table('test')->insert([ 'text' => $code ]); error: databse: my code 'CodeIgniterAutoloader' CI3...
View Article[split] CI3.1.2 error 500
(10-28-2016, 09:46 AM)jlp Wrote: CodeIgniter 3.1.2 was released today, with some security fixes, bug fixes and enhancements. Security: Fixed some xss_clean() vulnerabilities in the Security library....
View Articleform validation on edit mode
Hi, I am developing a CRUD functionality where three fields (name,email,pic).In edit mode data is coming right way but whenever i delete the data from email field and press the submit button shows...
View Articleajax functionality added
Hi, I am new fresher in codeigniter. i have developed a project where i want to submit form with ajax.so my question is which method is most preferable general ajax and jqery or codeigniter ajax helper...
View ArticleCI Route question
hi guys, i am new to Codelgniter. I have a question for the CI url routing. Here is CI user guide examples example 1: $route['journals'] = 'blogs'; A URL containing the word “journals” in the first...
View ArticleCan't log in and keep user logged
Hi guys!!! I'm trying to use community_auth package but I'm having some troubles. I tested it out a few weeks ago and everything worked fine. I'm trying to use it right now but once I enter username...
View Article[split] CI 3.1.2 Batch update not working
please help after i update 3.1.1 to 3.1.2 my update_batch not working Code: $data = [ ['sl_id' => 49, 'sl_move' => 1], ['sl_id' => 48, 'sl_move' =>...
View Articleput Validation Rules to the Config File
IN CI4, I put the Validation Rules to the Config File(Validation) Code: // Rules public $signup = [ 'username' => 'required', 'password' => 'required',...
View ArticleStoring Files Online Like cdn
Hello, I would like to know if any one knows where I can upload a file and store it online and then get access via a link like cdnjs Thank you.
View Article