This topic is locked
[SOLVED]

<<>> Unknown column 'th' in field list

10/23/2021 10:43:05 PM
PHPRunner General questions
Spider Webster author

Im getting an error on a table I have created adding photos.
Has anyone come across this, and what the problem is?
Photos are web optimised and are 100 to 150kb

img alt

Sergey Kornilov admin 10/25/2021

From what I see, you are storing images in the database and also selected to create thumbnails. It also appears that the field you selected to store thumbnails, doesn't exist in the database and this is what error message says.

You either need to turn off the thumbnails feature or to select an existing field as a thumbnail field.

Spider Webster author 10/25/2021

Hi
Thanks that got me in the right direction. ☺
Turning off the thumbnails only didnt work so I also went to field properties and deselected "Create thumbnails on the fly"
Everything works now, I select image say 100x50 small size to view on page and when clicked they load up large in lightbox gallery. Perfect ☺
Thank you.,.,