I did manage to get rid of the message by turning off error reporting
just before execution of the code segment:
i.e:
error_reporting(0);
if($this->dbcon->more_results()){
.....
}
Am not sure this is the best approach....I still need to hear on
related experiences.
On Oct 18, 6:24 pm, qp <[email protected]> wrote:
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en