Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 2
1 answer
134 views

I'm new to CI4 and I'm trying to use the "auto routing (improved)" feature along with modules. I want to access controllers/methods inside modules like this: https://example.com/tracking/...
Score of 3
2 answers
193 views

I'm having problem comparing a sha256 for a webhook validation from this documentation: API doc: docs.api.delyva.com API guide: delyva blog webhook validation (sample from API provider/delyva): const ...
Advice
1 vote
1 replies
96 views

I am enabling CSP for a CI4 project and I wonder how we can have different Content Security Policy directives for development and production. Separate ContentSecurityPolicy.php files in Config\...
Score of 0
1 answer
148 views

I am developing a login system using CodeIgniter 4 and PHP 8. When I access the login page via GET (/auth/login), the view loads correctly. However, when I submit the form using POST to the same URL, ...
Score of 0
1 answer
154 views

I have a legacy project that I've been working on for a while. It works on PHP version 8.1.10, and I can change the PHP version in Laragon without any issues. That is, until I start working on a new ...
Score of 3
1 answer
120 views

Running PHP 8. I have just upgraded CodeIgniter from 3.0.4 to 3.1.13. Before the upgrade, the affected_rows() worked fine and gave me the correct quantity. Now it just gives me a TypeError. This is a ...
Score of 0
1 answer
129 views

I'm working on a project upgrading our website- jquery/datatables/codeigniter. In the previous version, I had no problem with this datatable. But now, for some reason the pagination isn't working. ...
Score of 0
0 answers
187 views

I'm integrating Google OAuth login in my CodeIgniter project, but I'm encountering an issue with the redirect URI after successfully authenticating with Google. Here's a summary of the problem: My ...
Score of 1
2 answers
125 views

I'm displaying Expired Items using this (codeigniter 3) $qs6="SELECT a.item_name,a.item_code,b.category_name,a.expire_date from db_items as a,db_category as b where b.id=a.category_id and a....
Score of 2
0 answers
144 views

Getting next clue/socket-raw vendored error (Socket\Raw\Exception) when trying to launch Puppeteer browser: Socket operation failed: Resource temporarily unavailable (SOCKET_EAGAIN) Socket\Raw\...
Score of 0
1 answer
120 views

My website was developed in PHP using the CodeIgniter framework. On the development server, everything worked perfectly, but after migrating the site to Prohoster, the email sending feature stopped ...
Score of 1
1 answer
70 views

I am really new to Codeigniter, and just learning from scratch. I use CI3. in native PHP I have a function like this ( to calculate the number of days between two dates) : function dateDiff($date1, $...
Score of 0
0 answers
61 views

Models: Ngetest.phpp <?php defined('BASEPATH') or exit('No direct script access allowed'); class Ngetest extends CI_Model { public function showEcho() { return "naisu"; ...
Score of -1
2 answers
138 views

I am trying to upload an image to the server but the request will not end. In DevTools, the request shows as pending while, in the backend, php is continuously writing to an ever growing file until I ...
Score of 1
1 answer
132 views

Flow: User fills a form with an email and gets a passcode. I generate and store this passcode (checksum_code) in the session using session()->set(...). Then I redirect() the user to a ...

15 30 50 per page
1
2 3 4 5
4666