Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
127 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
0 answers
86 views

I would appreciate some guidance in getting my modal file download button to work. I am developing an image library in CodeIgniter 4. The landing page is a grid of all uploaded images as thumbnails. ...
Peter Riley's user avatar
1 vote
1 answer
105 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
99 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
111 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
167 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
116 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
134 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
98 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
65 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
55 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
119 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,721
1 vote
1 answer
113 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
0 votes
1 answer
76 views

I'm getting the following error: <b>Fatal error</b>: Uncaught CodeIgniter\Format\Exceptions\FormatException: Falha ao analisar a string json, erro: &quot;Malformed UTF-8 characters, ...
dotNeto's user avatar
0 votes
1 answer
76 views

I ran into a problem where I don't know how to check the uniqueness of some fields in the database, I don't have a field where only 1 element is unique, of course, except for the id, but I can't ...
qboshenkiy0_ Shirufietto's user avatar

15 30 50 per page
1
2 3 4 5
4668