Closed (cannot reproduce)
Project:
Activity Stream
Version:
6.x-2.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2009 at 08:47 UTC
Updated:
28 Nov 2010 at 06:25 UTC
When adding a blog feed to my user profile I get the following error;
warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /var/www/drupal2/includes/database.mysqli.inc on line 323.
The feed saves but is then unable to pull the data in
Comments
Comment #1
akalsey commentedThat indicates there's something wrong when making a call to the Drupal database API, but there's no way to know from the default error message what the query is that's causing it or what data is in that query.
Can you install the devel module and turn on backtrace debugging? Then post the last item in the backtrace here (it will reference a line in one of the Activity Stream modules).
It would also be helpful to turn on the devel module's database logging and post a list of the database queries that indicate they come from any activity stream module.
Note that the information I'm asking for might contain usernames or passwords to your sites. Don't post those. Sanitize them by replacing the usernames and passwords with XXXXXXXX.
Comment #2
akalsey commentedNo response from original poster. Closing as I cannot duplicate.