VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: man.of.earth on October 21, 2019, 14:26:15 PM

Title: Errors (notices) after sending the order
Post by: man.of.earth on October 21, 2019, 14:26:15 PM
Hello,

I installed the latest version (10184).
After sending the order, I get the following notices/errors:

Notice: Undefined index: username in .../administrator/components/com_virtuemart/models/user.php on line 577

Notice: Undefined index: username in .../administrator/components/com_virtuemart/models/user.php on line 577

Notice: Undefined index: virtuemart_vendor_user_id in .../administrator/components/com_virtuemart/models/user.php on line 648


(J! 3.9.12, PHP 7.3.9)
Title: Re: Errors (notices) after sending the order
Post by: hellorain on October 21, 2019, 17:12:37 PM
Hello,

Its not error. just warning. You need to disable error_reporting off from joomla config.

Best Regards,
hellorain.
Title: Re: Errors (notices) after sending the order
Post by: man.of.earth on October 21, 2019, 18:13:49 PM
I did, but these notices can be useful for the developers, that's why I reported them.