TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

500 error when adding build #607

Closed LukWarm closed 8 years ago

LukWarm commented 8 years ago

Hello, When I try to add a build on my solder server, I get a 500 error because of my server being hosted as a HVM instance (server shared with other users). I know that the solution lies in changing the php curl option 'followlocation'. Someone else had this problem and fixed it by changing the option to false, but I do not know how to do that. Thanks in advance. curl

skwerlman commented 8 years ago

alright, so first off, if you can, you should really look into getting a non-shared hosting solution, because solder is not supported on shared hosts.

as for changing curlopt_followlocation to false, its located at app/libraries/UrlUtils.php line 38.

hopefully this helps.

LukWarm commented 8 years ago

Thank you so much. Everything is working now.