I get the following error-message php-fpm-error:
[22-Jan-2022 09:59:48 Europe/Berlin] PHP Notice: Undefined variable: db in .../www/plugins/system/redirect/redirect.php on line 243
redirect.php uses at line 243 the $db variable that was never initialized.
###Solution
use the class variable $this->db at line 243 fixes the error:
$this->db->updateObject('#__redirect_links', $redirect, 'id');
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-22 12:18:44 |
Closed_By | ⇒ | richard67 |
This has been fixed 4 days ago with PR #36733 . Closing.