The PHP error message is: "Fatal error: Call to undefined function: get_currentuserinfo() in /wordpress/wp-content/plugins/gengo/gengo.php"
The error can be fixed as it is said in this article: add require(ABSPATH . WPINC . ‘/pluggable.php’); just before the line where get_currentuserinfo is called.