From f5919c23babf37404a0e7f7cf3d581e26c4e24df Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 13 Apr 2016 20:20:08 +0200 Subject: Better explanation for errors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c00b545..c4e2f9312 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ The only fix for this issue is that feed providers serve their content over HTTP The exception name itself will give you a hint about what is wrong: * **BadFunctionCallException**: Is usually thrown when there are more columns in the database than in the code, e.g.: - BadFunctionCallException, Message: basicAuthUser is not a valid attribute + BadFunctionCallException, Message: basicAuthUser is not a valid attribute means that the attribute **basicAuthUser** was retrieved from the database but could not be found on the corresponding data object (item.php/feed.php/folder.php) in the **db/** folder -- cgit v1.2.3