Hi,

Am trying to use the sfTeraWurflPlugin plugin and I keep getting the
following error:

"PHP Strict Standards:  mysqli::next_result(): There is no next result
set. Please, call mysqli_more_results()/mysqli::more_results() to
check whether to call this function/method in ..../..../.../plugins/
sfTeraWurflPlugin/lib/DatabaseConnectors/TeraWurflDatabase_MySQL5.php
on line 110"

Am not sure if this is a bug in the plugin or just specific to my
setup. I even tried enclosing the above code segment as recommended
above: i.e

if($this->dbcon->more_results()){
 .....
}

but i still get same error message.


Anyone with an experience on this?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to