-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Call to undefined function Flake\Util\filter_var() #46
Comments
I NEED HELP WITH THIS ASAP PLEASE. I am not php fluent, and this is looking like a php problem. (I could be wrong) I am wondering if I am missing a pkg, In php I have; If you need more Info Just ask and I will try to find it. |
php5-curl-?.?.? |
php5-curl-5.3.5 Also an updated PHP list |
I have got it to work (Dont ask me how) BUT not I have other problems, it is giving a 405 error for access to the calendars it looks like the / after cal.php is not rewriting, if I use ? I see "Requested uri (/cal.php?calendars/shane/default) is out of base uri (/cal.php) I can not find a rewrite command in the files, so what am I missing. PLEASE HELP ASAP, they are demanding it to work, I am starting to look for other program that might work if I can not get this one working. |
Hi, thanks for great software. But i have the same error on openwrt. Fatal error: Call to undefined function Flake\Util\filter_var() in /mnt/data/www/baikal/Core/Frameworks/Flake/Util/Tools.php on line 230 Its a problem with email address. Please, have you got a work around? Thanks |
It's been a while since the last post was done here. But I recently came up with this problem and could fix it somehow to create a user. A Workaround would be to comment out lines 233-235 in Core/Frameworks/Flake/Util/Tools.php With this workaround I was able to create a user in baikal on OpenWRT 12.09 |
filter_var should be packed in every PHP > 5.2 (Baïkal needs 5.3+). I have no idea why this function would not be available. Comments ? |
No further feedback received, so I'm closing this. If you're still having an issue just comment here so we can discuss. |
I have a FreeBSD server trying to run Baikal, it has mysql5, php5, all is well it see the database and works.
TILL I try to add a user
I keep getting "Fatal error: Call to undefined function Flake\Util\filter_var() in /usr/web/baikal-flat/Core/Frameworks/Flake/Util/Tools.php on line 230"
From what I could tell it does not like the "sEmail" var, but I could be wrong, can some one HELP.
This machine is a production machine on a customers site and it needs CalDAV to keep the manager happy, since he wants to install a Microsoft server if I can not get it working.
The text was updated successfully, but these errors were encountered: