The Class which not found in a Hosting Web - laravel

I actually already finish my project on localhost:8000, but when I put my project in a hosting, then I run it, I got this error when I logged in. Anyone knows?
enter image description hereClass 'App\Periode' not found

Related

Trouble with nextjs.herokuapp

To start with I am not a developer, I know this might sound like a dumb question but it is a problem that I am facing and Heroku support system doesn't seem to be cooperative so I thought I try here.
I am facing an issue getting into our Website CMS (Strapi), We keep on getting this error and I can't figure out anyway to fix it, My login details have just gone bad!!!
Application error
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
heroku logs --tail
Please Helpenter image description hereenter image description here
re created my strapi account

How to solve application error while opening heroku website log in page?

I tried to log into my Heroku account but it seems like all the time i only the application error and the blank page with nothing on the screen. While i read the articles about this it says the application might have crashed, where as i created the new account and and also not able to log in to my old account just showing me application error with bank page.
It sounds like your application has some error, which won't be displayed on Heroku by default for most frameworks.
From the console, try running heroku logs --tail --app <yourapp> then visit the page again. That should tell you what error you're running into then you can use Google or SO to help figure out how to fix them.
It's common for the issue to be one with a database not having been migrated, so that's a good first place to check.

Laravel on my remote server isn't routing properly

I am a beginner with remote servers and building a website, so please bear with my simple questions, if they are.
So I have created a Laravel project on my remote server (by connecting to the command line via Putty and creating a new Laravel project). However it created a folder, so I had to move all of the directories inside of that folder into my main folder, via FileZilla. This is how it appears now:
Illustration of Uploaded files through Filezilla
My code in Laravel was the sample one which comes up whenever you create a new project, I did not change anything.
The only problem which is appearing, is when I visit my webpage, it says that my webpage is currently unable to handle this request (HTTP ERROR 500).
When I visit my webpage/public or any other sort of link, it gives me an error: NotFoundHttpException in RouteCollection.php line 161 (a Laravel error)
Any help or guidance in the right direction would be greatly appreciated.
I can't comment yet, so i have to answer here.
First what kind of server are you using? Shared or Vps? if it's a shared hosting, you have to do more than just upload the files, you'll need to configure ht access too. See this video for guide: https://youtu.be/wQMZld0Iroo
For the routing issue, it means, the route you are trying to visit does not exist. Check your web.php file to be sure the route is in there. This could be a simple spelling error.

Magento admin login 404 only at specific location

We have been unable to log in to our magento admin panel for a few months now, but this isn't a standard 404 issue.
After logging in with correct username/password, we get redirected to a 404 page. The strange thing is, it only happens from office WIFI, not over 4G or at our developers office. This occurs on our dev server, not live (live logs in just fine)
Our developers have tried creating a new development environment on a new server but the issue is still occurring.
I have tried disabling all firewalls and cannot see anything in router settings which would cause this, anyone had a similar issue or can suggest a solution?
Check your .xml files. You might been redirected to another module url showing the 404 error and check if module is currently actived. This would explain why you still have the same issue even when you're changing server, house, country etc etc.

blank page when loging in to backend part to magento

I recently updated all of my features in Magento from 1.8 to 1.8.1 and after that I’m having problems to log in to the admin dashboard. If i go to “www.example.com/admin” i get a 500 Internal Server Error error and was googling around i wasn’t able to find a solution.
Then i noticed i can go to “www.example.com/index.php/admin” and then all it returns is a blank page. And after hosting the log in page locally sending the right information to the original hosting service i get logged in, but the dashboard is totally blank.
I’ve tried all of the mighty google advises I’ve found, for example, clearing catch, changing permission to folders, looking in log-files for solutions, changing in the .htaccess, etc. But still haven’t found out what the problem is. Anyone had the same problem and maybe has a solution or advice?
Thanks in advance!

Resources