Page 1 of 1

Error

Posted: 2016-09-19 18:10
by gonzalo
I am getting this error when I am setting up my application in a new site when doing a field rebuild. I am using 5.42.

Fatal error: Call to undefined function: str_ireplace() in /homepages/9/...

Re: Error

Posted: 2016-09-20 01:04
by peebee
Are you possibly still using PHP 4?

str_ireplace was introduced in PHP 5 and if you are still running PHP 4, that would cause that fatal error?

If that is the case, time to upgrade I think?

AppGini 5.51 now supporting PHP 7.

Re: Error

Posted: 2016-09-21 09:34
by Noha Eshra
Thanks Peebee for the replyl

Indeed this might be caused because of using PHP 4. As of next release we plan to stop supporting PHP 4 when adding new code.
We highly recommend that you upgrade to PHP 5.

Re: Error

Posted: 2016-09-21 14:41
by gonzalo
Thanks guys - that's it. I knew it was something simple...