Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: version > 4.5.1 zip is missing files
Post: RE: version > 4.5.1 zip is missing files

I checked, my options are showing hidden files, .files are not added to zip. Tomorrow I will check it again [hr] ozornick Wrote: (09-23-2024, 10:29 AM) -- Files start with "dot" hidden? No? -- ...
1,196 Views
6 Replies
09-23-2024, 10:48 AM
sunchaser
    Thread: version > 4.5.1 zip is missing files
Post: RE: version > 4.5.1 zip is missing files

kenjis Wrote: (09-20-2024, 01:32 AM) -- In framework-4.5.1.zip, I see - phpunit.xml.dist - tests/ but as you say, there is no .gitignore. If you want to get it, see https://github.com/codei...
1,196 Views
6 Replies
09-23-2024, 07:43 AM
sunchaser
    Thread: version > 4.5.1 zip is missing files
Post: version > 4.5.1 zip is missing files

Hi, i am upgrading CI manually. When i download the zip version > 4.5.1 some files are missing so I cannot copy them. https://codeigniter.com/user_guide/installation/upgrade_451.html#project-files (h...
1,196 Views
6 Replies
09-19-2024, 03:38 AM
sunchaser
    Thread: Upgraded to 4.4.4, error in Session.php
Post: RE: Upgraded to 4.4.4, error in Session.php

The error is caused by a controller I call from cli. I have read in the docs that session stops immediately when cli is used and inside the BaseController I check if exists session(‘character_id’). ...
868 Views
2 Replies
08-24-2024, 10:46 AM
sunchaser
    Thread: Upgraded to 4.4.4, error in Session.php
Post: Upgraded to 4.4.4, error in Session.php

Hi, I just upgraded CI to v 4.4.4 and now i get this error: Code: -- CRITICAL - 2024-08-24 09:26:09 --> ErrorException: Undefined global variable $_SESSION in SYSTEMPATH/Session/Session.php on li...
868 Views
2 Replies
08-24-2024, 09:30 AM
sunchaser
    Thread: Catch exeption from database insert
Post: RE: Catch exeption from database insert

I have this piece of code: PHP Code: -- use CodeIgniter\Database\Exceptions\DataException; try { log_message('debug', '-- tx begin --'); $this->db->transBegin(); $rc = $this->finalize($pa...
1,959 Views
10 Replies
08-20-2024, 08:40 AM
sunchaser
    Thread: Transactions
Post: Transactions

Hello, i would like to run some sql statements but, if there is any exception (not only Database Exception, but any exception like out of memory etc) i want the sql statements rolled back.  I have a ...
299 Views
0 Replies
05-11-2024, 12:03 PM
sunchaser
    Thread: problems with set_select
Post: RE: problems with set_select

[...] Quote: -- I don't think you know much about form helpers, yes of course that form helper will help you to trigger if something goes wrong or does not validate your data so it is correct if it...
875 Views
2 Replies
03-24-2024, 02:02 AM
sunchaser
    Thread: problems with set_select
Post: problems with set_select

Hello all, I have problems with set_select() in an edit form. I load data for an entity call edition and then call the view Code: -- $model = model('App\Models\EditionModel'); $data['edition']...
875 Views
2 Replies
03-21-2024, 11:17 AM
sunchaser

Theme © iAndrew 2016 - Forum software by © MyBB