Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Test an email without 'Less Secure App Access'
Post: RE: Test an email without 'Less Secure App Access'

Totally understand your concern about "Less Secure App Access". Here are a few options to test email sending in CodeIgniter without enabling it: 1. Local Testing with Fake SMTP Server: Use a lib...
851 Views
6 Replies
02-20-2024, 12:01 AM
MathewTamra
    Thread: My server requires unix socket - how to solve the problem?
Post: RE: My server requires unix socket - how to solve ...

To create a Unix socket, you can use the following command: mknod unix_socket -s 777 This will create a Unix socket named unix_socket with permissions of 777. You can then specify the path to t...
775 Views
4 Replies
11-13-2023, 01:42 AM
MathewTamra
    Thread: Trouble with debug bar? Solutions?
Post: Trouble with debug bar? Solutions?

I'm experiencing difficulties with returning JSON responses through AJAX due to the debug bar. Is there a solution to disable the debug bar specifically for certain controllers? Ideally, I'd like to d...
324 Views
1 Replies
07-17-2023, 08:57 PM
MathewTamra
    Thread: What is the solution to CodeIgniter libraries?
Post: RE: What is the solution to CodeIgniter libraries?

Since CodeIgniter libraries are singletons, initializing the library multiple times is not possible. Instead, you could try modifying the build() method to accept a parameter indicating which levels t...
946 Views
3 Replies
04-24-2023, 11:46 PM
MathewTamra
    Thread: How to automate table migration in Codeignitor?
Post: How to automate table migration in Codeignitor?

I need help with automating table migration in Codeignitor 3.0, which is being used for a hospital information management system. The system is built using CI 3, Bootstrap 3, jQuery AJAX, and Datatabl...
405 Views
0 Replies
04-24-2023, 11:20 PM
MathewTamra

Theme © iAndrew 2016 - Forum software by © MyBB