Topic: error message when submitting link

Hi!
Suddenly I get this error message every time when a link is submitted. But the submission is still successfull and I dont know if this is something to worry about?  But of course it looks ugly to get the message when people submit links from the submit page.

Deprecated: Function eregi() is deprecated in /include/form_validator_class.php  on line 366

Re: error message when submitting link

pling wrote:

Hi!
Suddenly I get this error message every time when a link is submitted. But the submission is still successfull and I dont know if this is something to worry about?  But of course it looks ugly to get the message when people submit links from the submit page.

Deprecated: Function eregi() is deprecated in /include/form_validator_class.php  on line 366

Hello pling!

Well, the php eregi function that was used for checking invalid mails have been deprecated since php 5.3. That bug has now been fixed in the development tree, the next version of openld will include this.

In the mean time, you can fix the code yourself by imitating the commit:
http://openld.svn.sourceforge.net/viewv … threv=1006

Re: error message when submitting link

anders wrote:

Hello pling!

Well, the php eregi function that was used for checking invalid mails have been deprecated since php 5.3. That bug has now been fixed in the development tree, the next version of openld will include this.

In the mean time, you can fix the code yourself by imitating the commit:
http://openld.svn.sourceforge.net/viewv … threv=1006

Thanks! Fixed it!  big_smile