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

akalsey’s picture

Status: Active » Postponed (maintainer needs more info)

That 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.

akalsey’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No response from original poster. Closing as I cannot duplicate.