hail, anyone uses them together ? I always get this: Fatal error: Call to undefined function filter_var() in /usr/local/www/roundcube/program/lib/Roundcube/bootstrap.php on line 47 and I have filter enabled: # php -m [PHP Modules] Core ctype date dom ereg filter gd hash iconv intl json libxml mbstring mhash mysqlnd pcre PDO pdo_sqlite Phar posix Reflection session SimpleXML SPL sqlite3 standard tokenizer xml xmlreader xmlwriter zip [Zend Modules] php enabled in apache. now do I have to do anything on php.ini ? no site says about it. just get results about filter. att, matheus -- We will call you Cygnus, The God of balance you shall be A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? http://en.wikipedia.org/wiki/Posting_style
-----Original Message----- From: Nenhum_de_Nos> anyone uses them together ? > > I always get this: > Fatal error: Call to undefined function filter_var() in > /usr/local/www/roundcube/program/lib/Roundcube/bootstrap.php on line 47I'm using latest roundcube from ports with php 5.4 without problems. I'm running php in cgi mode though instead from inside Apache. Based on php manuals, filter_var() should be there from 5.2 onwards; (PHP 5 >= 5.2.0) filter_var ? Filters a variable with a specified filter. Maybe check your .htaccess in that directory in addition of the rights set up for it in Apache conf? -Reko
-----Original Message----- From: Nenhum_de_Nos> Fatal error: Call to undefined function filter_var() in > /usr/local/www/roundcube/program/lib/Roundcube/bootstrap.php on line 47Another thing that popped into my mind, have you run upgrade scripts from roundcube/bin? -Reko