Level 6
Maybe it's problem with your controller class name? Windows is case-insensitive, but UNIX systems are case-sensitive.
3 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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.
Please or to participate in this conversation.