panichd icon indicating copy to clipboard operation
panichd copied to clipboard

404 when accessing panichd installer

Open labomatik opened this issue 5 years ago • 6 comments

I just installer panichd but when accessing the installer page i've a 404 error. Any idea?

labomatik avatar Aug 25 '18 16:08 labomatik

Without more information, please answer the following questions and I'll try to catch what's going wrong:

  1. Did you add PanicHDServiceProvider in your Laravel config\app.php?
  2. Did you access the url http://your-laravel-app-URL/panichd ?
  3. Did you get any error during installation process?

After ending the installation process, there are two routes to get to Panic Help Desk:

  • http://your-url/panichd : Redirects to dashboard if everything is ok. If not, Install or upgrade menu will be shown
  • http://your-url/tickets: Opens Panic HD active tickets list

xaviqv avatar Aug 26 '18 13:08 xaviqv

Hello,

  1. Yes
  2. Yes
  3. Nothing i'm not able to reach the 2 routes...

labomatik avatar Aug 27 '18 16:08 labomatik

Can it be that the issue is linked to "autoload": { "psr-4": { "PanicHD\\PanicHD\\": "src" } } With PanicHD while panichd is currently installed under /vendor/panichd/panichd

labomatik avatar Aug 27 '18 19:08 labomatik

I'm not sure. I have read at Stackoverflow https://stackoverflow.com/questions/25499637/laravel-psr-4-not-autoloading that it has to be at the same case as namespace is. You just tell me that you have installed it in a Linux environment. I'll search for that, because I don't have it in any of my testing environments.

xaviqv avatar Aug 27 '18 21:08 xaviqv

I'm trying to integrate this package inside: jeremykenedy/laravel-auth but I have the same problem, when I try to access to the web installer to the URL http://localhost/mylaravelapp/public/panichd I'm redirected to http://localhost/panichd that doesn't exists, while with the URL http://localhost/mylaravelapp/panichd I'm redirected to a 404 page. in the php artisan route:list I don't see any panichd route. How can I integrate it in this project?

marcoroma avatar Nov 04 '18 15:11 marcoroma

Is your migrations table called migrations or is it something else?

markgukov avatar Nov 30 '18 00:11 markgukov