Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter eichlerguy

    (@eichlerguy)

    Figured it out. I had been embedding PHP into my CSS files. Hence, my .htaccess file had this line: AddType application/x-httpd-php .php .html .css

    Methinks the content type for CSS files was incorrect. I re-jiggered the site so that I could remove CSS from that AddType command.

    Thanks for the assist, alism.

    Thread Starter eichlerguy

    (@eichlerguy)

    syncbox, emsi,

    Thanks for the responses. I’m new here so thanks for the tips about posting (tags, versions).

    As it turns out, the Gengo plug-in appears to be the culprit. Shame, that…I really like / need that multi-language functionality.

    At any rate, thanks for the assist.

    –Ray

    Forum: Plugins
    In reply to: Gengo errors
    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)

    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 4 replies - 1 through 4 (of 4 total)