Debug tool not working if not in root folder |
01-01-2020, 11:25 PM
(This post was last modified: 01-04-2020, 01:10 AM by hbonds. Edit Reason: Added more detail related to issue. )
I am using latest CI 4 version and when I try to use debug tool it doesn't get displayed if CI is in any folder, when I tried on root folder it started working.
So what is issue when I try in subfolder , I do set baseurl properly to subfolder, still it doesn't get displayed. env set to development base url = http://domain.com/projects/CI4/public/ writable directory permission "755" I am getting following error GET domain.com/projects/CI4/public/ [HTTP/1.1 200 OK 997ms] GET domain.com/projects/CI4/public/index.php?debugbar [HTTP/1.1 200 OK 611ms] XHRGET domain.com/projects/CI4/public/index.php/?debugbar_time=1578123207 [HTTP/1.1 301 Moved Permanently 351ms] GET domain.com/favicon.ico [HTTP/1.1 200 OK 0ms] XHRGET domain.com/index.php?debugbar_time=1578123207 [HTTP/1.1 404 Not Found 353ms] CodeIgniter DebugBar: File "WRITEPATH/debugbar/debugbar_1578123207" not found. |
Messages In This Thread |
Debug tool not working if not in root folder - by hbonds - 01-01-2020, 11:25 PM
RE: Debug tool not working if not in root folder - by InsiteFX - 01-02-2020, 05:19 AM
RE: Debug tool not working if not in root folder - by hbonds - 01-04-2020, 12:19 AM
RE: Debug tool not working if not in root folder - by kyle - 02-24-2020, 04:07 PM
RE: Debug tool not working if not in root folder - by littlej - 02-25-2020, 04:00 PM
|