Community Support for OpenDocMan (Deprecated)
PHP Deprecated: Function ereg() is deprecated - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html)
+--- Thread: PHP Deprecated: Function ereg() is deprecated (/thread-330.html)



PHP Deprecated: Function ereg() is deprecated - megadethf - 10-18-2010

I just finished installing ODM on my server and when I try to log in as the admin for the first time I get the following error:

PHP Deprecated: Function ereg() is deprecated in D:\my_folder\sub_folder\opendocman\functions.php on line 964

This is all it says, no other errors. I'm using PHP Version 5.3.0 with IIS 6 on a Windows 2003 Server. I'm also using the latest version of mySQL. I've checked the permissions of my datadir and set everything correctly but still I get this error.

Any help would be appreciated.

Thanks.


Re: PHP Deprecated: Function ereg() is deprecated - Stephen - 10-19-2010

1.2.6 that I am working on at the moment has all the deprecated functions fixed. You can try our SVN version and see if it works for you.

Here is the command to check out the latest development version:

svn co <!-- m --><a class="postlink" href="https://opendocman.svn.sourceforge.net/svnroot/opendocman/opendocman/trunk">https://opendocman.svn.sourceforge.net/ ... cman/trunk</a><!-- m --> opendocman-1.2.6


Re: PHP Deprecated: Function ereg() is deprecated - megadethf - 10-19-2010

Can you create a tar or zip of the SVN version so I can download it? Thanks.


Re: PHP Deprecated: Function ereg() is deprecated - megadethf - 10-20-2010

Nevermind, I downloaded the complete SVN and got it working.

Thanks.


Re: PHP Deprecated: Function ereg() is deprecated - Stephen - 10-20-2010

Great!