-
Notifications
You must be signed in to change notification settings - Fork 169
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
Download URL text is wrong when version is first added. #563
Comments
Strange - I just installed solder fresh on a new VPS and I don't have that issue. I am using MySQL, PHP 5.6 and Apache though |
Hm. I'm using sqlite, php7, and nginx if that helps. |
It could be a combination of PHP7 & ngix - maybe. I did notice with some of the commits in dev branch there was some work on PHP7 being done - not sure if its ready for PHP7 or not. Someone else will have to answer that. |
Hang on, your right @adamk33n3r. It just happened to me as well. So far it happens on
For the record my VPS that I just installed to is CentOS 7. My apologies for jumping the gun on you @adamk33n3r. |
@spannerman79 no worries :) Mines installed on an arch box for the record. |
I also have this issue.
I also just tested it on an AWS VPS and saw the issue there as well. |
There's an extra { in code, it's a very simple fix. https://github.com/TechnicPack/TechnicSolder/blob/master/app/views/mod/view.blade.php#L149 Change the line from: to: And the issue fixes itself. |
Will close issue once dev is merged into master. |
When I first add a version of a mod the Download URL text seems to be corrupt. The url of the link itself is correct because if I click on it it correctly downloads the mod. It's just the text as you can see in the image below.
If I refresh the issue goes away, though.
The text was updated successfully, but these errors were encountered: