Another ImageManager Problem

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
ckester
New Member
New Member
Posts: 5
Joined: Thu Jan 08, 2009 4:04 pm

Another ImageManager Problem

Post 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
Last edited by ckester on Wed Mar 04, 2009 12:53 am, edited 1 time in total.
ckester
New Member
New Member
Posts: 5
Joined: Thu Jan 08, 2009 4:04 pm

Re: Another ImageManager Problem

Post by ckester »

Any help on this?
JeremyBASS

Re: Another ImageManager Problem

Post 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
ckester
New Member
New Member
Posts: 5
Joined: Thu Jan 08, 2009 4:04 pm

Re: Another ImageManager Problem

Post 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.
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: Another ImageManager Problem

Post 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
Greg
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Another ImageManager Problem

Post 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...
Post Reply

Return to “CMSMS Core”