I’m trying to start a multisite (sub domains) installation: once stopped, Local WP is not able to start it again as it shows the message below.
Please, while the team fixes this, any guidance about how to fix the issue “manually” is welcome.
Bug Summary
Uh-oh! Unable to start site.
TypeError: Cannot convert undefined or null to object
at Function.entries ()
at PortsService. (/Applications/Local.app/Contents/Resources/app.asar/main/sites/PortsService.js:107:62)
at Generator.next ()
at /Applications/Local.app/Contents/Resources/app.asar/main/sites/PortsService.js:8:71
at new Promise ()
at __awaiter (/Applications/Local.app/Contents/Resources/app.asar/main/sites/PortsService.js:4:12)
at PortsService.checkAndReplaceUnavailablePorts (/Applications/Local.app/Contents/Resources/app.asar/main/sites/PortsService.js:101:16)
at SiteProcessManagerService. (/Applications/Local.app/Contents/Resources/app.asar/main/sites/SiteProcessManagerService.js:271:57)
at Generator.next ()
at fulfilled (/Applications/Local.app/Contents/Resources/app.asar/main/sites/SiteProcessManagerService.js:5:58)
Steps to reproduce
1. Create a multi-site installation
Custom environment
- PHP: 8.3.11
- Web server: Apache 2.4.43
- Database: MySQL 8.0.35
Set up WordPress
- Advanced options
- Language: Italiano
- Is This WordPress Multisite?: Yes - Subdomain
Environment Info
It is a problem of a missed check in the code, not an environment problem (I suppose from what I read in the error)
Supporting info
If required, I will.