what could be the cause of these problems?
are these still errors in the release, are they being fixed, do other people get these errors?
* warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, string given in /usr/home/www/namlish_drupal/includes/database.mysqli.inc on line 178.
* user warning: Column 'uid' in field list is ambiguous query: SELECT uid, name FROM users LEFT JOIN node ON node.uid = users.uid WHERE node.nid = 17 in /usr/home/www/namlish_drupal/sites/all/modules/facebook_status/facebook_status.module on line 147.
* user warning: Column 'uid' in field list is ambiguous query: SELECT uid, name FROM users LEFT JOIN node ON node.uid = users.uid WHERE node.nid = 17 in /usr/home/www/namlish_drupal/sites/all/modules/facebook_status/facebook_status.module on line 72.
Comments
Comment #1
icecreamyou commentedThis was fixed about a week and a half ago. You must be using an old version; upgrade to the latest -dev release.
By the way, it's a good idea to give more detail about the circumstances of the bug(s) you're experiencing: where you saw the error and what you did to get it, what permission levels can see the error, what your settings are, what your server configuration is, etc.
Comment #2
icecreamyou commented