Welcome Guest, Not a member yet? Register   Sign In
Problem Upgrading from 4.1.9 to 4.2.6
#1

After upgrading my app from v4.1.9 to 4.2.6 i noticed that the debug toolbar is missing. How can i fix this?
Reply
#2

(This post was last modified: 09-12-2022, 10:07 AM by captain-sensible. Edit Reason: typo )

the couple of things i can think of are :

somehow environment got changed to production eg

[CODE]
// in .env
CI_ENVIRONMENT = production

// or in index php

$_SERVER['CI_ENVIRONMENT'] = 'production';


//base settings do not match your actual url to landing page
public $baseURL = 'http://localhost:8080/';

[CODE]

Or because toolbar is displayed as an after filter , somehow filters has glitched it.
Actually good time to mention how many people jump from download to live web ?
probably none ; so why is the default environment set to 'production'?
CMS CI4     I use Arch Linux by the way 

Reply




Theme © iAndrew 2016 - Forum software by © MyBB