Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Page Model #54

Open
timluigjes opened this issue May 13, 2024 · 0 comments
Open

Custom Page Model #54

timluigjes opened this issue May 13, 2024 · 0 comments

Comments

@timluigjes
Copy link

timluigjes commented May 13, 2024

Hello

I installed this plugin recently, but I'm having trouble reading some data of pages with a custom page model.
I get the following error when I call the API.

Query
{ "query": "page('nieuws').children", "select": { "url": true, "title": true, "text": "page.text.kirbytext" } }

Response error
Kirby\\Cms\\Page::__construct(): Argument #1 ($props) must be of type array, NewsPage given, called in /home/<user>/domains/<domain>/public_html/site/plugins/kql/src/Kql/Interceptor.php on line 254

On the forum there was a topic about this problem with a solution, but it's not working for me.
https://forum.getkirby.com/t/custom-pagemodels-in-kql/28195

It crashes the entire website when I use this. Is there a way to disable the interceptors or add the PageModels without adding the Kirby\Cms namespace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant