JFolder::create: Path not in open_basedir paths.

GK User
Fri Feb 10, 2017 7:27 pm
Hi.

Everytime I updated joomla I start getting line with this message on all pages:

JFolder::create: Path not in open_basedir paths.


Is there a way to solve this problem so it doesn't come back?

My site www.islamqav.com
User avatar
Gold Boarder

teitbite
Tue Feb 14, 2017 3:01 pm
Hi

In global configuration for joomla You need to add live site's url to settings.
User avatar
Moderator

GK User
Fri Feb 17, 2017 10:39 pm
Hi, thanks, could you please show me a screenshot of where exactly this is? And by ''live site's url'' you mean: www.islamqav.com, right?
User avatar
Gold Boarder

teitbite
Thu Feb 23, 2017 9:57 am
Hi

Unfortunately I've just noticed that it was removed from configuration. It still can be accessed by editing file configuration.php line 20:

Code: Select all
   public $live_site = '';


make it:

Code: Select all
   public $live_site = ''http://www.islamqav.com
User avatar
Moderator

GK User
Thu Feb 23, 2017 2:20 pm
Thx, but that just made the site go offline, so I changed it back.
User avatar
Gold Boarder

teitbite
Sun Feb 26, 2017 12:24 pm
Hi

I made a typo:

Code: Select all
public $live_site = 'http://www.islamqav.com';


should be like above.
User avatar
Moderator

GK User
Sun Feb 26, 2017 9:47 pm
Thank you. I have made the change, but it did not solve the problem.
User avatar
Gold Boarder

teitbite
Wed Mar 01, 2017 12:18 pm
Hi

Odd. Please disable css and js compression in template settings. You will need a different extention to handle that part, not sure why our is not working. It's the first report of such problem.
User avatar
Moderator

GK User
Sat Mar 04, 2017 9:55 pm
Hi. Thank you, turning it off solved the issue.
User avatar
Gold Boarder

teitbite
Tue Mar 07, 2017 8:41 pm
Hi

Ok, great to hear that. Instead of our feature I would advice to use JCH Optimisation plugin.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.