Scroll to top

12/01/2022


2022/01/12#p1

0 comments: click to leave a comment

The company that provides our web hosting had an issue last night resulting in all of our sites, including the blog, being down for several hours. I had to manually generate the Daily Feed this morning – cue more errors that need fixing. This will likely be the norm for the next couple of days.

No comments yet
Leave a reply



You can also:

Click here to reply using email Reply by email Send a webmention Send a Webmention



avatar
alanralph says: Reply to alanralph

@colinwalker Accurate. 🙃

Leave a reply



You can also:

Click here to reply using email Reply by email Send a webmention Send a Webmention



avatar
pimoore says: Reply to pimoore

@colinwalker I've had that happen more than once with some work-specific software. I stepped out for a coffee before things got ugly...

avatar
Colin Walker replied:

I went downstairs and made myself a drink before the laptop ended up across the other side of the room. It's a massive sheet with 113K+ rows and Excel just said 'No!' when I tried to do pivot tables and row grouping.

avatar
pimoore says: Reply to pimoore

@colinwalker Don't blame you, that really sucks! I've heard enough about pivot tables that I'm quite happy not having to deal with them. Ever.

Leave a reply



You can also:

Click here to reply using email Reply by email Send a webmention Send a Webmention



2022/01/12#p4

0 comments: click to leave a comment

A few weeks after launching (b)log-In I implemented PHP sessions as part of the revised authentication system and discovered that a custom session.gc_maxlifetime can be overridden by default settings unless you also specify a custom session.save_path.

What I didn't know until yesterday was that setting your own path stops garbage collection from removing dead session files after the maxlifetime – I discovered tens of thousands of session files.

I got bored of clearing them out so created a nightly cron job to delete any session files older than the maxlifetime value (1 day) which will help to keep things under control.

No comments yet
Leave a reply



You can also:

Click here to reply using email Reply by email Send a webmention Send a Webmention



Close