Page 1 of 1

KORDIL EDMS - open PHP document management

Posted: Thu Apr 21, 2011 12:42 am
by php5user
Hi all,

I am trying to deploy KORDIL EDMS in WAMPSERVER 2.1.
:-( but ended up in lot of deprecation errors which i could not resolve.
Can anyone check and suggest me a better solutions to make this up and running in wamp2.1 environment.

here is the http://sourceforge.net/projects/kordile ... 2.2.60rc3/ for KORDIL EDMS.

Thanks in advance,
php5user.

Re: KORDIL EDMS - open PHP document management

Posted: Thu Apr 21, 2011 4:16 pm
by incubi
You will need to go back in php versions or perhaps put this at the top of yous scripts.
error_reporting(0);

or maybe this
error_reporting(E_ALL ^ E_DEPRECATED);


Lee

Re: KORDIL EDMS - open PHP document management

Posted: Thu Apr 21, 2011 11:20 pm
by php5user
Hi incubi,

Thanks much..The "error_reporting(0)" switching off worked fine.

Thanks,
php5user,