Hi,
i am following
https://getkirby.com/docs/guide/virtual-pages/content-from-database
all is working fine but when i use customaddfield plugin i get this error.
Hi,
i am following
https://getkirby.com/docs/guide/virtual-pages/content-from-database
all is working fine but when i use customaddfield plugin i get this error.
Looks like it is trying to find a column named template
which doesn’t exist in the table.
I wonder if you have to unset the template
key in the data array in the writeContent
method.
Pinging @steirico.
i added on the database a column named tempalte and the error is gone!
That was the alternative option.
Or better update the plugin to v1.3.1…
Cheers
Thanks!! amazing plugin