alxndre Posted April 15, 2016 Posted April 15, 2016 Hi, I've been trying to figure out what's wrong with this error that I encountered, and I can't find it. I used to have a field called "cardstate". I then deleted this, and removed all references to it in my template code. All was doing great, until suddenly, this error popped up. PageFinder seems to be trying to include this field when searching even though it is not referenced anywhere. The code that triggers the error is a simple call to a page's children with a set limit. foreach ($page->children("limit=10") as $trans) { ... // some looping code } If I remove this limit, the error does not occur. Is there any place that the field might still be called? Perhaps somewhere in the database, or something went wrong when I deleted it? I'm scratching my head over this. Help. Thanks. UPDATE: How do you delete a post? I was stupid. I finally found an include statement that does use the field inside the file. Sorry.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now