Dragonrider wrote:I'm sorry to disappoint you, but from what I've found during the last half hour of attempting to get this image upload working, it's not a phpList issue, but a FCKEditor issue.
I've searched the Durpal forums and tried a number of suggested fixes, which didn't fix anything, though in the end I did, apparently, get a successful Image Uploaded! Message, but I can't find it on my server!
There's also one at Bin-Blog though again, it won't work on my server. Also this one gives a suggestion on how to secure the folder via htaccess
I also eventually found this one, why oh why didn't I just check the phpList Docs?
However, have to report it still does not work for me, you may have better luck?
define("FCKIMAGES_DIR","uploadimages");
define ("EMBEDUPLOADIMAGES",1);
/* original
} elseif (is_file('../../../../../../../../config/config.php')) {
include "../../../../../../../../config/config.php";
*/
/* correct */
} elseif (is_file('../../../../../../config/config.php')) {
include "../../../../../../config/config.php";
$Config['UserFilesAbsolutePath'] = '[basedir]/uploadimages' ;
Return to Question & Problems - after installing
Users browsing this forum: No registered users and 11 guests