-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: No Feedback
-
Affects Version/s: 15
-
Fix Version/s: None
-
Component/s: Framework - Module Admin
-
Labels:None
-
Bug Tracker:Developer Testing
-
Asterisk Version:16.6.2
-
Distro Version:Debian Buster
-
Distro:Self Install Debian
FreePBX 15.0.16.63
admin/libraries/Composer/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php throws an error and seems to have problems with a deprecated instruction (delete vs del)
line 135/181 'return $this->redis->delete($id) >= 0;' change to 'return $this->redis->del($id) >= 0;' solves the issue, but then reports a tampered file