![]() |
|
FLIGHTCHECK ONLINE (Internet-based preflighting)
FREQUENT ERRORS Error: You get a lot of "Notice: ..." displaying on your webpages. Cause: This is caused by a PHP configuration which forces notices to be reported. Fix: In your PHP configuration file, php.ini, you will find "error_reporting = ...", set that line to "error_reporting = E_ALL & ~E_NOTICE" http://us2.php.net/manual/en/ref.errorfunc.php#ini.error-reporting Error: Text is missing or you see PHP code in the browser. Or if you view the page source you see sections between <\? and ?>. Cause: This is caused by a PHP configuration which does not allow short open tags " Fix: In your PHP configuration file, php.ini, you will find short_open_tag make sure it is turned on. http://us2.php.net/manual/en/ini.core.php#ini.short-open-tag Error: Maximum execution time of 30 seconds exceeded Cause: The PHP script that is currently executing did not complete its process within 30 seconds. 30 seconds is the default PHP configuration for script timeouts. The FCCT interactions that need to happen to update your FCCT login information or Rule Sets often takes longer than 30 seconds. Fix: In your PHP configuration file, php.ini, you will find "max_execution_time = 30", change 30 to 120. This will give the script 2 minutes to execute, if you receive the error again you will need to change this configuration to a greater number. Error: Call to undefined function: socket_create() in... Cause: The PHP installation is not configured correctly or the socket module is not installed. We have only seen this on Windows Servers. Fix: Open your php.ini configuration file and make sure that the line "extension=php_sockets.dll" is not commented out. Restart the server and check that the changes corrected the issue. You may need to download "php_sockets.dll" from the Internet. Go here for more information. |
|
||||||||||||||||||||
| RSS | Contact Us | Sitemap | Search | Privacy | Blogs | License Agreement |
Copyright © 2008 Markzware. All rights reserved. US Patent # 5,963,641.
|