JFolder::create: Path not in open_basedir paths

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
sorin21us
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 110
Joined: Fri Mar 26, 2010 10:40 am
Contact:

JFolder::create: Path not in open_basedir paths

Post by sorin21us » Tue Nov 29, 2011 7:16 am

I don't understand. I put 777 to all folders and subfolders and when I want to install a plugin or something else I can't. I get this error:

JFolder::create: Path not in open_basedir paths
Warning! Failed to move file


I can only add something with ftp. So every time when I want to install a plugin or a module I have to delete all the folders, and copy again the folders from localhost, with all the modules that I wanted. The problem is that I need always modules or plugins so I can't just delete every week all the folders from server and uploading again.

Someone, please, tell me what to do.

sorin21us
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 110
Joined: Fri Mar 26, 2010 10:40 am
Contact:

Re: JFolder::create: Path not in open_basedir paths

Post by sorin21us » Tue Nov 29, 2011 12:30 pm

Nobody?

User avatar
duck_prince
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 118
Joined: Sat Jun 11, 2011 5:53 pm
Contact:

Re: JFolder::create: Path not in open_basedir paths

Post by duck_prince » Sat Dec 03, 2011 4:32 am

Check your system. You will see which folder is unwritable.
In this case, i think tmp and logs. I have the same problem and solved when set permission for these folders to 777
Phan mem crm ==> https://winmain.vn
Body And Soul ==> https://bodyandsoul.vn

sorin21us
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 110
Joined: Fri Mar 26, 2010 10:40 am
Contact:

Re: JFolder::create: Path not in open_basedir paths

Post by sorin21us » Sat Dec 03, 2011 2:00 pm

duck_prince wrote:Check your system. You will see which folder is unwritable.
In this case, i think tmp and logs. I have the same problem and solved when set permission for these folders to 777
How or where can i see which folder is unwritable?

mynomi008
Joomla! Explorer
Joomla! Explorer
Posts: 262
Joined: Mon Nov 21, 2011 6:31 am
Location: Pakistan
Contact:

Re: JFolder::create: Path not in open_basedir paths

Post by mynomi008 » Mon Dec 05, 2011 11:17 am

Web Programming and IT Support Services
http://www.codingace.com

sorin21us
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 110
Joined: Fri Mar 26, 2010 10:40 am
Contact:

Re: JFolder::create: Path not in open_basedir paths

Post by sorin21us » Tue Dec 06, 2011 10:19 pm

I solved the problem.
I put 755 to all files and folder and then I changed the tmp and log path.

var $log_path = '/home/myname/public_html/logs';
var $tmp_path = '/home/myname/public_html/tmp';

and now works.

Thank you to all for help.


Locked

Return to “Administration 1.5”