Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Using Dynamic Database Names
Post: Using Dynamic Database Names

I am trying to create a dynamic database connection from a model and can't seem to do it.  We have a separate database for each customer, so the database name would be like db_1001, db, 1002, db_1003...
334 Views
1 Replies
10-31-2024, 05:51 PM
occitan
    Thread: How do I update from 4.4.4 to 4.5.5?
Post: How do I update from 4.4.4 to 4.5.5?

I tried following the instructions here: https://codeigniter.com/user_guide/installation/installing_composer.html#app-starter-upgrading and added this to my root composer.json: "codeigniter4/framewo...
1,232 Views
9 Replies
10-09-2024, 08:08 PM
occitan
    Thread: PHP PSR Logger Error
Post: RE: PHP PSR Logger Error

I changed my composer.json to "psr/log": "^2.0", and the error went away, but I feel like this is a bad idea. [hr] kenjis Wrote: (10-09-2024, 05:20 PM) -- If you want to use psr/log v3, upgrade to CI...
1,305 Views
4 Replies
10-09-2024, 07:23 PM
occitan
    Thread: PHP PSR Logger Error
Post: PHP PSR Logger Error

I ran composer update and now I am getting the following error: My composer has "psr/log": "^3.0", I tried sudo dnf remove php8.2-psr but it was not found. Tried 8.1 and 8.3 too, I am running PH...
1,305 Views
4 Replies
10-07-2024, 12:40 PM
occitan
    Thread: Are there any Authorize.net tutorials?
Post: Are there any Authorize.net tutorials?

I am trying to integrate the Authorize.net API into CI 4 and running into issues. Are there any good tutorials out there?
262 Views
1 Replies
09-12-2024, 04:40 PM
occitan
    Thread: Controller Filter Not Running
Post: RE: Controller Filter Not Running

I found that I was missing , $arguments = null in the after method.
691 Views
1 Replies
09-08-2024, 09:50 PM
occitan
    Thread: Controller Filter Not Running
Post: Controller Filter Not Running

I am new to using filters so please forgive me if I am not understanding. Following the docs, I have the code below, but nothing happens when I visit that controller method (cases/index): What am I...
691 Views
1 Replies
09-08-2024, 09:31 PM
occitan

Theme © iAndrew 2016 - Forum software by © MyBB