Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: chmod(): Operation not permitted
Post: RE: chmod(): Operation not permitted

If runnig Windows Subsystem for Linux, try to run service with same user. From example I see user www-data. In that case run service with user. Also if use spark use for example "sudo -u www-data php ...
1,776 Views
7 Replies
05-25-2023, 01:52 AM
ijurisic
  Thumbs Up Thread: database trigger
Post: RE: database trigger

Thanks , I really love support for migration. No need to touch direct datbase.
536 Views
2 Replies
05-25-2023, 12:15 AM
ijurisic
    Thread: database trigger
Post: database trigger

I check Database Forge Class (https://codeigniter.com/user_guide/dbmgmt/forge.html) but don't see functions for create triggers in database. What is the best best practice to add triggers? (I love ph...
536 Views
2 Replies
05-23-2023, 01:49 AM
ijurisic
    Thread: v4.3.5 security fix released
Post: RE: v4.3.5 security fix released

Thanks for updates and care for CI.
2,744 Views
8 Replies
05-22-2023, 03:55 AM
ijurisic
    Thread: docx file mime wrong type back getMimeType
Post: RE: docx file mime wrong type back getMimeType

JustJohnQ Wrote: (03-27-2023, 12:46 AM) -- It looks like LibreOffice changes the mime type. I tested using a native PHP function: PHP Code: -- $finfo = finfo_open(FILEINFO_MIME_TYPE); // return mi...
4,407 Views
10 Replies
03-27-2023, 04:43 AM
ijurisic
    Thread: docx file mime wrong type back getMimeType
Post: RE: docx file mime wrong type back getMimeType

kenjis Wrote: (03-27-2023, 01:35 AM) -- Anyway, it is an issue in finfo_file(), not in CI4. So we cannot fix it. Please send a bug report to the PHP Group. -- Thanks, and sry for post on wrong pla...
4,407 Views
10 Replies
03-27-2023, 01:41 AM
ijurisic
    Thread: docx file mime wrong type back getMimeType
Post: RE: docx file mime wrong type back getMimeType

kenjis Wrote: (03-27-2023, 12:46 AM) -- Yes, the file is "application/octet-stream". And the file command also returns it on my macOS. $ file -b --mime-type test1.docx application/octet-stream ...
4,407 Views
10 Replies
03-27-2023, 01:25 AM
ijurisic
  Thumbs Up Thread: v4.3.3 released
Post: RE: v4.3.3 released

Thanks for new released  CI4
2,958 Views
8 Replies
03-26-2023, 11:34 PM
ijurisic
    Thread: docx file mime wrong type back getMimeType
Post: RE: docx file mime wrong type back getMimeType

I using CI 4.3.2. Tested on Debian 11 (php 7.4) and Debian 12 (php 8.2). Simple way for get error: open libreoffice writer and write single word "test1", save in docx format (getMimeType work as exp...
4,407 Views
10 Replies
03-26-2023, 11:32 PM
ijurisic
    Thread: docx file mime wrong type back getMimeType
Post: docx file mime wrong type back getMimeType

Hello, When I check mime type I got wrong type for docx. Code: PHP Code: -- $path='test.docx'; $file = new \CodeIgniter\Files\File($path); $type = $file->getMimeType(); echo $type; -- I got: ...
4,407 Views
10 Replies
03-24-2023, 05:32 AM
ijurisic
    Thread: The Power of the Coding Mindset": How Developing the Coding Mindset Can Take Your Pro
Post: RE: The Power of the Coding Mindset": How Developi...

InsiteFX Wrote: (03-11-2023, 08:42 AM) -- The Power of the Coding Mindset": How Developing the Coding Mindset Can Take Your Programming to the Next Level (https://dev.to/turinumugisha_s/the-power-of-...
803 Views
1 Replies
03-18-2023, 12:19 AM
ijurisic
    Thread: How to set right TimeZone in .env
Post: RE: How to set right TimeZone in .env

Thanks, fixed. Problem is in SQLite module.
1,302 Views
2 Replies
01-16-2023, 11:47 PM
ijurisic
    Thread: How to set right TimeZone in .env
Post: How to set right TimeZone in .env

I try to add TimeZone in .env but still don't have effect: app.appTimezone = 'Europe/Rome' I find in file app/Config/App.php "public $appTimezone = 'America/Chicago';  and if change to Europe/Rome st...
1,302 Views
2 Replies
11-22-2022, 08:03 AM
ijurisic
    Thread: How to make it a "Framework with a small footprint" again?
Post: RE: How to make it a "Framework with a small footp...

captain-sensible Wrote: (11-14-2022, 03:48 AM) -- perhaps after your  composer no dev install you run  : Code: -- composer require codeigniter4/shield    -- https://packagist.org/packages/codei...
4,653 Views
11 Replies
11-14-2022, 04:00 AM
ijurisic
    Thread: How to make it a "Framework with a small footprint" again?
Post: RE: How to make it a "Framework with a small footp...

kenjis Wrote: (11-04-2022, 04:19 PM) -- v4.2.9 has 24MB right after installation by composer appstarter. If you remove  Composer packages only for development; Code: -- $ composer install --no...
4,653 Views
11 Replies
11-14-2022, 03:09 AM
ijurisic
    Thread: v4.2.8 (and 9) released
Post: RE: v4.2.8 (and 9) released

Thank you to the dev team
2,800 Views
6 Replies
11-02-2022, 06:16 AM
ijurisic
    Thread: v4.2.7 Released
Post: RE: v4.2.7 Released

Big Thanks to Dev Team !!!!
5,436 Views
12 Replies
11-02-2022, 06:15 AM
ijurisic
  Thumbs Up Thread: v4.2.7 Released
Post: RE: v4.2.7 Released

Thanks lot for new CodeIgniter 4.2.7 release.
5,436 Views
12 Replies
10-07-2022, 02:24 AM
ijurisic
  Information Thread: codeigniter4 -> shield still in beta?
Post: codeigniter4 -> shield still in beta?

Pachage Shield is safe for use in production ? I see this packages is in beta.
1,493 Views
4 Replies
10-06-2022, 03:57 AM
ijurisic

Theme © iAndrew 2016 - Forum software by © MyBB