phplist 2.10.10 : fixing FCK editor’s image upload problem

I spent the last hour fixing this trivial bug. Posting it so that it helps save someone’s time

Open file :

PHPListRoot/admin/FCKeditor/editor/filemanager/connectors/phplist/config.php 

on line number 28 change:

} elseif (is_file('../../../../../../../../config/config.php')) {  

to:

} elseif (is_file('../../../../../../config/config.php')) { 

and on line number 29, change:

  include "../../../../../../../../config/config.php"; 

to

  include "../../../../../../config/config.php"; 

Thats it! Save the file and you should be able to instantly upload images using the FCK editor

6 Comments to “phplist 2.10.10 : fixing FCK editor’s image upload problem”

  1. Sathya says:

    Whatcha workin’ on :P

  2. Michel says:

    Hi,

    Thank you very much!
    That’s working here.

  3. Alberto Grajeda says:

    Thank you, now is working, you are a genius.

  4. Vitor Neves says:

    Hi
    It worked great

    Thanks a lot!!!

  5. SwarmUSA says:

    Thanks for the code :)

  6. Rudy Preston says:

    Many thanks to you. That would have been a bear to find and debug. You saved me a few hours at least.

    <3

Voice your Comment