Thread Starter
doodah
(@doodah)
I should mention that it displays an error line for all the car attribute fields:
‘title_slug’, ‘car_link’, ‘vin’, ‘year’… etc.
Warning: Cannot assign an empty string to a string offset in /wp-content/plugins/car-demon/includes/cd-template.php on line 681
Warning: Illegal string offset ‘stock_number’ in /wp-content/plugins/car-demon/includes/cd-template.php on line 732
Warning: array_merge(): Argument #2 is not an array in /
Thank you for your help!
Hi Doodah,
Thanks for pointing out that issue!
There must have been a change to the way get_post_meta() behaves when it returns blank data. It used to return an empty array, but it looks like it’s now returning an empty string.
We’ve added a patch for this and added it to the development version. Would you kindly try downloading the development version from the bottom of the following page and using that?
https://ww.wp.xz.cn/plugins/car-demon/advanced/
We’ll be doing a formal update around the end of October. Since this particular error can be mitigated by turning off degbug in wp-config.php we’ll be waiting until then to release the patch on the public version.
Thanks again for pointing out the issue. If you have any questions or notice another glitch swing by our website (https://cardemons.com) and let us know.
Best wishes,
-j
Thread Starter
doodah
(@doodah)
Yes! That resolved the issue!
Thank you so much.
Great support!