By Remo von Arx on Saturday, 26 March 2016
Posted in General Issues
Replies 3
Likes 0
Views 254
Votes 0
Hi there

I'm getting a warning whenever I'm in Backend administrating EasyBlog:

Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/data/web/e15779/html/Yugioh_blogadministrator/templates/isis/html/com_easyblog/styles/style.css) is not within the allowed path(s): (/data/web/e15779/html/Yugioh_blog:/data/web/e15779/phpsession:/data/web/e15779/phptmp:/tmp:/usr/bin) in /data/web/e15779/html/Yugioh_blog/libraries/joomla/filesystem/file.php on line 564

I know it has something to do with that "open_basedir". But I can't access the "open_basedir" since I'm not the server administrator.

What can I do? This warning looks like it's important, since it has problem with some css-file...

Thanks in advance
Try download my attached file and replace into JoomlaFolder\administrator\components\com_easyblog\includes\stylesheet\stylesheet.php and see how it goes.
·
Saturday, 26 March 2016 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Worked What did you change?
·
Sunday, 27 March 2016 00:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for getting back to us it worked

What I did is added this following code at LINE 143
			$allowOverride = false;
·
Sunday, 27 March 2016 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post