Skip to main content

Questions tagged [codeigniter]

CodeIgniter is an Application Development Framework - a toolkit - for people who build websites using PHP. Created by EllisLab & fostered by BCIT it is now a project of the CodeIgniter Foundation. The framework implements a modified version of the Model-View-Controller design pattern. Use this tag for questions about CodeIgniter classes, methods, functions, syntax, and use. There are two major versions: 3.x and 4.x, addressing different system requirements

codeigniter
0 votes
1 answer
25 views

Same table union from different databases

I have 03 MySQL databases as 2022_db, 2023_db and 2024_db. All the tables and table structures in the 03 databases are same & included different values.I want to get the sum of values in two ...
MCIT Trends's user avatar
0 votes
1 answer
18 views

Codeigniter failing to load CI_Exceptions

I have an codeigniter 3 app deployed to an ubuntu server. When one of my models (assumably) hits an error, I am getting this message: Fatal error: Uncaught Error: Class "CI_Exceptions" not ...
SpeedOfRound's user avatar
  • 1,268
0 votes
0 answers
23 views

CodeIgniter begginer question about correct model code

I'm building a REST API with four endpoints (I must say that I just started with CodeIgniter). One of them is to get data, and it receives two parameters id, and code via GET. The issue is that the ...
Wolverine's user avatar
1 vote
0 answers
24 views

Codeigniter - I'm having an issue with the dropdown it’s not populating the dropdown as expected, and I’m not sure what the exact problem is

When I tried to print the data, it is being printed correctly. However, I'm having trouble with the view file it’s not populating the dropdown as expected. If anyone knows what might be wrong, please ...
Manish's user avatar
  • 11
-1 votes
0 answers
32 views

I’m having trouble with codeigniter password verification. The password_verify() function keeps failing and going to the else statement

Issue: The password_verify() function always returns false when i'm trying to login, even though the password seems to be hashed correctly when registered. I have tried debugging by printing the plain ...
Manish's user avatar
  • 11
0 votes
2 answers
24 views

How do I prevent unicode characters from vue,js input? [closed]

How do I prevent unicode characters like, f.e. emojis from input in vue.js 3 + vuetify 3 + Codeigniter 4? I'm building admin panel, where I can add user accounts. There is no native mechanism to ...
emen's user avatar
  • 101
-3 votes
0 answers
34 views

CODEIGNITER: I want to automatic select the <table> [closed]

In this my view diagram of sitting arangement. VIEW: <div class="card-body"> <label class="control-label">Seating ...
Lenberd's user avatar
1 vote
1 answer
49 views

composer not found for docker and codeigniter

This is all new to me. I am using Docker and CodeIgniter. I want to create an image for CodeIgniter in Docker. I am using Docker Desktop on Windows. I have a Dockerfile that contains the code below. ...
aye decoder's user avatar
0 votes
1 answer
32 views

dropdown selected update in codeigniter

The dropdown can't show selected item in form update. But the code has the same as other dropdown The code below can show the selected item on dropdown <div class="col-md-3 pl-pr-1"&...
iso ayu's user avatar
  • 13
0 votes
0 answers
32 views

Codeigniter 3 won't show in localhost

The output when I entered localhost/[folder_project_name] For information, this folder I've got is the source code for my project. This source code given to me from the lead. I want to make similar ...
Firrizq's user avatar
-1 votes
0 answers
23 views

Codeigniter: password_hash(): Passing null to parameter #1 ($password) of type string is deprecated

User_model.php class User_model extends CI_Model { public function __construct() { parent::__construct(); $this->load->database(); } public function insert_user($...
Jonald Penpillo's user avatar
-1 votes
1 answer
29 views

i have an error with my face verification, please help me

I create educational websites. and a system where when I register I save a picture of the registrant's face. Then, when you want to do a system problem, you have to make sure that the person is ...
Baswara Nugraha's user avatar
0 votes
0 answers
7 views

delete the facebook saved app using php codeigniter

Can any body help me how to delete the facebook saved app using php codeigniter. Here is my code first i load the fb library then how to delete the the specific app using this library? Here is my code ...
Safari Browser's user avatar
0 votes
0 answers
17 views

how to solve Type Error in CodeIgniter 4 Login Method?

I'm currently working on the login feature for my project and encountering an issue similar to one I had with user registration. I managed to solve the registration issue, but I'm still having trouble ...
sarah kim's user avatar
0 votes
0 answers
12 views

error 403 forbiden After Login in codeigniter

I have an error after login page, I'm using username and password and get error 403 This is my controller public function index() { $valid=$this->form_validation; $valid->set_rules('...
receh Qoo's user avatar

15 30 50 per page
1
2 3 4 5
4637