I have built the skeleton of a site on XAMPP, and uploaded to server. I CANNOT get the admin panel to load and get errors.
"Attempted to load class "Helper" from namespace "HelixUltimate\Framework\Platform".
Did you forget a "use" statement for another namespace?"
Ive googled this and nobody seems to have an answer, but most are saying it has something to do with the template not being compatible with the server. The only answer I have found is to...
DELETE FILE: administrator/cache/autoload_psr4.php
...but that did not work, as some online say it did for them. This feels like a simple problem, but I do not have enough knowledge to follow the code.
My site is hidden under a shim domain for now until site is finished. Find it and errors here.
www. piggydank.com
Used Xampp PHP 8.2 and my server PHP is also 8.2. Ive also tried 8.1.
I still have the site on Xampp which works just fine. Its the online server that is having issues. Ive checked the config file time and time again.