php error Declaration of FController:

I’ve been running iii framework classified software for about a year and my server crashed, we had to update our apache to the newest version and when we got the server back online when we tried to open the software the following error occurs

Declaration of FController::redirect() should be compatible with CController::redirect($url, $terminate = true, $statusCode = 302)

the location of the Url is

www.shopandswapfarmersmarket.com/classifieds/

I don’t understand what this error means or anyway of tracking down how to fix it. I’m currently running php 5.4

If anyone has any suggestions I’d appreciate any help that can be given.

thank you

Robin

Check the visibility of FController::redirect.

In PHP5.4 E_ALL error level includes E_STRICT http://php.net/manual/en/migration54.other.php and this might trigger this error.