Categories
Uncategorized

Fix Vagrant nfsd error on macOS Sonoma

I got this error on macOS Sonoma after updating when trying to run vagrant up:

Could not kickstart service "com.apple.nfsd": 1: Operation not permitted
/bin/launchctl exited with status 1

How I fixed it:

  1. vagrant halt
  2. sudo nfsd update
  3. vagrant up

Categories
RabbitMQ

Open RabbitMQ port 5672 for remote

If you want to be able to take things off a RabbitMQ queue or push things to it from other servers, you should open port 5672.

Categories
PHP

Tailwind CSS v2 in Symfony 5

The new version of Tailwind is even sweeter then the original. Read up on the new v2 version here. Or continue to the no-nonsense guide to using Tailwind CSS v2 in your Symfony 5 project.

Categories
PHP

Class ‘Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain’ not found

When upgrading from doctrine/orm 2.7 to doctrine/orm 2.8 it is possible you get following error when creating your custom entity manager:

Categories
PHP

Solution: Symfony message handler doesn’t complete

If your Symfony Messenger message handler doesn’t finish executing it is mostly due to an error or a memory shortage. Also make sure your routing is set up correctly.

Categories
Workflow

Get your public ip address via the Mac Terminal and paste it

No browser needs to be opened. No text needs to be copied. Just run a command and paste your public ip where needed.

Categories
PHP

Using a Symfony Console Command from within a Symfony Messenger MessengerHandler

Imagine having a console command you use for cron jobs. And you would like to use that command when handling queued messages from the Symfony Messenger.

Categories
Workflow

How to pull in updates from remote git submodules?

Categories
PHP RabbitMQ

RabbitMQ Error: fwrite(): send of x bytes failed with errno=104 Connection reset by peer

Categories
Desktop

Microsoft Outlook for Mac won’t start solution