PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
Darrell3831
Worker
Worker


Joined: Feb 18, 2004
Posts: 244

PostPosted: Mon Jan 23, 2006 6:46 pm Reply with quote Back to top

While working with the FCKeditor I can't upload images or create new directories in the filemanager utility.

It says that I do not have permission.

I assumed this was simply the upload dir not being chmod'ed to the proper setting.

I set the folder named upload to 777 and it still did not work for me.

/includes/FCKeditor/editor/filemanager/upload

What is the proper upload directory?? Is that the right one or do I have something else set wrong.

Thanks,
Darrell
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4581
Location: Slovakia - working my way around Eastern Europe

PostPosted: Mon Jan 23, 2006 7:16 pm Reply with quote Back to top

Does it give any indication in the error message like;
you do not have permission to upload to /includes/.....

I'm not at home right now so do not have access to my files but I'm sure this is covered in the readme for the nukeWYSIWYG
View user's profile Send private message Send e-mail Visit poster's website
Darrell3831
Worker
Worker


Joined: Feb 18, 2004
Posts: 244

PostPosted: Mon Jan 23, 2006 7:22 pm Reply with quote Back to top

It does not give me any indication of what the correct location is. That's why I was asking.

I even turned on error reporting. Because when you try to create a directory with the utility you get no message whatsoever. It simply dosent create the sub directory

Turning on error reporting did not help... It's not throwing any errors or warnings.

thanks,
Darrell
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4640

PostPosted: Thu Jan 26, 2006 7:19 pm Reply with quote Back to top

There are several subdirectories that need to be created in the /includes/FCKeditor/editor/filemanager/upload directory.

Create these directories (depending on the types of files you want to upload) there:

/File
/Flash
/Image
/Media

and make sure the permissions are set appropriately.

You can override this in your fckconfig.js file, but these will work with the default configuration.
View user's profile Send private message
Darrell3831
Worker
Worker


Joined: Feb 18, 2004
Posts: 244

PostPosted: Fri Jan 27, 2006 4:06 am Reply with quote Back to top

Thanks kguske,

I wasent able to get it to work when I created the /Image directory here:

/includes/FCKeditor/editor/filemanager/upload/Image

but, when I created it here:

/includes/FCKeditor/upload/Image

Then things started working like I'd of expected them too!

I just needed a nudge in the right direction. I did'nt realize that they would of wanted us to create a directory and to magically know how to spell it and where to put it and how to capitalize it. Smile

It's working for me now though!

Darrell
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4640

PostPosted: Sat Jan 28, 2006 10:15 pm Reply with quote Back to top

The "they" would be me, since I didn't put that in the readme or in RavenNuke...sorry!

We're working on a couple of extra tweaks and a new feature for future releases...stay tuned.
View user's profile Send private message
Darrell3831
Worker
Worker


Joined: Feb 18, 2004
Posts: 244

PostPosted: Sun Jan 29, 2006 7:12 am Reply with quote Back to top

Thanks kguske,

I did'nt mean anything by that. I like having the editor installed and I'm happy that it's working now! I just needed that nudge.

I'm anxious to see the new tweaks that you mentioned too.

Thanks,
Darrell
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4640

PostPosted: Sun Jan 29, 2006 7:20 am Reply with quote Back to top

No prob, Darrel - I didn't take it that way. Just admitting what I forgot to do...

Anyway, we're testing a way to expand the editor, and I added a new function that allows modules that use a template approach (i.e. build the HTML, then display it, rather than displaying everything as it's built). Several have had issues with the rows function not working, so we're looking into that.

And, we're working on a SPAW version...
View user's profile Send private message
quickthrottle
Regular
Regular


Joined: Mar 18, 2006
Posts: 60

PostPosted: Fri Mar 24, 2006 7:39 am Reply with quote Back to top

Im having an error as well, I have tried every thing that is listed here but with no luck.

im getting a XML error: not found (404)

i get this when trying to upload, make new folder, browse server, etc
If i just ues the editor for text and formatting it works fine.

Im sure its me.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4581
Location: Slovakia - working my way around Eastern Europe

PostPosted: Fri Mar 24, 2006 12:17 pm Reply with quote Back to top

Do the folders you are trying to create new folders in have the correct permissions (CHMOD) ?
View user's profile Send private message Send e-mail Visit poster's website
quickthrottle
Regular
Regular


Joined: Mar 18, 2006
Posts: 60

PostPosted: Fri Mar 24, 2006 5:31 pm Reply with quote Back to top

Yes and every dirctory in its path.

/includes/FCKeditor/editor/filemanager/upload/Image
and also
/includes/FCKeditor/upload/Image

