PHP Fatal error: Call to undefined method after uploading on the web
Posted
by user287966
on Stack Overflow
See other posts from Stack Overflow
or by user287966
Published on 2010-03-06T23:09:52Z
Indexed on
2010/03/09
6:51 UTC
Read the original article
Hit count: 231
php
I have some pages, which work fine locally(using WAMP and error_reporting E_ALL in php.ini), but once I upload them, I get the following error: Fatal error: Call to undefined method DB::exists() The method is there, and I don't know why it can't be seen.
Do you have an idea what went wrong?
© Stack Overflow or respective owner