AbraCadaver Posted July 21, 2013 Share Posted July 21, 2013 Can someone please add common questions to pinned post: http://forums.phpfreaks.com/topic/273121-readme-php-resources-faqs/ Warning: some_db_func(): supplied argument is not a valid someDB result resource or expects parameter 1 to be resource, boolean given Add some common explanation and use of try catch or: or die(somedb_error()); Also, use this before posting problems: error_reporting(-1); ini_set('display_errors', '1'); These seem to be such common issues that recur daily and it would be easier to point at the FAQ, or maybe some would even read them before posting. We need at least something so that users are more apt to post useful error messages and may also get a clue by errors that they get before posting. If anyone else has suggestions for other very common issues that would be great. Thanks! Quote Link to comment Share on other sites More sharing options...
AbraCadaver Posted July 21, 2013 Author Share Posted July 21, 2013 Sorry, didn't see #6 in FAQ, maybe expand. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.