still get XML error: not found (404)
View user's profile Send private message
Blind-Summit
Hangin' Around


Joined: Mar 27, 2006
Posts: 27

PostPosted: Mon Mar 27, 2006 3:11 pm Reply with quote Back to top

I can't see where to edit that fckconfig.js file to add a folder for flash etc in the includes/FCKeditor/upload/ folder

Secondly, is there any way to put this "upload" folder in the main phpnuke/images/ folder so that it's not so buried?
View user's profile Send private message
leftart
New Member
New Member


Joined: May 08, 2006
Posts: 11

PostPosted: Tue May 23, 2006 6:23 am Reply with quote Back to top

There are several subdirectories that need to be created in the /includes/FCKeditor/editor/filemanager/upload directory.

Create these directories (depending on the types of files you want to upload) there:

/File
/Flash
/Image
/Media

and make sure the permissions are set appropriately.

You can override this in your fckconfig.js file, but these will work with the default configuration.

Hi i've the same problem...i have made the directory too...and i did verify that permissions are set appropriately...
What means "you can override this in your fckconfig.js ?"
thanks for your support
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4640

PostPosted: Wed May 24, 2006 6:25 am Reply with quote Back to top

You can change the directories where you want to upload stuff in the fckconfig.js, but I can't think of any really good reasons for doing that.
View user's profile Send private message
leftart
New Member
New Member


Joined: May 08, 2006
Posts: 11

PostPosted: Wed May 24, 2006 2:34 pm Reply with quote Back to top

thanks for reply...i hope to do the right changes
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4640

PostPosted: Wed May 24, 2006 7:46 pm Reply with quote Back to top

Like I said, I'm not sure of a good reason for changing the directories. Is that what you are thinking of doing?
View user's profile Send private message
leftart
New Member
New Member


Joined: May 08, 2006
Posts: 11

PostPosted: Mon May 29, 2006 2:10 am Reply with quote Back to top

i don't think to do that, but i don't understand why i can't upload images...
View user's profile Send private message
BriX
Hangin' Around


Joined: Dec 04, 2005
Posts: 31

PostPosted: Mon May 29, 2006 8:11 pm Reply with quote Back to top

I also have been unable to upload images after creating directories and setting correct permissions.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4581
Location: Slovakia - working my way around Eastern Europe

PostPosted: Tue May 30, 2006 1:31 am Reply with quote Back to top

BriX - can you confirm the paths of the folders you created please.
View user's profile Send private message Send e-mail Visit poster's website
BriX
Hangin' Around


Joined: Dec 04, 2005
Posts: 31

PostPosted: Tue May 30, 2006 9:21 am Reply with quote Back to top

kguske wrote:
subdirectories that need to be created in the /includes/FCKeditor/editor/filemanager/upload directory.

/File
/Flash
/Image
/Media



I tried this path as well /includes/FCKeditor/upload/*

If I could compare against a working FCKeditor install maybe then I could find some error in my setup.
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4640

PostPosted: Tue May 30, 2006 8:14 pm Reply with quote Back to top

Did you make any other changes to fckconfig.js or any other FCKeditor file?
View user's profile Send private message
BriX
Hangin' Around


Joined: Dec 04, 2005
Posts: 31

PostPosted: Tue May 30, 2006 10:12 pm Reply with quote Back to top

No, my current files are original from latest Raven Distro.
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4640

PostPosted: Tue Jun 20, 2006 4:32 am Reply with quote Back to top

Wow, sorry for the long delayed response on this. Did you check your error log to see where it was trying to store the upload?
View user's profile Send private message
BriX
Hangin' Around


Joined: Dec 04, 2005
Posts: 31

PostPosted: Wed Jan 03, 2007 2:10 am Reply with quote Back to top

Ok so I had some free time over the holidays and renewed my interest in getting FCKeditor working. The only error in my log file appears when I try to upload an image.

Code:
File does not exist: /var/www/web/includes/FCKeditor/editor/filemanager/browser/fckblank.html, referer: 'siteurl'/includes/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=FileUpload&Type=Image&CurrentFolder=/


If I try to create a folder via the server browser popup window I get a Permission Denied error but no log entries.

I have tested the FCKeditor in my test environment (vmware ISPConfig appliance) and it works perfect. Could my problem be this a php or security related issue? Any ideas?
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4640

PostPosted: Wed Jan 03, 2007 5:33 am Reply with quote Back to top

It sounds like a security issue.

Do you have the includes/FCKeditor/upload directory, with directories below it for different file types? What are the permissions for these folders, including upload?

Where were you trying to create the folder?
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum