Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

Add common questions to pinned post

$
0
0

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!

 


Viewing all articles
Browse latest Browse all 13200

Trending Articles