Welcome Guest, Not a member yet? Register   Sign In
After deployment: Error: Class "CodeIgniter\I18n\Time" not found
#1

Hello! My issue is the following. I want to deploy my CI4 application with PHP-FPM and Apache, but I receive the following error.
Code:
[2025-01-30 13:33:55] CRITICAL: () line : Error: Class "CodeIgniter\I18n\Time" not found
To make it more interesting the following works without any errors or warning:
Code:
php spark serve
And php extension intl is enabled where I deploy the app and I ran composer install too.
Code:
find vendor -name *Time.php

vendor/google/common-protos/src/Type/DateTime.php
vendor/codeigniter4/framework/system/Language/en/Time.php
vendor/codeigniter4/framework/system/I18n/Time.php // <- exists
vendor/ramsey/uuid/src/Type/Time.php
I also granted privilige to the vendor folder, with no effect.


I would appreciate any help.
Reply


Messages In This Thread
After deployment: Error: Class "CodeIgniter\I18n\Time" not found - by Samax - 01-30-2025, 06:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB