Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Call to undefined function filter_var()

Tags:

php

After transfering my site to another hosting i got this error:

    Fatal error: Call to undefined function filter_var() in
 /home/ultrastep/ultrastep.ru/docs/sites/all/modules/q_cart/q_cart.module on line 410

PHP version on server is 5.2.10.

Any ideas whats wrong?

like image 802
Avdept Avatar asked Jul 31 '12 07:07

Avdept


1 Answers

You need to have the php module "Filter" installed

like image 169
ragnar Avatar answered Oct 07 '22 06:10

ragnar