Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: XDebug with Spark on VSCode
Post: XDebug with Spark on VSCode

I want to share these parameters on launch.json: Code: -- {     "name": "CI4 Spark XDebug",     "type": "php",     "request": "launch",     "runtimeArgs": [         "spark",         "serve...
237 Views
1 Replies
02-03-2024, 08:25 AM
rdconsolo
    Thread: v4.4.5 bug fix released
Post: RE: v4.4.5 bug fix released

Thanks! updateBatch() method is working on PostgreSQL on tables with timestamps perfectly.
2,249 Views
8 Replies
01-28-2024, 09:22 AM
rdconsolo
    Thread: Email User and Password
Post: Email User and Password

Hi! Leaving SMTPUser and SMTPPasss empty on Email.php cause send() not to log user on smtp server when setting this on the fly. I don't think it`s expected since these values are being passed throug...
266 Views
0 Replies
11-18-2023, 08:24 AM
rdconsolo
    Thread: operator does not exist on updateBtach
Post: RE: operator does not exist on updateBtach

SQL produced by CI4 (postgres): Code: -- UPDATE "cd_estruturas" SET "custo_total" = _u."custo_total", "custo_unitario" = _u."custo_unitario", "id_cd_produtos" = _u."id_cd_produtos", "id_compone...
374 Views
4 Replies
08-19-2023, 06:45 PM
rdconsolo
    Thread: operator does not exist on updateBtach
Post: RE: operator does not exist on updateBtach

A simple test. First obtain an associative array from findAll(). Then do an updateBatch with that array will trigger the error. Code: --         $estruturas_model = new EstruturasModel();         $...
374 Views
4 Replies
08-19-2023, 05:39 PM
rdconsolo
    Thread: operator does not exist on updateBtach
Post: RE: operator does not exist on updateBtach

Code: --         $estruturas_model = new EstruturasModel();         $estruturas_model->updateBatch($data2, 'id_mestre, item'); -- [hr] Code: --
374 Views
4 Replies
08-19-2023, 10:03 AM
rdconsolo
    Thread: operator does not exist on updateBtach
Post: operator does not exist on updateBtach

Hi. I'm trying to do an updateBatch using this array https://imgur.com/a/EwB7sml (https://imgur.com/a/EwB7sml)on CI 4.3.7 id_mestre and item are the constrain fields even on builder on model, the r...
374 Views
4 Replies
08-19-2023, 05:23 AM
rdconsolo
    Thread: Why View Parser Filter not working on Loop Substitutions ?
Post: RE: Why View Parser Filter not working on Loop Sub...

Follow the instructions posted here: https://github.com/codeigniter4/CodeIgniter4/issues/5825 Works for me on CI 4.2.0
3,060 Views
5 Replies
06-07-2022, 08:40 AM
rdconsolo
    Thread: I transfered a live site to a localhost and I am getting errors
Post: RE: I transfered a live site to a localhost and I ...

Hi. What is the version of CI you are running in this project? By knowing that, take a look at the basic config file where we define the base url and session paths.
5,189 Views
7 Replies
09-27-2021, 12:10 PM
rdconsolo

Theme © iAndrew 2016 - Forum software by © MyBB