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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.