Please note that every action that makes the item post fail, like: An user has to wait X seconds between each listing added, or any failed field validation, causes the following notice:
PHP Notice: Trying to access array offset on value of type null in \oc-includes\osclass\frm\Item.form.class.php on line 335
Way to quickly reproduce:
- Login in Admin
- Go to Listing Settings and set An user has to wait 30 seconds
- Login with a user and post quick 2 ads, one after the other. At the second listing you'll get the error in debug.log
Osclass v4.4.0
PHP 7.4
Thanks!