- PHP 8.2.5; Phorge at 651e3f7263b58e46cd65285cce7ba266af480aef
- Create a blog
- Go to http://phorge.localhost/phame/blog/
- Under Active Blogs, select the New Post button to go to http://phorge.localhost/phame/post/edit/?blog=1
- In the Title field, enter blogpost
- Select Create New Post button
[2023-05-06 10:28:49] EXCEPTION: (RuntimeException) strlen(): Passing null to parameter #1 ($string) of type string is deprecated at [<arcanist>/src/error/PhutilErrorHandler.php:261] arcanist(head=renderDashboardTabPanelContent, ref.master=d47289622650, ref.renderDashboardTabPanelContent=d47289622650), phorge(head=master, ref.master=651e3f7263b5) #0 <#2> PhutilErrorHandler::handleError(integer, string, string, integer) called at [<phorge>/src/applications/phame/storage/PhamePost.php:70] #1 <#2> PhamePost::getLiveURI() called at [<phorge>/src/applications/phame/controller/post/PhamePostViewController.php:286] #2 <#2> PhamePostViewController::renderActions(PhamePost) called at [<phorge>/src/applications/phame/controller/post/PhamePostViewController.php:28] #3 <#2> PhamePostViewController::handleRequest(AphrontRequest) called at [<phorge>/src/aphront/configuration/AphrontApplicationConfiguration.php:284] #4 phlog(RuntimeException) called at [<phorge>/src/aphront/handler/PhabricatorDefaultRequestExceptionHandler.php:41] #5 PhabricatorDefaultRequestExceptionHandler::handleRequestThrowable(AphrontRequest, RuntimeException) called at [<phorge>/src/aphront/configuration/AphrontApplicationConfiguration.php:751] #6 AphrontApplicationConfiguration::handleThrowable(RuntimeException) called at [<phorge>/src/aphront/configuration/AphrontApplicationConfiguration.php:296] #7 AphrontApplicationConfiguration::processRequest(AphrontRequest, PhutilDeferredLog, AphrontPHPHTTPSink, MultimeterControl) called at [<phorge>/src/aphront/configuration/AphrontApplicationConfiguration.php:203] #8 AphrontApplicationConfiguration::runHTTPRequest(AphrontPHPHTTPSink) called at [<phorge>/webroot/index.php:35]
Fix that exception; afterwards blog post at http://phorge.localhost/phame/post/view/3/blogpost/ gets rendered in web browser.