wakabayashi Posted April 20, 2022 Posted April 20, 2022 (edited) I am currently checking all my logs and trying to fix them. I have a lot of entries like: PHP message: PHP Notice: Undefined index: out_of_stock in /path/classes/Product.php on line 1752 Do you have such notices in your serverlogs too? Cause I wonder, if it's triggered by the Core Code or if any module is using the getProductProperties() method in a wrong way... Edit: I guess in my case it's a module. So probably you don't have this issue. In case you have it too. Still let me know, then I could change the core code a little and fix it by that... Edited April 20, 2022 by wakabayashi
0 30knees Posted April 22, 2022 Posted April 22, 2022 Checked but couldn't find, so maybe it really is the module. 1
Question
wakabayashi
I am currently checking all my logs and trying to fix them. I have a lot of entries like:
PHP message: PHP Notice: Undefined index: out_of_stock in /path/classes/Product.php on line 1752
Do you have such notices in your serverlogs too?
Cause I wonder, if it's triggered by the Core Code or if any module is using the getProductProperties() method in a wrong way...
Edit: I guess in my case it's a module. So probably you don't have this issue.
In case you have it too. Still let me know, then I could change the core code a little and fix it by that...
Edited by wakabayashi1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now