|
Website Accessibility FAE Evaluator -- Unable to create report! |
|
|
|
|
If you are trying to run FAE , the Functional Accessibility Evaluator 1.1 from the University of Illinois at Urbana-Champaign online tool, to evaluate the functional accessibility of your website and you get the message "Unable to create report!", there may be help. With trial and error, I was finally able to run my report successfully. - Try running your evaluation selecting the "Include DHTML content" option.
- If this doesn't help, review your .htaccess file to see if there is an entry for 'badbots' or you are denying domain access to spammers via a blacklist.
- Try appending a $ to an entry for "DA" -- the DA string matches some validation services because of the “da” string found in the terms “validator”, “validation”, etc. For Example:
- RewriteCond %{HTTP_USER_AGENT}
- ...|Custo|cyberalert|DA$|Deweb|...
Reference: http://perishablepress.com/press/2007/10/15/ultimate-htaccess-blacklist-2-compressed-version/ - If you are using a Joomla template, get the most current suggested Master .htaccess file from Joomla if you still cannot run the FAE evaluator and get the 'Unable to create report!' message:
- Joomla! Documentation: http://docs.joomla.org/Main_Page
- Search for: Htaccess examples (security)
Hope this helps to save you some researching!
|