No Code Attached Yet
avatar hsm-berlin
hsm-berlin
22 Jan 2022

Steps to reproduce the issue

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');

avatar hsm-berlin hsm-berlin - open - 22 Jan 2022
avatar hsm-berlin hsm-berlin - change - 22 Jan 2022
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 22 Jan 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 22 Jan 2022
avatar richard67 richard67 - close - 22 Jan 2022
avatar richard67
richard67 - comment - 22 Jan 2022

This has been fixed 4 days ago with PR #36733 . Closing.

avatar richard67 richard67 - change - 22 Jan 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-01-22 12:18:44
Closed_By richard67

Add a Comment

Login with GitHub to post a comment