Firebugs Error: page is not defined

Hi,
What’s the meaning of
Error: page is not defined
:frowning:

I’ve got a strange behavior in the dev
site if I click on the link I see the #
instead I don’t see it in the prod site.
It isn’t my code so …
Bye.

Have you got a link to it?

It means there’s a variable called “page” that isn’t defined. Something is being done with “page” but it doesn’t exist or hasn’t been properly defined.

You have a function called “page”. Maybe it was related to that. Maybe you were calling page() before it had been defined?

http://www.firmiamo.it/cerca/
but now after a query optimization it seems to work but I still don’t understand
the error message :(.
Thanks for the help.

Thanks for the reply
but the strange thing is that
there isn’t a var called page :frowning: