Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

hakkerol's avatar

Controller problem after uploading to server

I uploaded my project on a shared hosting. All the pages work fine except when I try to login I get this error:

"Class App\Http\Controllers\siteMemberController does not exist"

I don't get any errors on the local server. I checked the files and everything seems accurate. I'd appreciate any help.

0 likes
2 replies
Cinek's avatar

Maybe it's problem with your controller class name? Windows is case-insensitive, but UNIX systems are case-sensitive.

3 likes

Please or to participate in this conversation.