Error After Updating to Fabrik 3.4

Stranger

New Member
I updated to Fabrik 3.4 using Joomla Extensions>Update and now I get the following error:

Fatal error
: Call to undefined method FabrikString::filteredIp() in .../public_html/plugins/fabrik_element/ip/ip.php on line 137

Please note that I am running the latest Joomla version (3.4.8).

Any help would be appreciated.

Kindest regards.
 
Can you check the file ./components/com_fabrik/helpers/string.php, around line 1081 should be the function filteredIp(). If not, check the last update time and permissions on that file. It should have been updated when you updated the Fabrik component.

-- hugh
 
Thank you Hugh for your prompt response.

Indeed the function is at the very end of the file as follows:

public static function filteredIp()
{
return filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP) !== false ? $_SERVER['REMOTE_ADDR'] : '';
}

}

I checked the update time and it was today at the same time the update was installed. Permissions are 0644 like most of the other Fabrik files.

regards

Stranger
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top