Closed (fixed)
Project:
Drupal core
Version:
7.0-alpha5
Component:
filter.module
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
27 May 2010 at 08:20 UTC
Updated:
10 Jun 2010 at 19:10 UTC
Same problem in alpha2-5
| Comment | File | Size | Author |
|---|---|---|---|
| problem.png | 33.36 KB | Konstantin_by |
Comments
Comment #1
Konstantin_by commentedComment #2
asimmonds commentedYou need to add the 'filter' extension to your PHP. As you are using Gentoo, add the "filter" USE flag and emerge php again. If this is your hosting provider then ask them to add the filter php extension.
A couple of related issues:
#395744: "Call to undefined function filter_var()" during fresh install
#641408: PHP extensions and PDO functionality should be checked at installation.
Comment #3
Konstantin_by commentedIt works!
So hard and so simple - thank you vmuch!
I add "filter" to /etc/portage - package.use and then "emerge php"
Comment #4
asimmonds commented