Faulty WordPress Database and Image Issues

10963_60

Just a quick post, before I forget everything: We had an issue with one of the wordpress installs mishandling images, for instance if you went to add a photo from your media library it would put src”” in the post/page, but the images and thumbnails themselves still existed and could be pulled up directly. After the standard “check the theme, plugins, wordpress files, server settings” I came across a small comment about checking the database which never even occurred to me because the wordpress in question isn’t all that complex or big. Lo and behold, after running and repair and Continue reading

Blizzard’s Re-introduction of Flying to WoW

flying-header

Props to Blizzard. It feels strange that no-flying was even on the table, and from what we’ve heard over the past couple of years makes it clear it was even a controversial topic internally. Like I get that there was a sudden influx of former wow devs or whatever from Titan and that likely saw a shift away from the direction WoW was going, but to have a feature in the game for SEVER YEARS be pulled in current and any future content over really dumb reasons (No one expects to be flying while leveling up, besides Cataclysm, literally every Continue reading

Guide – Setup a Swap on a CentOS 6.x VPS

One of my sites awhile back started having memory issues, MySQL seemed to be crashing because it would run out of memory whenever it was being hit too hard. Originally I thought it was just a database issue, but the site was really simple — wordpress powered, it shouldn’t be eating through that much ram that fast I thought. Eventually I came across an offhand comment about DigitalOcean not configuring swap memory files on their droplets (by default). Since one of DO’s features is that they host on Solid-State Drives, it means swap memory in comparison is much much faster Continue reading

Swappiness

Aside

Recently did some server maintenance, which I think I’m going to write some posts about if for no other reason then to help me remember if I need to do it in the future. Digitalocean is a great webhost, but they don’t configure swap files by default, which was both a good and bad thing. Bad because mysql ran into memory issues on one of my sites, but good because I learned some more about how swap files work.