| SMWiki - Repair Status: Completly Fixed, Thanks Kieran Menor! |
|
Forum Index - SMW Central - Site Questions & Bugs - SMWiki - Repair Status: Completly Fixed, Thanks Kieran Menor! |
|
Pages: 1  |
|
|
|
| Posted on 2012-01-22 11:51:58 AM |
Link | Quote |
|
|
As S.N.N suggested, I decided to make a thread regarding the DNS failure on smwiki.net. This thread will be closed when SMWiki is restored. First, I'd like to start out by asking for an approximated answer, when will it be restored?
|
| Last edited on 2012-01-26 07:15:40 PM by Mastertech2020. |
|
| Posted on 2012-01-22 11:57:12 AM |
Link | Quote |
|
Originally posted by Kieran MenorThe MySQL server running on the old server is broken, and I haven't had time to debug it, hence the database connection error.
AKA whenever Kieran has time and/or feels like it.
|
|
| Posted on 2012-01-22 12:10:47 PM |
Link | Quote |
|
Originally posted by Kieran MenorThe MySQL server running on the old server is broken, and I haven't had time to debug it, hence the database connection error.
Originally posted by marioVSshadowAKA whenever Kieran has time and/or feels like it.
I wish Kieran could be more specific. Anyway, moving on. Many people believe that smwiki.net is not working because of SOPA/PIPA. If this is not true, then how did smwiki.net get knocked down?
|
|
| Posted on 2012-01-22 12:44:36 PM |
Link | Quote |
|
It got two bugs at once.
First(?), Kieran upgraded his server a bit somehow. This broke the wiki database for some reason.
Second, Kieran did something to the domains. This killed both smwcentral.net and a bunch of others for a few says, and it seems like he forgot smwiki.net for a while (he seems to consider the wiki very low priority for some reason). He said he moved them away from GoDaddy, and GoDaddy has been in a bit of turbulence recently, so it's not an unsurprising move.
|
|
| Posted on 2012-01-22 05:30:55 PM |
Link | Quote |
|
No.
First, I moved my domains away from GoDaddy. This caused downtime until I get the new nameservers configured correctly. Secondly, after the power outage we had the other day, the MySQL server on the old server won't start for reasons yet to be discovered.
Edit: Both issues should be resolved now. Now we wait.
|
| Last edited on 2012-01-22 05:41:38 PM by Kieran Menor. |
|
| Posted on 2012-01-23 07:51:17 AM |
Link | Quote |
|
|
SMWiki is now up, but there is a weird bug where the navigation box is all the way below the wiki. But anyway, thanks Kieran Menor!
|
| Last edited on 2012-01-23 06:21:43 PM by Mastertech2020. |
|
| Posted on 2012-01-24 08:25:41 AM |
Link | Quote |
|
Originally posted by Mastertech2020SMWiki is now up, but there is a weird bug where the navigation box is all the way below the wiki. But anyway, thanks Kieran Menor!
just webkit, works fine on Firefox and Opera
|
|
| Posted on 2012-01-24 09:48:01 AM |
Link | Quote |
|
Originally posted by CommieYoshiOriginally posted by Mastertech2020SMWiki is now up, but there is a weird bug where the navigation box is all the way below the wiki. But anyway, thanks Kieran Menor!
just webkit, works fine on Firefox and Opera
D: no, it happens to me too.
|
|
| Posted on 2012-01-24 10:14:48 AM |
Link | Quote |
|
|
That is kind of weird. I don't see how a power outage would have anything to do with the layout.
|
|
| Posted on 2012-01-24 11:16:29 AM |
Link | Quote |
|
The layout looks perfectly fine to me on there, just checked it out... hmm, weird.
E: And I am using Google Chrome so... yeah lol. Are your browsers up-to-date?
|
| Last edited on 2012-01-24 11:17:39 AM by Protoman. |
|
| Posted on 2012-01-24 11:38:20 AM |
Link | Quote |
|
|
I too am using Chrome, and it looks perfectly fine to me, too...
|
|
| Posted on 2012-01-24 11:48:12 AM |
Link | Quote |
|
The reason is wikibits.js inserting some random stylesheet into the document. If I adblock it, or remove its effects with Firebug, the problem disappears.
The relevant condition to insert this strange stylesheet is the following:
Codevar is_khtml = navigator.vendor == 'KDE' ||
( document.childNodes && !document.all && !navigator.taintEnabled );
It also tests if the user agent is Opera; if it is, it loads a fixer stylesheet for that instead.
I'm not sure why it worked previously. Maybe Firefox lets document.all exist in quirks mode?
Either way, I vote removing those "fixer" stylesheets. Web standards exist for a reason.
|
| Last edited on 2012-01-24 11:49:08 AM by Alcaro. |
|
| Posted on 2012-01-24 02:22:22 PM |
Link | Quote |
|
Originally posted by AlcaroThe reason is wikibits.js inserting some random stylesheet into the document. If I adblock it, or remove its effects with Firebug, the problem disappears.
The relevant condition to insert this strange stylesheet is the following:
Codevar is_khtml = navigator.vendor == 'KDE' ||
( document.childNodes && !document.all && !navigator.taintEnabled );
It also tests if the user agent is Opera; if it is, it loads a fixer stylesheet for that instead.
I'm not sure why it worked previously. Maybe Firefox lets document.all exist in quirks mode?
Either way, I vote removing those "fixer" stylesheets. Web standards exist for a reason.
Probably fixes up layout problems in KDE's KHTML layout engine, used in Konqueror. since webkit is a descendant of khtml, it gets these fixes not for it.
|
|
| Posted on 2012-01-24 02:27:11 PM |
Link | Quote |
|
|
I commented out the last part of the expression.
|
|
| Posted on 2012-01-26 07:18:01 PM |
Link | Quote |
|
|
Navigation box fixed. Thanks again Kieran Menor!
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Central - Site Questions & Bugs - SMWiki - Repair Status: Completly Fixed, Thanks Kieran Menor! |