Page 1 of 1

impossible upload images with html editor

Posted: Wed 13. Jul 2005, 20:12
by design
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! :shock:
thank you!

Posted: Thu 14. Jul 2005, 10:27
by jsw_nz
Hi Design,

Welcome to the forums:

Might want to take a look at this thread:

http://www.phpwcms.de/forum/viewtopic.php?t=7685

:D

Posted: Thu 14. Jul 2005, 19:06
by design
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

:D
Thank you jsw_nz, but it can't help me!
I try, but nothing... :twisted:

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! :cry:

Posted: Thu 14. Jul 2005, 19:11
by pico
Hi

you must create the Folders:

Image
Media
Flash
Files

outside from FCK - use your FTP-Client or what ever and set the Permissions to all the 4 Fplders to 777 - FCK-Browser checks the exsist of these Folders before you can create your own Sub-Folders there

Posted: Thu 14. Jul 2005, 19:32
by design
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...
:?:

Posted: Mon 18. Jul 2005, 16:00
by design
Hello!
I solved the problem with spaw editor. It was very easy!! :oops:

go to:

include/inc_ext/spaw/config/spaw_control.config.php

you have to change:

$spaw_upload_allowed = false;

in

$spaw_upload_allowed = true;

:oops: :oops: :oops:

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!

Posted: Mon 18. Jul 2005, 16:20
by Pappnase
design 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...
:?:
hello

in the new version there no more 1-10 folders!

and did you read this !?

http://www.phpwcms-docu.de/index.php?Fi ... nistration

Posted: Mon 18. Jul 2005, 16:29
by pico
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

Posted: Mon 18. Jul 2005, 18:25
by design
Yes, Pappnase. I know phpwcms-docu: it's a very useful documentation!

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! :evil:

Posted: Wed 1. Feb 2006, 22:11
by antal
I can see the images in SPAW but can't upload or delete, anybody got ideas?