I also can not edit an image and I do not see uploaded images in the file manager when adding an image to a content block.creating thumbnail! wait a moment!
no thumbnail exists
click here to go back
i see the folder structure but no images are there. I verify the images are in the phpwcms_filestorage as the images are there when I ftp or command to the dir.
here is my config file
Code: Select all
// paths
$phpwcms["root"] = "cms3"; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["file_tmp"] = "phpwcms_tmp"; //default: "phpwcms_tmp"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["dir_thlist"] = "thumb_list"; //default: "thumb_list"
$phpwcms["dir_preview"] = "thumb_preview"; //default: "thumb_preview"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"
Code: Select all
$phpwcms["imagick"] = 1; //0 = GD, 1 = ImageMagick, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"] = "/usr/local/bin/convert"; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2
Perhaps the following images will help. as you can see there is no thubnail and when i want to add the image to a content block there is no file to choose from. but the file is in the filestoreage dir.
and