I just checked error logs on one of my websites and it has GBs of this notice for undefined variable / index:
2024-09-02 15:01:59 - PHP Notice: Undefined variable: currency in /home/website/public_html/system/library/cart/currency.php on line 25
2024-09-02 15:01:59 - PHP Notice: Undefined index: in /home/website/public_html/system/library/cart/currency.php on line 25
2024-09-02 15:01:59 - PHP Notice: Undefined variable: currency in /home/website/public_html/system/library/cart/currency.php on line 26
2024-09-02 15:01:59 - PHP Notice: Undefined index: in /home/website/public_html/system/library/cart/currency.php on line 26
2024-09-02 15:01:59 - PHP Notice: Undefined variable: currency in /home/website/public_html/system/library/cart/currency.php on line 27
2024-09-02 15:01:59 - PHP Notice: Undefined index: in /home/website/public_html/system/library/cart/currency.php on line 27
2024-09-02 15:01:59 - PHP Notice: Undefined variable: currency in /home/website/public_html/system/library/cart/currency.php on line 30
2024-09-02 15:01:59 - PHP Notice: Undefined index: in /home/website/public_html/system/library/cart/currency.php on line 30
Any ideas what's causing this or what needs changed?
Thank you
