jDownloads Support Forum

jDownloads for Joomla 4.x and 5.x => jDownloads 4.0 => Bugs! => Topic started by: Andrés Restrepo on 02.11.2025 16:32:39

Title: PHP Warning: Undefined variable $user_email
Post by: Andrés Restrepo on 02.11.2025 16:32:39
Hi Arno,

I am getting the following error after updating to version 4.0.48

PHP Warning:  Undefined variable $user_email in /home/alamarte/public_html/components/com_jdownloads/src/Helper/JDHelper.php on line 3311


In JDHelper.php, line 3311, `$user_email = ''` is missing.

Fix

if (!isset($GLOBALS['user_email'])) {
    $GLOBALS['user_email'] = '';
}


Regards,
Title: Re: PHP Warning: Undefined variable $user_email
Post by: Arno on 04.11.2025 23:56:56
Thanks.
Will be fixed in 4.0.49. Coming soon.