• Resolved eichlerguy

    (@eichlerguy)


    *** Reposting with apparent subject line convention ***

    Hello, all,

    I’m trying to work with Gengo. When the Gengo plugin is inactive, my WP blog works fine. When I activate Gengo, I get this:

    Warning: Invalid argument supplied for foreach() in /Library/WebServer/Documents/docs/wp-includes/classes.php on line 255

    Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/Documents/docs/wp-includes/classes.php:255) in /Library/WebServer/Documents/docs/wp-content/plugins/gengo/gengo.php on line 1188

    Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/Documents/docs/wp-includes/classes.php:255) in /Library/WebServer/Documents/docs/wp-content/plugins/gengo/gengo.php on line 1705

    The author’s website (jamietalbot.com) is down, so I’m posting here in hopes that someone has seen this before. Any suggestions? In advance, thanks.

    –Ray

Viewing 1 replies (of 1 total)
  • Thread Starter eichlerguy

    (@eichlerguy)

    In case anyone’s interested, I eventually solved my own problem by changing line 255 in classes.php to:

    foreach ((array) $GLOBALS[‘wp_taxonomies’] as $taxonomy => $t)

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Gengo] Header Errors’ is closed to new replies.