Jump to content

Css Stylesheets/javascript Problems


40 replies to this topic

#21 Lucious Degarr

    Member

  • Pip
  • Stone Cold
  • Stone Cold
  • 18 posts
  • LocationOutreach

Posted 12 July 2013 - 10:01 AM

The "Get a better Browser" stuff from my view:
- latest Firefox/Opera/InternetExplorer Versions installed... and testet with this issue
- Java working fine on all other sites (Plugins in Browser active and working without any issues)
- All, and i really mean all, Java/Javascript related stuff is up to date and working
- tried all browser related troublehootings like browser reset, deleting cache, ...

-> Problem on mwomercs.com appeared first time for me 2 days ago, got the "mwomercs.com requires javascript - get a better browser -" stuff in header...

recognized symptoms:
- loading fresh mwomercs.com -> issue appears. Goin to login-page (without actually login in myself) via "login" on the top (works normal, no issues). Then goin back to mwomercs.com main page, javascript seems to work again. Header displays normal, without any issues.
- as soon as i reload the main page or log into the site the issue with no working javascript and the "get a better browser" stuff appears again. No matter what i do after that... it doesn't work again.
- trying to go to mwomercs.com/phoenix results in a project phoenix page which displays normal without any issues, but no matter what you do you wont get those buy buttons for the phoenix packages to work. Tried to buy the 80$ package several times since two days, but those "buy" buttons just do nothing...

At least i got no problems with the forums or any "whitepages" as some guys mentioned above... lucky me i could say...
...if there wasnt the problem with javascript and the buy button^^

Edited by Lucious Degarr, 12 July 2013 - 10:08 AM.


#22 sicky

    Member

  • PipPip
  • Urban Commando
  • Urban Commando
  • 41 posts
  • LocationGermany

Posted 12 July 2013 - 10:05 AM

i just was able to purchase the project phoenix by adding https://
but the issue ist not resolved after all.

#23 Lucious Degarr

    Member

  • Pip
  • Stone Cold
  • Stone Cold
  • 18 posts
  • LocationOutreach

Posted 12 July 2013 - 10:10 AM

View Postsicky, on 12 July 2013 - 10:05 AM, said:

i just was able to purchase the project phoenix by adding https://
but the issue ist not resolved after all.

tried that as well 2 hours ago but it didnt work for me B)

strike that pls... now that i tried it again, bein logged in, it worked suddenly when putting in https://

Edited by Lucious Degarr, 12 July 2013 - 10:12 AM.


#24 CompproB237

    Member

  • PipPipPipPipPipPip
  • 395 posts

Posted 12 July 2013 - 10:52 AM

Webpage error screenshot

I'm getting this problem as well.

#25 Majorfatboy

    Member

  • PipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 623 posts
  • LocationBound and gagged on The Island

Posted 12 July 2013 - 04:07 PM

It's happening real bad for me today. Cleared cache, restarted browser, deep clean with spybot, and restarted computer, no help. Login screen is always like this now, and it's a crap shoot weather any of the threads will load right.

Running waterfox 18.0.1, a browser which works flawlessly with the entire rest of the internet.

#26 StandingCow

    Member

  • PipPipPipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 3,069 posts
  • LocationUSA

Posted 12 July 2013 - 06:48 PM

You'd think with people not being able to make purchases that this would be a high priority? It's been going on for... what months now?

#27 WhiteRabbit

    Member

  • PipPipPipPipPipPip
  • Bad Company
  • 377 posts
  • Locationover there

Posted 13 July 2013 - 03:02 PM

hey guys,
i've got the same problem with the login-page (and sometimes the rest of the website)

i have no idea if it helps but here's what the firefox web-console says whenever i get the "damaged" page:
(disclaimer: that's a rough translation, since i'm not using the english version of firefox)

reference error: oB is not defined
unknown property 'box sizing'. declaration ignored (no idea if property is the correct translation in that context)
name of a media-function expected but found a 'view-mode'
error while processing the value for 'filter'. declaration ignored.

hope that helps :)

#28 Rasc4l

    Member

  • PipPipPipPipPipPip
  • Mercenary Rank 1
  • 496 posts

Posted 14 July 2013 - 04:16 AM

Described my error phenotype in another thread, wanted to link it here as well:

http://mwomercs.com/...ost__p__2545210

So currently I keep getting the error after using the mwomercs website for a while. When they appear, I restart my browser and can again surf a while before they appear again. Very annoying. Initially, the corrupted page is the login screen but always the whole website becomes b0rked after a while. When it happens, all pages are corrupted, it doesn't break bit by bit.

#29 Reggimus

    Member

  • PipPipPipPipPipPip
  • Bad Company
  • Bad Company
  • 341 posts
  • LocationQueenstown, New Zealand

Posted 14 July 2013 - 11:12 PM

View PostCompproB237, on 12 July 2013 - 10:52 AM, said:

Webpage error screenshot

I'm getting this problem as well.


I get the exact same screen when using HTTPS
HTTP seems to be fine though.

Seems to be how its calling the CSS from HTTPS.

ok, so a little more poking..

https://static.mwome...m/css/mwo.2.css <- Does not exist/is not generated, so website looks like poop.
http://static.mwomer...m/css/mwo.2.css <- thats there, website looking good.

So what ever CMS your using, or how it is impleting Bootstrap, is causing the CSS file to not be looked up/generated correctly for HTTPS requests.

Seems simple right? well after a bit more poking,

But it is working for the image MWO_logo256

https://static.mwome...MWO_logo256.png <- Its there
http://static.mwomer...MWO_logo256.png <- Also there

mwo.2.header.js also seems to be being called ok for boith http and https.

Edited by Reggimus, 15 July 2013 - 12:01 AM.


