4.2.3 Spark Error |
We just upgraded to CI4.2.3, and we're getting a runtime error on our development server when executing spark:
Code: CodeIgniter v4.2.3 Command Line Tool - Server Time: 2022-08-09 15:23:43 UTC+00:00 There is a workaround, which is to change CI_ENVIRONMENT to production, start spark, then change CI_ENVIRONMENT back to development. Has anybody else encountered this?
Something is wrong with your setup. The Toolbar should never load from CLI (spark). app/Config/Events.php:
PHP Code: if (CI_DEBUG && ! is_cli()) { Make sure that file and spark are updates to the latest framework-equivalent versions. |
Welcome Guest, Not a member yet? Register Sign In |