Site Downtime
-
- Admin Emeritus
- Posts: 1447
- Joined: Sun Jun 29, 2008 7:37 pm
- Division: Grad
- State: TX
- Has thanked: 0
- Been thanked: 3 times
Site Downtime
The site will be experiencing some downtime later today (around 4pm EST), as we start a migration to a new server. The downtime could last anywhere between 2 and 24 hours.
Before we experience actual downtime both the wiki, and the forum will be locked down to make data transfer easier.
So please be patient.
Before we experience actual downtime both the wiki, and the forum will be locked down to make data transfer easier.
So please be patient.
-
- Member
- Posts: 373
- Joined: Sun Mar 14, 2010 4:53 pm
- Division: C
- State: MI
- Has thanked: 0
- Been thanked: 0
Re: Site Downtime
Well my productivity will be higher tonight with no new posts to read. Oh well.
Why are we switching to a new server?
Why are we switching to a new server?
-
- Admin Emeritus
- Posts: 1447
- Joined: Sun Jun 29, 2008 7:37 pm
- Division: Grad
- State: TX
- Has thanked: 0
- Been thanked: 3 times
Re: Site Downtime
Thank you for being patient as we switched servers. We now have a few new things to play with, such as a brand new image gallery which you can find here Gallery. This will allow a much easier way to upload images. If you have any problems please let me know in the feedback thread.
Currently the wiki is still in transition phase, I will update you when the wiki is fully operational
Thanks,
Robotman
Currently the wiki is still in transition phase, I will update you when the wiki is fully operational
Thanks,
Robotman
-
- Exalted Member
- Posts: 292
- Joined: Thu Mar 24, 2011 10:28 am
- Division: Grad
- State: NY
- Has thanked: 0
- Been thanked: 0
Re: Site Downtime
Something is up with the wiki...specifically, the templates. To the best of my knowledge, it happened simultaneously with the migration of the site.
-
- Exalted Member
- Posts: 142
- Joined: Tue Apr 03, 2012 11:25 am
- Division: B
- State: MD
- Has thanked: 0
- Been thanked: 0
Re: Site Downtime
Bug report: The New Image sprite in the image gallery does not appear to have the correct CSS set to it--both parts of the sprite are showing. It should probably be something like this:
HTML (in that one particular spot)
CSS
Or else it's a#new-image:link etc. I forget.
This code's prob already been written somewhere. anyway that's the bug
#justwastedtenminutes
HTML (in that one particular spot)
Code: Select all
<td align="left" valign="middle">
<a href="../gallery/posting.php?mode=upload&album_id=16" id="new-image">New Image</a>
</td>
Code: Select all
a:link#new-image, a:visited#new-image {
background-image: url("button_upload_image.gif");
height: 25px;
width: 96px;
background-position: 0px 0px;
text-indent: -999px;
}
a:hover#new-image, a:active#new-image {
background-position: 0px -25px;
}
This code's prob already been written somewhere. anyway that's the bug
#justwastedtenminutes
Pilgrimage Homeschool Division B, Maryland
Visited 2012 and 2014 National Tournaments, 5th place Sounds of Music 2014
http://knittingfrenzy18.wordpress.com
Visited 2012 and 2014 National Tournaments, 5th place Sounds of Music 2014
http://knittingfrenzy18.wordpress.com
-
- Admin Emeritus
- Posts: 1447
- Joined: Sun Jun 29, 2008 7:37 pm
- Division: Grad
- State: TX
- Has thanked: 0
- Been thanked: 3 times
Re: Site Downtime
Yea, I know, we are working on it. Not exactly sure what happened. Hopefully fix it soon. Currently the Data is all there though.twototwenty wrote:Something is up with the wiki...specifically, the templates. To the best of my knowledge, it happened simultaneously with the migration of the site.
Thanks mate, That was on my list to get fixed.knittingfrenzy18 wrote:Bug report: The New Image sprite in the image gallery does not appear to have the correct CSS set to it--both parts of the sprite are showing. It should probably be something like this:
HTML (in that one particular spot)CSSCode: Select all
<td align="left" valign="middle"> <a href="../gallery/posting.php?mode=upload&album_id=16" id="new-image"></a> </td>
Or else it's a#new-image:link etc. I forget.Code: Select all
a:link#new-image, a:visited#new-image { background-image: url("button_upload_image.gif"); height: 25px; width: 96px; background-position: 0px 0px; } a:hover#new-image, a:active#new-image { background-position: 0px -25px; }
This code's prob already been written somewhere. anyway that's the bug
#justwastedtenminutes
-
- Admin Emeritus
- Posts: 1447
- Joined: Sun Jun 29, 2008 7:37 pm
- Division: Grad
- State: TX
- Has thanked: 0
- Been thanked: 3 times
-
- Moderator
- Posts: 497
- Joined: Fri May 20, 2011 8:41 pm
- Division: Grad
- State: AL
- Has thanked: 0
- Been thanked: 68 times
Re: Site Downtime
Any particular reason that the test exchange and the score tracker buttons don't work at all? I know I can access the tests via wiki, but still, the test exchange button was really helpful.
-
- Wiki/Gallery Moderator Emeritus
- Posts: 433
- Joined: Tue Feb 15, 2011 5:45 pm
- Division: Grad
- State: CA
- Has thanked: 0
- Been thanked: 0
Re: Site Downtime
Certain pages such as the General Competition give me this:robotman wrote:The wiki is now fully operational.
Please let me know if you find otherwise.
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "CategoryViewer::doCategoryQuery". Database returned error "1054: Unknown column 'cl_sortkey_prefix' in 'field list' (localhost)".
-
- Exalted Member
- Posts: 292
- Joined: Thu Mar 24, 2011 10:28 am
- Division: Grad
- State: NY
- Has thanked: 0
- Been thanked: 0
Re: Site Downtime
Yes, I got the same message when I try to save an edit...however, the edits got saved anyway.