#30 CompproB237

    Member

  • PipPipPipPipPipPip
  • 395 posts

Posted 15 July 2013 - 04:06 PM

View PostReggimus, on 14 July 2013 - 11:12 PM, said:


I get the exact same screen when using HTTPS
HTTP seems to be fine though.

Seems to be how its calling the CSS from HTTPS.

ok, so a little more poking..

https://static.mwome...m/css/mwo.2.css <- Does not exist/is not generated, so website looks like poop.
http://static.mwomer...m/css/mwo.2.css <- thats there, website looking good.

So what ever CMS your using, or how it is impleting Bootstrap, is causing the CSS file to not be looked up/generated correctly for HTTPS requests.

Seems simple right? well after a bit more poking,

But it is working for the image MWO_logo256

https://static.mwome...MWO_logo256.png <- Its there
http://static.mwomer...MWO_logo256.png <- Also there

mwo.2.header.js also seems to be being called ok for boith http and https.

Interesting... HTTP:// works, HTTPS:// gives me the white background/missing stylesheet. Nice catch.

#31 Krazy Kat

    Member

  • PipPipPipPipPipPipPip
  • 696 posts
  • LocationTexas

Posted 15 July 2013 - 04:13 PM

View PostCompproB237, on 12 July 2013 - 10:52 AM, said:

Webpage error screenshot

I'm getting this problem as well.

Same here. Started two days ago. If I hit refresh it fixes it.

#32 Reggimus

    Member

  • PipPipPipPipPipPip
  • Bad Company
  • Bad Company
  • 341 posts
  • LocationQueenstown, New Zealand

Posted 15 July 2013 - 10:19 PM

Here is another good one, when im on HTTPS, and log in, it redirect to regualr HTTP afterwards, whats up with that? If someone chooses to log in with HTTPS it should stay on HTTPS.

Back back to the Problem,

The slider js, and call functions it makes with works on HTTPS and HTTP, but the over all formatting is pooped.

I guess the hero slider has the images/text hard coded rather than being called from a CMS.

These are the little errors you end up with when re-writing the url though, I cannot say im a fan of people doing that. If itype www.mwomercs.com then I expect it to stay www.mwomercs.com, not get shortened to mwomercs.com. It would also help with tracking little bugs like this, but each to their own.

Edited by Reggimus, 15 July 2013 - 10:33 PM.


#33 Reggimus

    Member

  • PipPipPipPipPipPip
  • Bad Company
  • Bad Company
  • 341 posts
  • LocationQueenstown, New Zealand

Posted 16 July 2013 - 10:07 PM

So how bored am I these days......

Now for some fun stuff.. when hitting the landing page http://mwomercs.com/landingpad you get a nice landing page, everything centered, but if you https://mwomercs.com/landingpad, then all the text etc is margined to the left, but the images are still there. (ok so after more poking, again, the CSS isn't being generated/called properly for HTTPS)

Also, from http://mwomercs.com/ the link to the login button says it is goig to http://mwomercs.com/login when mousing over it, and the HTML is written/generated to go to href="/login", so it should keep everything before that as the same, however, that is not the case, it re-writes the URL to use HTTPS.

So, im pretty sure most of the issues are steming from what ever you are using to do URL re-writes and re-directs.

I can confirm the issues highlighted in all of my above posts in regards to HTTPS vs HTTP are across FF, Chrome, and IE.

Oh and the main page, will ALWAYS re-write HTTPS to HTTP, even when you type it in specifically. Thats kind of a weird function to put in, especailly since you want to sell stuff through the site, offering full HTTPS will make people feel more comforatble in the security that you are providing.

-- Edit --

Ive joined it all together (my last posts) and emailed it to support.

Edited by Reggimus, 16 July 2013 - 10:39 PM.


#34 Playdoh

    Member

  • Pip
  • Survivor
  • Survivor
  • 15 posts
  • LocationDarwin, Australia

Posted 17 July 2013 - 01:00 AM

aaaand the white page is back :)

haven't changed anything on this end..

#35 Bloody Moon

    Member

  • PipPipPipPipPipPipPip
  • 978 posts

Posted 17 July 2013 - 04:40 AM

View PostPlaydoh, on 17 July 2013 - 01:00 AM, said:

aaaand the white page is back :)

haven't changed anything on this end..


+1 to that, tho it was okay the last few days.

#36 StandingCow

    Member

  • PipPipPipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 3,069 posts
  • LocationUSA

Posted 17 July 2013 - 06:02 AM

It seems to be more sporadic now, and a refresh fixes it, but it can pop up again at any time.

#37 IceSerpent

    Member

  • PipPipPipPipPipPipPipPipPip
  • 3,044 posts

Posted 18 July 2013 - 05:57 AM

Seems to be fixed now.

#38 Kyle Polulak

    <member/>

  • Overlord
  • Overlord
  • 584 posts
  • LocationVancouver, BC

Posted 19 July 2013 - 11:44 AM

View PostIceSerpent, on 18 July 2013 - 05:57 AM, said:

Seems to be fixed now.


I think I nipped it in the bud; I'm crossing my fingers.

#39 CompproB237

    Member

  • PipPipPipPipPipPip
  • 395 posts

Posted 19 July 2013 - 02:39 PM

View PostKyle Polulak, on 19 July 2013 - 11:44 AM, said:


I think I nipped it in the bud; I'm crossing my fingers.

https works on the home page now. It's looking like you got it.

#40 Reggimus

    Member

  • PipPipPipPipPipPip
  • Bad Company
  • Bad Company
  • 341 posts
  • LocationQueenstown, New Zealand

Posted 19 July 2013 - 05:58 PM

Want to share what the cause was?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users