impossible upload images with html editor
impossible upload images with html editor
Hello! I'm using the last version... it's great!
But, I can't upload images with fck editor or with browser based editor. I thought there was a problem with chmod, but I put 777 in PICTURE folder and UPLOAD folder.
Any idea?
Note that in the browser based editor there isn't the upload button. Why? In the last version it runs perfectly!
thank you!
But, I can't upload images with fck editor or with browser based editor. I thought there was a problem with chmod, but I put 777 in PICTURE folder and UPLOAD folder.
Any idea?
Note that in the browser based editor there isn't the upload button. Why? In the last version it runs perfectly!
thank you!
Hi Design,
Welcome to the forums:
Might want to take a look at this thread:
http://www.phpwcms.de/forum/viewtopic.php?t=7685
Welcome to the forums:
Might want to take a look at this thread:
http://www.phpwcms.de/forum/viewtopic.php?t=7685
Thank you jsw_nz, but it can't help me!jsw_nz wrote:Hi Design,
Welcome to the forums:
Might want to take a look at this thread:
http://www.phpwcms.de/forum/viewtopic.php?t=7685
I try, but nothing...
When I try to create a new folder in the image window, with the FCK editor, appears an error message: you have no permission to create the folder. As I told you I put 777 permission in folder PICTURE and UPLOAD.
I have the same problem with spaw editor. NO, it's worse because here there is no upload button...
are there other permission to give?
thanks!
I'm going to check it right now!
but i have a question: is normal that in my FILESTORAGE folder there isn't folders 1, 2, 3... 10? in tha old version there was ten folders, and now nothing!
I don't think to have problem only with editor: infact I can't add images in IMAGES CONTENT PART too. I put images in the root folder, but I can't see them when I try to add images...
but i have a question: is normal that in my FILESTORAGE folder there isn't folders 1, 2, 3... 10? in tha old version there was ten folders, and now nothing!
I don't think to have problem only with editor: infact I can't add images in IMAGES CONTENT PART too. I put images in the root folder, but I can't see them when I try to add images...
Hello!
I solved the problem with spaw editor. It was very easy!!
go to:
include/inc_ext/spaw/config/spaw_control.config.php
you have to change:
$spaw_upload_allowed = false;
in
$spaw_upload_allowed = true;
But I've the problem with IMAGES CONTENT PART.
The system can't see the images inside the FILE section.
Any idea?
maybe in filebrowser.php?
thank you!
I solved the problem with spaw editor. It was very easy!!
go to:
include/inc_ext/spaw/config/spaw_control.config.php
you have to change:
$spaw_upload_allowed = false;
in
$spaw_upload_allowed = true;
But I've the problem with IMAGES CONTENT PART.
The system can't see the images inside the FILE section.
Any idea?
maybe in filebrowser.php?
thank you!
hellodesign wrote:I'm going to check it right now!
but i have a question: is normal that in my FILESTORAGE folder there isn't folders 1, 2, 3... 10? in tha old version there was ten folders, and now nothing!
I don't think to have problem only with editor: infact I can't add images in IMAGES CONTENT PART too. I put images in the root folder, but I can't see them when I try to add images...
in the new version there no more 1-10 folders!
and did you read this !?
http://www.phpwcms-docu.de/index.php?Fi ... nistration
Hi
the Filemanagement in WYSIWG-Editors and phpWCMS work in different ways.
In phpWCMS the Files will uploaded and managed by the Filemanager in the Backend of phpWCMS - this will rename the File and store it by default in the Folder phpwcms_filestorage , also a Dtabase entry will be generated with the Original Filename and the User-Permissions - if you create a Folder in Filemanager - no physical Folder will be created - only in the Database.
In WYSIWYG-Editors the File-/Imagemanagers works in different ways - FCK has his own setup for the place where the Files will be stored - he always need the Folders Image, Files, Flash and Media at this place - he then stores the Files depending from there Extensions in the different Folders - *.jpg goes to Image and *.swf goes to Flash etc.
At the Moment you can't see any File whats uploaded with a WYSIWYG-Editor in phpWCMS Contentparts or Filemanager - with some little dirty Tricks you can see the Images from phpWCMS
the Filemanagement in WYSIWG-Editors and phpWCMS work in different ways.
In phpWCMS the Files will uploaded and managed by the Filemanager in the Backend of phpWCMS - this will rename the File and store it by default in the Folder phpwcms_filestorage , also a Dtabase entry will be generated with the Original Filename and the User-Permissions - if you create a Folder in Filemanager - no physical Folder will be created - only in the Database.
In WYSIWYG-Editors the File-/Imagemanagers works in different ways - FCK has his own setup for the place where the Files will be stored - he always need the Folders Image, Files, Flash and Media at this place - he then stores the Files depending from there Extensions in the different Folders - *.jpg goes to Image and *.swf goes to Flash etc.
At the Moment you can't see any File whats uploaded with a WYSIWYG-Editor in phpWCMS Contentparts or Filemanager - with some little dirty Tricks you can see the Images from phpWCMS
Yes, Pappnase. I know phpwcms-docu: it's a very useful documentation!
I use the FILE section of phpwcms without problem. It's easy and clear.
But, in the IMAGE CONTENT PART (article section) I can't see my files. The folder seems empty.
So, Pico, you speak about some little dirty Tricks... What do you mean? Any advice?
thank you!
It's really too hot to concentrate on the solution of this trouble!
pico wrote:
At the Moment you can't see any File whats uploaded with a WYSIWYG-Editor in phpWCMS Contentparts or Filemanager - with some little dirty Tricks you can see the Images from phpWCMS
I use the FILE section of phpwcms without problem. It's easy and clear.
But, in the IMAGE CONTENT PART (article section) I can't see my files. The folder seems empty.
So, Pico, you speak about some little dirty Tricks... What do you mean? Any advice?
thank you!
It's really too hot to concentrate on the solution of this trouble!