Welcome Guest, Not a member yet? Register   Sign In
ReflectionException Class "Login" does not exist
#1

I am getting this error yet the Login controller does exist and the namespace is well captured. This error is only showing on the live server but on my local server (laragon) this error doest show. Kindly help.
Reply
#2

Use your Web Browsers development tools F-12 on most then click on the networks & console.

This should show you what is going on.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

I can only see the checklogin route with status code 200 and preview section showing a loginn form. Clearly its not logging in on live server but does log in in local server
Reply
#4

Did you try changing the $uriProtocol in app/Config/App.php ?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#5

Wow. Thanks so much buddy. I changed from PATH_INFO to REQUEST_URI and it worked magic. Am so grateful
Reply




Theme © iAndrew 2016 - Forum software by © MyBB