↓
 

The PolyBlog

My view from the lilypads

  • Home
  • Life
    • Family (all posts)
    • Health and Spiritualism (all posts)
    • Learning and Ideas (all posts)
    • Computers (all posts)
    • Experiences (all posts)
    • Humour (all posts)
    • Quotes (all posts)
  • Reviews
    • Books
      • Master Reading and Review List (by Author)
      • Book Reviews List (by Date of Review)
      • Book Reviews (all posts)
      • PolyWogg’s Reading Challenge
        • 2023
        • 2022
        • 2021
        • 2020
        • 2019
        • 2015, 2016, 2017
    • Movies
      • Master Movie Reviews List (by Title)
      • Movie Reviews List (by Date of Review)
      • Movie Reviews (all posts)
    • Television
      • Television Premieres (by Date of Post)
      • Television (all posts)
      • Master TV Season Reviews List (by Title)
      • TV Season Reviews List (by Date of Review)
  • Writing
    • Writing (all posts)
  • Goals
    • Goals (all posts)
    • #50by50 – Status of completion
    • PolyWogg’s Bucket List, updated for 2016
  • About Me
    • About ThePolyBlog.ca
    • Privacy Policy
    • Subscribe
    • Contact Me
    • WP colour choices
    • PolySites
      • ThePolyBlog.ca (Home)
      • PolyWogg.ca
      • AstroPontiac.ca
  • Andrea’s Corner

Tag Archives: problems

Dumb website…

The PolyBlog
February 8 2021

I like running my blog, but I confess, I’m not a big fan of the upkeep behind the scenes. Basic stuff is fine, it goes with the territory. I could pay someone to maintain my site, but since my site does not and will not ever generate revenue, I need to keep the costs as low as I can.

But some of the overhead is of my own making, sure. Or perhaps even a result of my own ambition. I’m not satisfied with using some site like Amazon Photos or Flickr, I want my own site to host my pics.

And so I have some extra admin headaches managing a large collection of photos and galleries. Like the fact that I noticed that some of my Galleries had inconsistent structures to the weburl. What does that mean? It means that the right setup is supposed to be, say for my seventh gallery of my wedding collection from 2008:

  • URL: http://www.polywogg.ca/pandagallery/yr2008/w07-bachelor party
  • Page title: 2008-W07 Bachelor Party
  • Gallery: 2008-W07 Bachelor Party

The URL had yr2008/2008-w07 (2008 listed twice), the page title was fine, and the gallery in some cases was messed up and said 2008-2g Bachelor Party because that was the old filenaming I did, and it hardcoded it into the directory structures. Is it a problem?

Yes and no. It starts off no but quickly becomes a yes when I start linking to things, and suddenly something that should link just fine, instead has a really weird file structure to it and a picture doesn’t load when it should. I was ducking and covering, letting it go, until I hit a snag tonight reading where the WordPress environment is going and realizing my little booboos are going to become bigger booboos later and it is better to fix them now.

Okay, it’s annoying, but an hour or two of quality control has me having corrected some past mistakes and I’m good to go again. Except I’m not.

I’ve got a gremlin. I don’t know what’s causing it, I don’t know when it started, I just know that for some reason, a gremlin is visiting my website.

Here’s the deal. For my gallery, I basically say “CREATE NEW GALLERY”, type in a gallery name, press enter, and then drag and drop all my photos for that gallery into the browser window. I press UPLOAD, and it puts everything onto the server and into the gallery for me. Easy peasy lemon squeasy.

It has worked this way for years. And now it doesn’t.

For some reason, my website has decided to time out in the middle of file uploads. Oh, no, not consistently. Just enough to be a PITA. It gives me an error message, saying out of 21 photos only 16 uploaded. So I note the five that it says didn’t upload. I reupload those. And it rejects one as already uploaded. Hmm…Okay, whatever, it took the four. So I go to the gallery and it says I have 24 photos. Wait, what? I had 16, I added 4 new ones, I should have 20 perhaps or 21 if the duplicate was an error. But how did I get 3 more than I started with?

Oh, right. Not all of those errors were actual errors. In fact, of the 5 it said it didn’t upload, it actually uploaded 4 of them. So I was only missing 1, right? Nope. Another two didn’t upload. No error, should have worked, but when I look at the photo, it is blank or incomplete. Umm, okay.

Plus, for some weird and wonderful world, one of the pics that didn’t upload, and isn’t in the directory, did upload the second time as it should have, but for some reason and some how, WP decided it was a partial duplicate. Not enough to block it, but enough of a duplicate to rename my filename to something like 1_image_xxxx.jpg.

Son of a firetruck.

Deep breath, dive into the rabbit hole.

Generally speaking, a problem with uploading pictures is USUALLY a problem with certain settings. And there are sites that list what the most common problems are for that error, and 8 different ways to fix them. Except none of those 8 ways apply to me. I know, because I had another problem back in December that WAS of that type and I fixed it. Or so I thought.

The app that is giving me errors is one I actually paid for, including support, so I’ve reached out to them for official suggestions. They gave me two solutions, I tried both, seemed okay, thought I was sorted, but tonight, it started throwing errors again.

