-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Error: 500 (Internal Server Error) #19
Comments
Still having this error. I tried a lot of changes changing permission and conf files including the article below, the worst part is no error appearing on apache logs. |
My os is Ubuntu 14.04.2 LTS |
Hi |
I think this is related to changes in the artisan expect script:
|
i just installed snipe-it on Ubuntu 14.0.4 results OK=27 changed=23 failed =0 i browse to the server and i get any quick fixes ? |
@alshawwa we were able to get it to run by updating the artisan expect script..
Then we added our custom template that looks like this:
|
yup got it working |
Hey Guys same problem and unsure of how you have fixed it? Sorry total newbie!! Thanks in advance |
Hi Guys, Any way someone can post detailed instructions on how to fix the 500 error? Thank you much! |
what i did was i re-ran install.sh from the snipe-it-2.x.x source and when asked to autocreate database username and password , i chose to manually set them up and then everything started working fine. |
Thanks. Rebooted the server, and re-ran install.sh and its working like a charm!! Thank you! Thank you! Thank you! |
Has anyone figured out a fix for this yet? Re-running install.sh has not worked for me. |
when you re-ran install.sh it and got to the database creation did you let the script auto generate passwords or did you set your own? |
I've tried both ways, even tried with a vagrant install. This is a brand new Ubuntu VM with nothing else on it. I've also tried deleting the db and user so the script can re-create them. Create MySQL accounts |
@patgmac try that script , i tried it on 3 different Ubuntu flavors and it worked just fine. ###remember to set your own sql passwords when asked by the install.sh script , do not let it auto generate passwords#### can be downloaded from http://1drv.ms/1Giahjt , then " sudo bash snipeinst.sh" |
I had similar issues running ubuntu 14.04 LTS and had to run command below to get the database successfully set up. /opt/snipe-it php artisan app:install Issue resolved by using following link. |
I was able to install the script without any issues, but i am having this error "Server Error: 500 (Internal Server Error)" upon accessing it, and i cant see any logs on apache.
The text was updated successfully, but these errors were encountered: