Error

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
gonzalo
Posts: 14
Joined: 2015-08-24 14:42

Error

Post by gonzalo » 2016-09-19 18:10

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/...

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 352
Joined: 2013-03-21 04:37

Re: Error

Post by peebee » 2016-09-20 01:04

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.

Noha Eshra
Moderator
Posts: 82
Joined: 2013-11-11 19:21

Re: Error

Post by Noha Eshra » 2016-09-21 09:34

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.

gonzalo
Posts: 14
Joined: 2015-08-24 14:42

Re: Error

Post by gonzalo » 2016-09-21 14:41

Thanks guys - that's it. I knew it was something simple...

Post Reply