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

Issue with framework i think #571

Closed giogimic closed 3 years ago

giogimic commented 8 years ago

So im trying to figure this out I've reinstalled CentOS and installed both php5.5 and tried php7.0 after that both come up with the same issues.

If i try to install with the latest version of Composer i get an error so i go down 1 version no errors but when i go in to solder it's self this is what happens

http://i.imgur.com/TwHT4Y7.png

As you can see debug is on and no errors are being printed. I've also made sure the public and app/storage have the right permissions.

Any clue what im doing wrong? i've had it running before on CentOS 6 but for some reason on CentOS7 it doesn't seem to want to work.

Arzte commented 8 years ago

Are you hosting this with https?

giogimic commented 8 years ago

No.

skwerlman commented 8 years ago

can you upload the source of that page as a gist and link it here?

you can view the source of the page by hitting ctrlu

giogimic commented 8 years ago

https://gist.github.com/giogimic/774be34fdee868b0a6f6

Sure thing feel free to sign in to the solder to view it yourself aswell i havent changed the default password

skwerlman commented 8 years ago

tbh, i'm stumped.

the first image (@giogimic's site) shows that all of the .css files and title.png are initially canceled, then successfully loaded later (but not applied?).

the second image (my site) shows how the page normally loads (through cloudflare, at least) (ignore the failed ga.js; adblock).

image

image

i have no idea what would cause an issue like that...

Arzte commented 8 years ago

To add insult to injury I don't have those cancelled requests solder @giogimic Can you hop on the discord server? maybe we can get it fixed through the live/voice chat.

giogimic commented 8 years ago

Sure. I'm Chuck on Discord.

skwerlman commented 8 years ago

you guys ever get this figured out? i'm genuinely curious what the issue was...

giogimic commented 8 years ago

Nope still having the issue not resolved yet.

giogimic commented 8 years ago

No one's messaged me on discord so please if you find a solution post here.

heddendorp commented 8 years ago

So @giogimic I can offer you a dirty solution to this, which is: Replace the href in this line https://github.com/TechnicPack/TechnicSolder/blob/master/app/views/layouts/master.blade.php#L13 with https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.cssin your local installation, that seems to fix the issue of not loading bootstrap properly. The issue in general: As far as I could find out, the issue is, that bootstraps css isn't correctly loaded for you.