searching for entries matching "WordPress"…

sunday, 21 march 2021
Wordpress Upgrading to Wordpress 5.7 broke stripe payments. Fix: a location block in httpd.conf: location "/brokenpath*" { block return 301 "/index.php$REQUEST_URI" } wordpress OpenBSD

wednesday, 18 september 2019
... skills for today's work… WordPress Updating Wordpress from the cli : ...

sunday, 17 february 2019
... Installed wp-cli to do maintenance on my WordPress instance. Need to change ownership ...

tuesday, 27 march 2018
... 30 meeting with Neil Glasgow WordPress Meetup 18:00 iCafe 315-317 Sauchiehall ...

tuesday, 14 november 2017
... bundle24 install again. error WordPress WPScan ...

saturday, 26 october 2013
WordPress Couldn't remember the admin password that I had set on the development word press server that I set up so I logged into the database and changed the password directly: mysql> update wp_users set user_pass=md5('aNewPassWord') where id=1;


$Id: diary,v 1.40 2026/04/05 01:05:38 fred Exp $