If your extension screen is blank after installing Structure try the following:
- Verify your PHP version is at least 5
- Increase PHP memory_limit. In your .htaccess file, place this rule: "php_value memory_limit 16M"
- Make sure your extension file has the permissions 755
- Restart MySQL + Apache