php - etomite: function eregi() deprecated ... but it isn't anywhere? -


Can anyone help me with this error? I've searched all web files for "Eagle" and it's not really anywhere ... what's going on with this error? : O

  574 if (is_are ($ parameter)) {575 extract ($ params, EXTR_SKIP); 576}    

As you can see here

 < Code> /data/web/lubela.sk/web/index.php(576): eval () 'd code   

this is not in your code as a concrete function call , But somewhere in a string, which you send to eval "Eval is evil" anyway;)

Find out that the code from that row comes from the wire and Then you should know where you want to see eregi . / P>

Comments