Bug #15914
openPHP Fatal error when creating queue for limiter
0%
Description
[07-Dec-2024 17:03:55 US/Pacific] PHP Fatal error: Uncaught Error: Call to a member function addGlobal() on null in /usr/local/www/firewall_shaper_vinterface.php:387
Stack trace:
#0 {main}
thrown in /usr/local/www/firewall_shaper_vinterface.php on line 387
Files
Updated by Richard Ball 14 days ago
Issue appears when creating a queue for a second limiter.
Updated by Chris W 14 days ago
I'm not able to induce this on 24.11. I can add and remove queues and limiters as much as I'd expect.
Does this happen consistently each time you try to add the queue? Does it happen with multiple limiters or just a single one? Any more info you can give so we can reproduce this would be helpful.
Updated by Jordan G 14 days ago
- File PHP_errors.log PHP_errors.log added
I was able to recreate this on accident, it seems naming the child queue the same as the parent limiter sets off one of the 50x errors. I hit this when I was trying to backspace quickly and hit enter after backspacing too many times on the queue name.
Updated by Richard Ball 12 days ago
I think you nailed it Jordan.
I was able to create the queue when it wasn't named the same as the limiter. Once it's the same name, the error 50 appears.
Updated by Jordan G about 14 hours ago
- Affected Architecture All added
- Affected Architecture deleted (
SG-1100)