Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
FixedChange Log Message
Corrected 2 PHP notices, that were happening due to the incorrect database connection configuration during category cache rebuild.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
31m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Fixed
Change Log Message
Corrected 2 PHP notices, that were happening due to the incorrect database connection configuration during category cache rebuild.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
31m logged
Story Points
1
Fix versions
Created August 5, 2024 at 6:23 AM
Updated December 29, 2024 at 8:47 PM
Resolved October 28, 2024 at 11:26 AM
In the "\kPermCacheUpdater::initData" method replace defined(constant_name) code with defined('constant_name') code.