Adopt a Friend

Finding Balance

My reign of chaos continues, and a visit from the mystery critter

Well, mowing the yard did not turn out to be such a foolproof thing for me to be doing, either, since I forgot about our elephant ear that we had waited for so long to finally reappear and almost beheaded the little guy! I hate hurting even a plant (which explains the 7′ tomato ‘tree’ in front of our porch that I wouldn’t let Joy cut back) and was sick over this but I think I just shredded a couple of leaves and it should be OK. I have made a little brick box around it so it can’t happen again.

The sky got really dark and murky looking while I was mowing, so as soon as I finished I decided to take the dogs out in the back yard to potty before it rained. I discovered that some time this afternoon, we’d had a visitor…

Work of the mystery critter
Critter tunnel

The hole shown in the two pictures starts on the outside of the fence. Almost every day, some time in the afternoon, some animal works very hard to dig its way into our yard, and then back out. We have never seen it. The fact that it comes in mid-afternoon would seem to rule out a raccoon or most nocturnal animals.

It’s hard to tell from these pictures but the hole is big enough that Cricket could pretty much walk through it and something at least twice her size could squeeze through. We’ve seen some tracks that looked vaguely cat-like but it seems like an awful lot of work for a cat — and a cat could just have jumped over the fence if it wanted to, at the low spot where we have the gate.

We’ve filled the hole in at least six times and ‘it’ just re-digs it. We’ve laid a wooden post across it and piled it up with pine straw, to no avail. The truly puzzling thing is that we have no idea what is making the hole, or why; it just breaks into our yard and then leaves again, without ever being seen or doing any visible damage besides the hole itself.

I think the only one in the house who has had a rougher day than me so far is Cricket, who had to go to the vet this AM to have an impacted anal gland expressed. Since I have managed to cause chaos outside as well as inside, I have retreated back to the house and decided not to try and do anything more complicated than playing mahjong for the rest of the afternoon.

Some days I just shouldn’t touch a keyboard…

OK, this is going to be another one of those posts that you might just want to skip over if you are not on the geeky side…

We’ve got a new computer (more on that later) and I am getting all the apps installed on it that I work with on a regular basis; somehow or another while trying to find the link for the Gallery Remote software I that I use to upload photos, I noticed on the home page of the critterweb.com site that the links at the upper right were broken. “Hmmmm…” I thought;  I knew they originally worked, but couldn’t remember if I ever tested them after that last upgrade.

A quick bit of testing (I noticed that the Gallery link worked, and the other links worked if I clicked on the Gallery link first) pointed in the direction of a bad URL. There was an extra directory level specified there that didn’t need to be, and so it was going to my 404 page which also appeared to be broken and was generating a nasty PHP error.

About a half hour of research on Google, the download of a text editor that highlights syntax in code, and some scrutiny of the page in that editor revealed an extra single quote where there should not be one. Simple enough — that fixed the 404 page.

Next I tackled the bad URL… I went into the Options page of WordPress without really thinking about what I was doing, and pulled the ‘extra’ directory out of my WordPress site URL. Even as I clicked the Update button, a warning bell went off that I had just committed a major ‘oops’ but it was already too late to take it back. I now had no way to re-edit that page, as the WP_Admin folder was now unresolvable, the style sheet and header files for the site were also missing resulting in a garbled mishmash of text, and on top of all that, my smart-ass 404 page — which basically says something to the effect that the page was not found because Chris is an idiot (which in this case was true I guess!) — now appeared at the top of the mess.

I poked through the site’s configuration files and there was no way to change the ‘siteurl’ value there, some more research led me to instructions on how to change it directly in the MySQL database, which meant I had to hunt down my Control Panel login info because I hadn’t installed SQLYog on this machine yet. Once I got in (and did a precautionary SQL dump before getting my happy little fingers into the tables) it was easy to fix. The site was now back the way it should be… sort of. The problem was that I then I realized that an image link was broken on one of the previously unviewable pages, another undetected casualty of the upgrade last month, I am guessing.

So… some more time gets wasted hunting down another copy of the file in question and uploading it. Then I load the page and I still can’t see it. Huh. More poking around to isolate the reason for that and lo and behold: in the course of all this I discover that directory browsing is enabled on the site – ack! A security no-no. I fixed the image link but now it was back to Google to find out how to disable this… I remembered it was an .htaccess option but didn’t remember the exact syntax and no way I was going to screw up the entire site by editing my root .htaccess with a wild guess. Finally I found what I was looking for and made the change (it’s “Options -Indexes” without the quotes on a line by itself, for anyone who may find this post in the future looking for the same fix) and everything is back to normal. I think. Damned if I am going to look any further and find something else to screw up worse fix!

You know, I think I’ll finish loading the software another day and go mow the lawn, which seems like a much safer venture for the few brain cells that seem to be firing in my head today.