Also not showing the drop down for condition but condition category exists for Used.
These errors are showing in [PHP: 5.5.19] & [PHP: 5.6.3]
I think it might have to do with:
mysql_fetch_array — Fetch a result row as an associative array, a numeric array, or both
Warning
This extension is deprecated as of PHP 5.5.0, and will be removed in the future.
BTY, this works without errors in my xampplite [PHP: 5.3.1]
Hi Neil,
Thanks for reporting this and for letting me know mysql_fetch_array has been deprecated. I’ve also had a report that the transmission field is causing some issues. We should have this patched in 1.4.1 and hope to have it released on Friday, if not sooner. If you notice anything else not behaving properly let me know and we’ll get it addressed as quick as possible.
thanks!
-j
Hi again Neil,
I just wanted to let you know the issue with mysql_fetch_array has been resolved in the development version, which you can download from here:
https://downloads.wordpress.org/plugin/car-demon.zip
It’s now using $wpdb->get_var instead, like it should be.
As for your issue with the condition field, have you assigned any vehicles as ‘used’? The form is designed to only show the values if there are currently unsold vehicles with that type.
Let me know if this resolved your issue(s).
take care,
-j
I did have a vehicle assigned as ‘used’ but with this update it fixed both problems! You rock!