• Hey Guest. Check out your NeoGAF Wrapped 2025 results here!

GAF On new Platform, post errors here.

Status
Not open for further replies.
So I'm having an issue where when I click replies on the forum page and then click a user it automatically triggers a 1 min search cool down and I have to backtrack and wait. Sometimes a database error page comes up. Rarely I can get through. I don't think clicking that link right there does it. I spent 10 minutes trying to test, but yeah.
 
these are the errors I am getting:
r37sR.jpg

I can't see the new thread or old thread indicators

this is the second error, on top left of the pic
xmptc.jpg
 
I can attempt to login on m.neogaf.com via Chrome(iOS), but it doesn't in fact log me in. Safari doesn't give me any issues, so I've been using that temporarily. Is there a current work around for the issue aside from Safari?
 
sometimes when I'm browsing GAF the page that I'm on in GAF the page sort of splits in two and it's just on my GAF tab. Even when I take a screen shot with the imgur extension it looks normal and it only fixes when I refresh the page.
 
I don't know if this is an error or a feature but on the mobile platform on safari my avatar is an eye staring at me. Doesn't happen on Firefox on my PC.
 
i keep getting logged out, dont know why it keeps happening.

i cleared all of my cookies too. i might just try again :P
 
Uh, so I got a failed login notification email. Apparently someone tried getting into my account after 5 incorrect passwords. Is this related to maintenance or is something actually trying to get into my account?
 
Uh, so I got a failed login notification email. Apparently someone tried getting into my account after 5 incorrect passwords. Is this related to maintenance or is something actually trying to get into my account?

This is a hacking attempt on your account.
 
The mobile site logged me in as a different member. I tried logging out a couple of times but that didnt work, so I cleared the cookies and logged back in with my account.
 
Uh, so I got a failed login notification email. Apparently someone tried getting into my account after 5 incorrect passwords. Is this related to maintenance or is something actually trying to get into my account?

This is a hacking attempt on your account.

You should feel very important, Wario. Congrats!



Other people can see it, but the person who makes the post/edit can't. It's a pretty small thing, probably not even worth fixing.

For example you can probably see I edited this post: http://www.neogaf.com/forum/showpost.php?p=40241792&postcount=220

But for me it shows up without the "Last edited by" line.

iby9fYPFld9BYd.png

This happens to me too.
 
The site just totally broke on my windows phone. I'd post a screenshot but It's a windows phone so I can't

The formatting is all messed up. Quote buttons are missing, the change board drop down box is one column instead of two, and some other problems.
 
lol. I wonder if I should post the guy's IP address :|

Now I'm curious if my password from another service was leaked and was used to attempt to get in.


Pm me the IP please
 
My precious browsing time just before sleeping got busted by the WP7 problems. Pleeeeeease fix this.
Posting is trying to navigate some place without seeing shit.
 
My precious browsing time just before sleeping got busted by the WP7 problems. Pleeeeeease fix this.
Posting is trying to navigate some place without seeing shit.

I need a wp7 emulator to fix mobile. I will search tomorrow.

Good night GAF.
 
I need a wp7 emulator to fix mobile. I will search tomorrow.

Good night GAF.

You don't need an emulator now.

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34361608-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

Remove this from the top of the page of the mobile site, and all will be fine. I wonder who added the Google Analytics code in a wrong way? You're not supposed to put anything before the DTD.

Because the DTD is not at the top of the page, it's causing IE9 to use quirks mode - hope you like dealing with a 1999 browser if the script tags stay there.
 
You don't need an emulator now.



Remove this from the top of the page of the mobile site, and all will be fine. I wonder who added the Google Analytics code in a wrong way? You're not supposed to put anything before the DTD.

Because the DTD is not at the top of the page, it's causing IE9 to use quirks mode - hope you like dealing with a 1999 browser if the script tags stay there.

Solved.
 

Don't think so. Still problems. The code has not been removed in the pages, even after a cache-clearing refresh. (For anyone curious, I'm using desktop IE9 spoofing as mobile IE9 and my Lumia 900)

Speaking of problems with IE, someone needs to remove the HTTP header that is being sent that is like this: X-UA-Compatible: IE7 which is causing desktop IE browsing the desktop site to behave like IE7.

Here's the first 25 lines of problematic code in the templates: remove the code in bold italics in all templates to solve it. You may need to do something more...
Code:
[B][i]<script type="text/javascript">

  var _gaq = _gaq || [];
   _gaq.push(['_setAccount', 'UA-34361608-1']);
  _gaq.push(['_trackPageview']);

  (function() {
     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>[/B][/i]<!DOCTYPE html>
<html>
<head>
<title>NeoGAF</title>
<meta charset="ISO-8859-1" />
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="apple-touch-icon-precomposed" href="themes/Default/images/apple-touch-icon.png">
<link rel="apple-touch-icon" href="themes/Default/images/apple-touch-icon.png">
<style type="text/css">
	@import "themes/Default/global.css?27";
	body { font-size: 100%};
</style>
 
Don't think so. Still problems. The code has not been removed in the pages, even after a cache-clearing refresh. (For anyone curious, I'm using desktop IE9 spoofing as mobile IE9 and my Lumia 900)

Speaking of problems with IE, someone needs to remove the HTTP header that is being sent that is like this: X-UA-Compatible: IE7 which is causing desktop IE browsing the desktop site to behave like IE7.

Here's the first 25 lines of problematic code in the templates: remove the code in bold italics in all templates to solve it. You may need to do something more...


No, is you cache. It's solved when i said it.

8iOBc.png
 
No, is you cache. It's solved when i said it.

8iOBc.png

Believe it or not, I know that the browser's downloading fresh pages, since I've got the Network tab in the dev tools open, and during capture, HTTP 200s abound. (304s occur for cached content)

I've even checked with Google Chrome, a fresh copy, and guess what I got?

NeoGAFcode.png


I do not think that viewing the developer tool's DOM is the right way. Try right clicking on the page and viewing the source. Heck, I see the same DOM in the IE9's F12 and Chrome's dev tools.

If the page has a DOCTYPE and is recognized, it'll show up as the very first item in the DOM in IE and Chrome's dev tools.

A bit of an aside: I'd like to see MobileGAF be allowed to scale up to 2x by the user...
 
I cant reproduce that, my chrome, safari and other browsers show me the good source.
 
I cant reproduce that, my chrome, safari and other browsers show me the good source.

Do you think something else might be caching the response, then, like the ISP? Gotta go check it again...

EDIT: Wow, unholy caching... You know I've bigger problems when the code somehow sticks around with different browsers and devices on the same connection. I think I'm going to wait a day or two and see if the problem persists. Since it no longer shows up on your side, cache-busting didn't help, and other people have it fixed, I think I'm blaming my ISP.

EDIT 2: It's getting fixed!

EDIT 3: ...on the default theme. What about the dark theme? Now I know why it's looking different to me... I use the dark theme!
 
I'm using Chrome on an Android tablet and when browsing the desktop site, I can't get spoilers to uncensor by tapping them. It works fine on the mobile site but I would prefer to use the full site on a tablet.
 
Status
Not open for further replies.
Top Bottom