Page 1 of 1

Another ImageManager Problem

Posted: Thu Feb 26, 2009 7:46 pm
by ckester
So i thought i could try and figure this out on my own, nope... A few hours after looking things up I'm still stuck.

I'm getting the old: "File could not be uploaded. This could be a permissions or Safe mode problem?" error when I try and use the image uploader.

I've tried almost everything with permissions and I can't figure it out.  I thought it might be with my config.php with this line: $config['uploads_path'] = '/home/cjdesign/public_html/edencustomhomes/uploads'; Where when I go to my server's cpanelX php configuration I see: " session.save_path where N is an integer. Instead of storing all the session files in /path, what this will do is use subdirectories N-levels deep, and store the session data in those directories. This is useful if you or your OS have problems with lots of files in one directory, and is a more efficient layout for servers that handle lots of sessions. NOTE 1: PHP will not create this directory structure automatically. You can use the script in the ext/session dir for that purpose. NOTE 2: See the section on garbage collection below if you choose to use subdirectories for session storage /tmp" 

Do I need to use a script like it says?

If anyone's interested in knowing what I use for hosting it's imhosted.com with cpanelX

Re: Another ImageManager Problem

Posted: Mon Mar 02, 2009 6:03 am
by ckester
Any help on this?

Re: Another ImageManager Problem

Posted: Mon Mar 02, 2009 6:12 am
by JeremyBASS
>>>I'm getting the old: "File could not be uploaded. This could be a permissions or Safe mode problem?" error.


I'm not familiar with that.. what is the error?

cheers
jeremyBass

Re: Another ImageManager Problem

Posted: Wed Mar 04, 2009 12:53 am
by ckester
heh, sorry i wasn't more clear on it, my post has been updated with more information.  But when I try and upload an image that is the error that hits me.  I've tried searching on it but can't seem to figure it out.

Re: Another ImageManager Problem

Posted: Wed Mar 04, 2009 12:15 pm
by Greg
Could be the size of the file. In config.php check the following

Code: Select all

#Maxium upload size (in bytes)?
$config['max_upload_size'] = 1000000;
You may need to increase that to 4000000

Re: Another ImageManager Problem

Posted: Fri Mar 06, 2009 6:00 am
by Dr.CSS
Or we could just be blowing smoke as we have no idea what the configuration of your server is, there is a system information page built into all new ver. of cmsms so you can look and see if you have any yellow ! or red X that would mean something isn't set right, and you can post that info here to help us help you...