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
Whatcha workin’ on
Hi,
Thank you very much!
That’s working here.
Thank you, now is working, you are a genius.
Hi
It worked great
Thanks a lot!!!
Thanks for the code
Many thanks to you. That would have been a bear to find and debug. You saved me a few hours at least.
<3