I have installed module in my D7 site, right after it - I got lot of identical errors (about 30 in a row):

Notice: Array to string conversion w InsertQuery_pgsql->execute() (linia 42 z /home/maho/workspace-php2/soto/includes/database/pgsql/query.inc).

Comments

tstoeckler’s picture

Priority: Critical » Normal

Are you really using 7.x-1.0?
If so, it is almost impossible that this module is causing it, because there is absolutely no database interaction.
In 7.x-2.x the only database interaction is cache_get and cache_set, so even that is hard to imagine.
Please try disabling any modules that you enabled together with Libraries API and report back if that dissolved the errors.

Downgrading to normal, until someone can reproduce.
Thanks!

sun’s picture

Status: Active » Closed (cannot reproduce)

yeah, pretty much zero chance that this is caused by Libraries API.