Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
100 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/...
Shadow Lol's user avatar
3 votes
2 answers
176 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 ...
NM AA's user avatar
  • 65
Advice
1 vote
1 replies
93 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\...
Sarvap Praharanayuthan's user avatar
0 votes
1 answer
145 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, ...
trust opr's user avatar
0 votes
1 answer
137 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 ...
ganasman's user avatar
3 votes
1 answer
114 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 ...
Conny Olsson's user avatar
  • 1,619
0 votes
1 answer
121 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. ...
xanabobana's user avatar
0 votes
0 answers
182 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 ...
Vishnu S N's user avatar
1 vote
2 answers
122 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....
user81244's user avatar
  • 103
2 votes
0 answers
141 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\...
Ivan Voznyuk's user avatar
0 votes
1 answer
112 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 ...
Amell12's user avatar
1 vote
1 answer
69 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, $...
diki-drezto's user avatar
0 votes
0 answers
59 views

Models: Ngetest.phpp <?php defined('BASEPATH') or exit('No direct script access allowed'); class Ngetest extends CI_Model { public function showEcho() { return "naisu"; ...
Syraxes's user avatar
-1 votes
2 answers
130 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 ...
RisingSun's user avatar
  • 1,722
1 vote
1 answer
124 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 ...
Manish's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
4668