Jump to content

Recommended Posts

Posted

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.

post-626-0-62074000-1460752571_thumb.png

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. 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...