Welcome Guest, Not a member yet? Register   Sign In
4.2.3 Spark Error
#2

(This post was last modified: 08-12-2022, 04:06 AM by MGatner.)

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()) {
        Events::on('DBQuery''CodeIgniter\Debug\Toolbar\Collectors\Database::collect');
        Services::toolbar()->respond();
    

Make sure that file and spark are updates to the latest framework-equivalent versions.
Reply


Messages In This Thread
4.2.3 Spark Error - by adjacency-inc - 08-09-2022, 08:42 AM
RE: 4.2.3 Spark Error - by MGatner - 08-12-2022, 04:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB