This might not be an appropriate place to post this. I have isolated modules that give warning messages and have no idea how to get rid of them. Any help would be greatly appreciated. Thanks
scholar blog
• warning: Missing argument 1 for scholar_blog_update_6001(), called in C:...\sites\all\modules\openscholar_features\scholar_blog\scholar_blog.install on line 6 and defined in C:...\sites\all\modules\openscholar_features\scholar_blog\scholar_blog.install on line 10.
scholar image gallery
• warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in C:...\includes\database.mysqli.inc on line 323.
• warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in C:...\includes\database.mysqli.inc on line 323.
• warning: Illegal offset type in isset or empty in C:...\includes\common.inc on line 916.
• warning: Illegal offset type in isset or empty in C:...\includes\common.inc on line 916.
• warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in C:...\includes\database.mysqli.inc on line 323.
• warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in C:...\includes\database.mysqli.inc on line 323.
• warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in C:...\includes\database.mysqli.inc on line 323.
• warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in C:...\includes\database.mysqli.inc on line 323.
• warning: Illegal offset type in isset or empty in C:...\includes\common.inc on line 916.
• warning: Illegal offset type in isset or empty in C:...\includes\common.inc on line 916.
• warning: Illegal offset type in isset or empty in C:...\includes\common.inc on line 916.
• warning: Illegal offset type in isset or empty in C:...\includes\common.inc on line 916.
Vsite_comments
Fatal error: Call to undefined function install_include() in C:...\sites\all\modules\openscholar_vsite\vsite_comments\vsite_comments.install on line 13
warning: array_intersect() [function.array-intersect]: Argument #2 is not an array in C:...\sites\all\modules\openscholar_vsite\vsite\includes\vsiteapi.inc on line 195
Comments
PHP 5.3?
Are you running PHP 5.3? Those look like the error messages thrown by drupal modules that aren't coded for PHP 5.3 - the messages aren't specific to Scholar.
There are quite a few issues with Drupal 6 and PHP 5.3. We actually downgraded a production server back to 5.2 because we ran into so many things. Google Drupal and php 5.3 to see lots of patches.
scholar_blog error
FYI the scholar_blog error you see above is fixed in the bugfix release coming out early next week.
-Richard