Guest soundchok Posted December 9, 2010 Report Share Posted December 9, 2010 hello, when i try to register a new pilot i note all the informations and when i click on Register, a blank page open with: Fatal error: Call to undefined function filter_var() in /mnt/153/sdc/a/8/atlantis.virtual/core/modules/Registration/Registration.php on line 206 how to do? thanks for your help Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 9, 2010 Administrators Report Share Posted December 9, 2010 Looks like you are not running PHP 5.2 or higher on the server or the pecl extension is not enabled on the server. Try running www.yoursite.com/install/checkinstall.php and see what is output. It will tell you the version of PHP the server is running. 1 Quote Link to comment Share on other sites More sharing options...
Guest soundchok Posted December 19, 2010 Report Share Posted December 19, 2010 hello, the problem was the version of PHP i have delete the part who control email (line 206) and it's ok thanks Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted December 19, 2010 Administrators Report Share Posted December 19, 2010 hello, the problem was the version of PHP i have delete the part who control email (line 206) and it's ok thanks If you don't update PHP, you'll have a lot of other errors. Also, removing that filter_var now exposes you do SQL injections, and allows users to use anything they like as an email address Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.