Gallery2 and Gengo problems


When I activate the plug-in “gengo” after activating “geo”, “wp-amazon”, “wp-contact-form” and “wpg2” (which all seem to work prior to activating gengo), I get the following error (in the admin page):

Call to undefined function get_currentuserinfo() in /wordpress/wp-content/plugins/gengo/gengo.php on line 1080

I then go the phpmyadmin and edit the “active_plugins” on the table “wp_wordpress_options”, putting the gengo to the last item in the list. This seemed to solve the problem in wp-admin.

However, the site itself gets the error:

Call to a member function wp_rewrite_rules() on a non-object in /wordpress/wp-includes/classes.php on line 33

Also, on visiting the wpg2 admin page, the following error shows:

Checking System Status…

Warning: main(/tmp/gallery2/embed.php) [function.main]: failed to open stream: No such file or directory in /gallery/embed.php on line 3

Fatal error: main() [function.require]: Failed opening required ‘/…/gallery2/embed.php’ (include_path=”) in /gallery/embed.php on line 3

Oops. I didn’t follow the instructions in the readme.txt file

3. Move the file “wp-gallery2.php” from the /wpg2/root/ directory to your wordpress root directory, the directory that contains wp-config.php.

The gallery problems seem to be in gallery itself, not in WordPress. For the moment, I will disable both gengo and gallery2 (wpg2).