Beam my site up, Scotty. Copy complete Local sites between machines with Site Beam [A LocalWP Addon].

You might have noticed a pattern in my recent posts. First you hear nothing from me for years, and now all of a sudden, 7 posts in short succession…

And if you checked the imagery, you already seen what’s coming next.

Yes, here it is. Addon number 7, the biggest, the boldest.

This is my farewell gift, and I’m not even going anywhere.

Two laptops, one desk, one site that needs to move from A to B. The official route; export the site on machine A, watch a progress bar, find the zip, AirDrop-or-USB-stick it over, drag it into Local on machine B, watch another progress bar and move on.

For a transfer between two machines that are LITERALLY ON THE SAME NETWORK, half a meter apart. Continue reading “Beam my site up, Scotty. Copy complete Local sites between machines with Site Beam [A LocalWP Addon].”

There is a port conflict with this site’s domain. Sorry, what? No there isn’t [A LocalWP Addon].

Every Local user has seen it. The dreaded banner; “There is a port conflict with this site’s domain”. And every Local user has done the dance;

  • Restart Local
  • Restart Local again…
  • Reboot computer.

Or if you are up for it;

  • Quit Local
  • Check for lingering LocalWP processes
  • Forget nginx, restart Local
  • And problem still there.

The Problem

Local routes all your .local domains through its own bundled nginx on ports 80/443. When that router can’t bind its ports, you get the banner — with a shrug of a message and a “Use localhost” surrender-option. The banner blames a “conflict”, but conveniently never tells you with what. Helpful! Continue reading “There is a port conflict with this site’s domain. Sorry, what? No there isn’t [A LocalWP Addon].”

LocalWP and composer-based WordPress is not a good match, but we can fix that [A LocalWP Addon].

If you run modern composer-based WordPress projects, like Bedrock, or a company template with public_html/wp, WordPress as a package, config from a .env , etc. etc.; then you know that Local and composer projects go together like… well, like they don’t. Not without forcing them.

Import such a site into Local and behold the carnage; WordPress version: unknown. The Database tab: “Unable to find DB_HOST”. The multisite domain Sync button: does nothing. “Open Site Shell”: lands you nowhere useful. One-click admin: nope. Everything that makes Local pleasant is broken, and Local doesn’t even have the decency to tell you why. Continue reading “LocalWP and composer-based WordPress is not a good match, but we can fix that [A LocalWP Addon].”

Start my sites for me, LocalWP, don’t make me do it myself [A LocalWP Addon]

Every morning, the same ritual. Open Local. Wait. Click the site I work on every single day. Click Start. Wait. Realize I also need the second site, because of course the first one talks to it. Click. Start. Wait.

Computers were invented to automate boring repetitive tasks. So why am I the one doing the boring repetitive task here?!

No, this is not a TED Talk about AI, but about IA.

No, no, not Internal Affairs… Intelligent Automation. Continue reading “Start my sites for me, LocalWP, don’t make me do it myself [A LocalWP Addon]”

Set-up additional Apache modules in LocalWP – because sometimes, defaults aren’t good enough [A LocalWP Addon].

You know the drill; you add a couple of Header directives to your .htaccess (a cache-control here, an X-Frame-Options there) you reload the page, you check the response headers and… nothing. No error, no warning, no headers. Just… nothing.

Welcome to debugging something that isn’t broken. My favorite pastime! (It is not.) Continue reading “Set-up additional Apache modules in LocalWP – because sometimes, defaults aren’t good enough [A LocalWP Addon].”

Local’s SSL “Trust” button is BROKEN on macOS. Here’s why, and here’s the fix. [A LocalWP Addon].

Click Trust next to your site’s SSL certificate in Local. Enter your admin password like a good citizen. Watch it report success. Open https://mysite.local and… “Your connection is not private”. Click Trust again. Password again. Success again. Warning again.

Insanity, as the saying goes, is clicking the same button twice and expecting different results. Or something like that.

