• Hello,

    When I deployed hyperdb to our installation I started seeing these errors show up in our php error log (we are using hhvm if that matters)
    Warning: supplied argument is not a valid MySQL result resource in PATH/wp-includes/wp-db.php Line 1327

    After poking around for a bit everything I can check says its a correct resource.
    mysql_free_result() keeps complaining even though get_resource_type() reports it as “mysql result”
    When I disable hyperdb, behavior returns to normal.

    Can anyone tell me whether this is an HHVM problem, or a hyperdb problem?

The topic ‘wpdb.php #1327 not a valid MySQL result resource’ is closed to new replies.