• Hello,

    Yesterday, I was decided to upload WP_Multilingual but i install it and after active it, I upload fcke edidor 2.6 and active it? After I try to configure WP_Multilingual but message is upload fcke editor I select position on inactive but after i can read white page with this :

    Warning: Invalid argument supplied for foreach() in /mnt/140/sdc/d/e/olivierbaudrydesign/wp-content/plugins/wp-multilingual/multilingual.php on line 2448

    Warning: file_get_contents() [function.file-get-contents]: open_basedir restriction in effect. File(/wp-config.php) is not within the allowed path(s): (/mnt/140/sdc/d/e/olivierbaudrydesign) in /mnt/140/sdc/d/e/olivierbaudrydesign/wp-content/plugins/wp-multilingual/multilingual.php on line 1441

    Warning: file_get_contents(/wp-config.php) [function.file-get-contents]: failed to open stream: Operation not permitted in /mnt/140/sdc/d/e/olivierbaudrydesign/wp-content/plugins/wp-multilingual/multilingual.php on line 1441

    Warning: Cannot modify header information – headers already sent by (output started at /mnt/140/sdc/d/e/olivierbaudrydesign/wp-content/plugins/wp-multilingual/multilingual.php:2448) in /mnt/140/sdc/d/e/olivierbaudrydesign/wp-includes/pluggable.php on line 694

    Actually I Uninstall all plugins and try to reinstall all again. But I think it’s not a good solution.

Viewing 1 replies (of 1 total)
  • quick dirty trik to fix it…

    function FindWPConfig($dirrectory){
    global $confroot;

    replace by

    function FindWPConfig($dirrectory){
    global $confroot;
    $confroot = ‘/path/to/your/wp/directory’; // replace this path by path where is located wp-config.php
    return $confroot;

Viewing 1 replies (of 1 total)
  • The topic ‘wp_multilingual is trouble on install or uninstall’ is closed to new replies.