Okay, debug time. What is the first step? Deactivate a bunch of other plugins to see if they’re conflicting. Yes, it works without them. Great, slowly reactivate them one by one until you find the one that’s a problem. It isn’t usually necessary to literally go 1×1, I find 5×5 is a good enough sort technique, reminiscent of advanced sorts in programming. I got about halfway through my list of plugins and hit a conflict. It stopped working. Great, that’s the problem.

Oh wait, I put another 5 in with no problem and then the next 5 conflicted again. Wait, there’s more than one conflicting? That’s unusual. Particularly for the narrow area I’m having the error in. Most plugins would never conflict with that. Weird. Okay two conflicts.

No, wait, a third. And a fourth? WTF? A fifth and a sixth? That is NOT possible. The plugin works normally, it’s a simple upload feature. It’s used by hundreds of THOUSANDS of people around the world. I know it works. WTF????

Okay, so it isn’t a real conflict. Maybe it’s a load issue? Like if I load 20 plugins, the server doesn’t want to run 20 anymore? I have 40 in total, mostly light load. They should run fine.

Sigh. Okay, I’m out of options. I reached out to the plugin again to see if they have other suggestions, and to my official server support to see if they know what would be causing it to time out after 30s when every variable in the system is at least 60s and I’m not over any obvious memory load. Hmm…

Why is this a big problem? Because it means I can’t easily upload my pictures right now.

Don’t get me wrong, there are other ways to put them on the server, including the most obvious one is to do a side-load equivalent to upload them using better software directly to the server and then have the app “copy” them from the server into the gallery. It adds about four steps to my workload to do all that, and it’s a totally separate PITA.

I can do it, but I sure don’t want to. I need to fix the original problem.

The plugin support did mention they have a beta app coming soon which would potentially indirectly fix my problem, it would just potentially slow the upload to a crawl. I CAN do that, I don’t know if I WANT to do that.

Did I mention that some days I think it’s a dumb website?

Posted in Computers | Tagged computers, problems, website | Leave a reply

Windows 10, networks and printers

The PolyBlog
January 24 2016

I’m not usually against free upgrades, but Windows 10 has been a costly one, albeit only partly in money. Awhile back, I ran into a problem with printers after the initial Win 10 setup and it took me 2 hours of trial and error, and a sudden inspiration / brain fart to try something that worked. The simple explanation is I have a router, 3 computers, and 3 printers. Two were running Win10, 1 was running Win7. No big deal, except the printers are all wired to 1 computer. If that sounds odd, it shouldn’t — one was an old … Continue reading →

Posted in Computers | Tagged computers, network, printers, problems, Windows, Windows 10 | Leave a reply

Two hours of frustration, 10 seconds of satisfaction

The PolyBlog
December 8 2015

Let me start by telling my brother Mike, my friend Mike, and another friend Aliza, NO I WAS NOT TALKING ABOUT MY SEX LIFE! Okay, with that out of the way, let me tell you about my latest computer fun tonight. For my home setup, we have three computers and three printers. The computers are (a) desktop for me, (b) desktop for Andrea, and (c) laptop mainly for me in the basement for TV. They are networked with wired connections to our modem/router. Two of the printers are straightforward –a DYMO label printer about 10 years old and an HP … Continue reading →

Posted in Computers | Tagged HP Laserjet 4L, Microsoft, printer, problems, upgrade, Windows 10 | 1 Reply

My Latest Posts

  • Deadlines, dominoes, and delaysJanuary 30, 2023
    As most people who have read this blog from time to time already know, I’m big on time management techniques, various options for to-do lists and tracking tasks. I like to set ambitious annual goals, and then monitor them throughout the year. Some years turn out better than others. Whereas many people set resolutions and … Continue reading →
  • Curated: We Need To Talk About Professional Jealousy – Electric LiteratureJanuary 20, 2023
    I occasionally like to share online articles that I like, and you’ll see sporadic posts entitled “Articles I Like” throughout the blog. But honestly, Curated is probably a more accurate title. I recently found an article by Benjamin Schaefer on the website Electric Literature, although I was led there by ThePassiveVoice website. The article is … Continue reading →
  • Schrodinger’s computer purge (part 1 / 3)January 15, 2023
    So, I’m a techno-wannabe-geek with elements of hoarding in my DNA. I find it hard to dispose of working computer parts, long after I’ve outgrown the need for them. Some “saves” are practical and some are not. And like Schrodinger’s cat, my computer purge is both real and theoretical at the same time. A. Network … Continue reading →
  • Some more reading ideas…January 15, 2023
    Chapters/Indigo has their Reading Challenge for the year too. They do it up like a bingo card, but the headings are: I’ll have to go through some of the links to see if there’s anything I want to add to my long list. 🙂
  • 11 years, a gig platform, and a chequeJanuary 13, 2023
    Somewhere in this universe, if life after death exists, my father is rolling over in his grave. Or rolling his eyes, shrugging his shoulders, throwing up his hands…whatever the ghosts do when they see their descendants doing stuff that they think is ridiculous. And it is NOT my father’s fault. Let me be clear. He … Continue reading →

Archives

Categories

© 1996-2021 - PolyWogg
↑