The Problem

On modern macOS, Local’s Trust button doesn’t work. Well it does, but not for you. It shows the password prompt, appears to succeed, and changes absolutely nothing; browsers keep screaming about your .local certificate forever. And because it looks like it worked, you naturally assume the problem is elsewhere; your browser cache, your cert, your karma. It isn’t. It’s the button. Continue reading “Local’s SSL “Trust” button is BROKEN on macOS. Here’s why, and here’s the fix. [A LocalWP Addon].”

Sequel Pro can’t connect to Local’s MySQL 8? MySQL Fixes AddOn to the rescue [A LocalWP Addon].

The Problem

Connect a classic client (for example Sequel Pro, older Sequel Ace, older JDBC tools) to a Local site running MySQL 8 and you’re greeted with authentication errors about caching_sha2_password.

(I talked about this already, here)

The classic clients speak mysql_native_password; MySQL 8 defaults to the new plugin, and on 8.4+ the old plugin isn’t just non-default, but (and in my opinion, this is a bug of omission) it ships disabled.

Meanwhile Local’s own connections work fine, so from Local’s point of view there is no bug. From MY point of view, sitting in front of a client that can’t connect to my own database; there very much is. Continue reading “Sequel Pro can’t connect to Local’s MySQL 8? MySQL Fixes AddOn to the rescue [A LocalWP Addon].”

A quick note regarding MySQL error about caching_sha2_password.so not being able to be loaded

For local database manipulation I still use Sequel Pro. Why? Well, all the derivatives (Like Sequel Ace) have a smaller feature set, and alternatives (like MySQL WorkBench) are too complex, and even limited. (How hard is it to provide a socket based connection, or an SSH tunnel TCP connection…)

Anyhoo, a quick note to myself for fixing the error

Double-check that the socket path is correct and that you have the necessary privileges, and that the server is running.

MySQL said: Authentication plugin ‘caching_sha2_password’ cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 0x0002): tried: ‘/usr/local/mysql/lib/plugin/caching_sha2_password.so’ (no such file), ‘/System/Volumes/Preboot/Cryptexes/OS/usr/local/mysql/lib/plugin/caching_sha2_password.so’ (no such file), ‘/usr/local/mysql/lib/plugin/caching_sha2_password.so’ (no such file) Continue reading “A quick note regarding MySQL error about caching_sha2_password.so not being able to be loaded”

WordPress 6.8 Multisite Forced Re-Login – Solved!

You may have already noticed or heard from your clients:

WordPress Multi-Domain Multisite (not subdomain nor subdirectory) has an annoying problem since version 6.8;

Every time you switch from one subsite to another, you have to log in again, and you are logged out of the other subsites.

Let me save you the time and effort:

No, it’s not a Cookie Domain problem, it’s not a Cookie Path problem, and there isn’t some sneaky software logging you out just for fun. It’s a side effect of the new password hash implementation in WordPress 6.8. Continue reading “WordPress 6.8 Multisite Forced Re-Login – Solved!”

This madness has to end! (WordPress hashing)


Deprecated: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated in /data/sites/web/remonpelnl/www/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php on line 84

So. Fair warning. RANT incoming!.

Recently been working on an issue regarding GravityForms. When a visitor submits a file, the file is stored in a ‘secure’ location, which uses wp_hash to determine this ‘secure’ filepath. The link in the email is also ‘secured’ with this hash. Now, is this wrong? no. but it is also NOT correct. As you see, wp_hash uses the AUTH salt and key, which are used for user authentication, aka, login. One of the security measures we take is to prefix the AUTH tokens with a few things that make sure the user is logged out (for example) when the internet connection changes. (Your laptop gets stolen, that sucks, but your website login is invalid, so that stays safe.)

But when the AUTH tokens change …

Continue reading “This madness has to end! (WordPress hashing)”

Confidental Infomation
stop spam mail