News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

PHP Warning: Undefined variable $user_email

Started by Andrés Restrepo, 02.11.2025 16:32:39

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andrés Restrepo

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,
  •  
    The following users thanked this post: Arno

Arno

Thanks.
Will be fixed in 4.0.49. Coming soon.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •