Jump to content

Add common questions to pinned post


AbraCadaver

Recommended Posts

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!

 

Link to comment
https://forums.phpfreaks.com/topic/280360-add-common-questions-to-pinned-post/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.