impossible upload images with html editor

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
design
Posts: 68
Joined: Thu 17. Feb 2005, 17:19

impossible upload images with html editor

Post 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!
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Post 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
design
Posts: 68
Joined: Thu 17. Feb 2005, 17:19

Post 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:
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
design
Posts: 68
Joined: Thu 17. Feb 2005, 17:19

Post 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...
:?:
design
Posts: 68
Joined: Thu 17. Feb 2005, 17:19

Post 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!
Pappnase

Post 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
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
design
Posts: 68
Joined: Thu 17. Feb 2005, 17:19

Post 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:
antal
Posts: 9
Joined: Fri 5. Nov 2004, 22:45

Post by antal »

I can see the images in SPAW but can't upload or delete, anybody got ideas?
Post Reply