• Theme: Spun
    Web site: sunblue.mjit.org (for now)
    – I was using a child theme but in order to troubleshoot I will do it on the main/mother theme for now.

    – I have deleted all other plugins.

    1) I changed the _config.php to config.php

    I originally made modifications to it because I only wanted it in English/Spanish (at first) but in order to try to troubleshoot I have opted to leave the file as is, I can make the changes later. First I need the plugin to work.

    At this point according to the readme, the plugin should turn on but I get this:

    The plugin generated 3 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    According to the Spanish instructions at http://www.greenweb.es/como-convertir-tu-pagina-web-en-wordpress-a-multi-idioma/ which others have had success with, he says there is one more step.

    He says you need to put these two lines of code in your header.php of your theme:

    <?php if ( function_exists( 'ps_012_m17n_bread_crumb' ) ) ps_012_m17n_bread_crumb(); ?>

    and

    <?php if ( function_exists( 'ps_012_multilingual_list' ) ) ps_012_multilingual_list(); ?>

    I’m unclear as to where exactly they go. He says the first one is at the beginning of <head>. I’ve tried putting it below and above the first <head> and the second line i’m trying somewhere between <head> and </head>.

    At this point two languages show up on the top left of the web site (which is confusing because it should be 4 because I didn’t edit the config.php) and when I click one of them I get this message:

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/95/11799395/html/wordpress/wp-content/plugins/012-ps-multi-languages/config/config.php:1) in /home/content/95/11799395/html/wordpress/wp-content/plugins/012-ps-multi-languages/ps-multi-languages.php on line 299

    I’m at my wits end here. I would really appreciate some help getting over this hurdle.

    http://wordpress.org/plugins/012-ps-multi-languages/

  • The topic ‘Need help with installation’ is closed to new replies.