CodeIgniter Forums
can't seem to access my method. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: can't seem to access my method. (/showthread.php?tid=82549)



can't seem to access my method. - richb201 - 07-21-2022

I am trying to reach the below location from my browser. 
https://staging.dashboard.researchstudyonline.com/index.php/Configure/create_your_event_handler
when I type that URL into the address bar and press enter I just get blank screen. Is there something wrong with that path? I'd expect to get a 404 error.


RE: can't seem to access my method. - kenjis - 07-21-2022

https://staging.dashboard.researchstudyonline.com/ returns a blank page.

Code:
HTTP/2 200 OK
server: nginx/1.14.0 (Ubuntu)
date: Thu, 21 Jul 2022 21:59:49 GMT
content-type: text/html; charset=UTF-8
content-length: 0
x-powered-by: PHP/7.4.27
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
X-Firefox-Spdy: h2



RE: can't seem to access my method. - richb201 - 07-22-2022

(07-21-2022, 03:01 PM)kenjis Wrote: https://staging.dashboard.researchstudyonline.com/ returns a blank page.

Code:
HTTP/2 200 OK
server: nginx/1.14.0 (Ubuntu)
date: Thu, 21 Jul 2022 21:59:49 GMT
content-type: text/html; charset=UTF-8
content-length: 0
x-powered-by: PHP/7.4.27
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
X-Firefox-Spdy: h2



RE: can't seem to access my method. - InsiteFX - 07-23-2022

I get the same as @kenjis a blank page in Chrome.


RE: can't seem to access my method. - richb201 - 07-23-2022

Thanks guys.