iandoe / kirbycms-panel-imagepicker-field

Simple kirbyCMS Panel field for picking a single image in your page's content
MIT License
9 stars 4 forks source link

Doesn't display image #1

Closed mungle closed 10 years ago

mungle commented 10 years ago

Getting this error

<img src="<br /> <b>Fatal error</b>: Call to a member function url() on a non-object in <b>D:\xampp\htdocs\kirbytest\site\templates\products.php</b> on line <b>18</b><br />

How to solve it?

iandoe commented 10 years ago

Could you show the piece of code you are using to output your image's url ?

mungle commented 10 years ago

Solved... in blueprint example there is feature_img but in the php code is featured_img (with "d") Thank you!

iandoe commented 10 years ago

Glad you found a way to fix it :)