By Karen Flavel on Monday, 02 December 2013
Posted in General Issues
Replies 5
Likes 0
Views 1K
Votes 0
Hello, I have installed Easyblog, but it seems not to do anything in the back end, just loads with a blank screen.
So i turned on error reporting and I got this. Can somebody help me out please.

Warning: require_once() [function.require-once]: open_basedir restriction in effect. File(../../../../../../com_easyblog_3.9.15110_paid_j2.5/media/foundry/3.1/joomla/framework.php) is not within the allowed path(s): (/home/rhgconsu:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/rhgconsu/public_html/beta/media/foundry/3.1/joomla/configuration.php on line 16

Warning: require_once(../../../../../../com_easyblog_3.9.15110_paid_j2.5/media/foundry/3.1/joomla/framework.php) [function.require-once]: failed to open stream: Operation not permitted in /home/rhgconsu/public_html/beta/media/foundry/3.1/joomla/configuration.php on line 16

Fatal error: require_once() [function.require]: Failed opening required '../../../../../../com_easyblog_3.9.15110_paid_j2.5/media/foundry/3.1/joomla/framework.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rhgconsu/public_html/beta/media/foundry/3.1/joomla/configuration.php on line 16


Thanks
Hi,

Open up these 2 files:
- "/home/rhgconsu/public_html/beta/media/foundry/3.1/joomla/configuration.php"
- "/home/rhgconsu/public_html/beta/media/foundry/3.1/joomla/compiler.php"

And replace:
require_once('framework.php');

with
require_once(JPATH_ROOT . '/media/foundry/3.1/joomla/framework.php');


And let us know if the error goes away.
·
Monday, 02 December 2013 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello I have found configuration.php file but I cant see the compiler.php file. But the config file doesnt have anything that says require_once('framework');
·
Monday, 02 December 2013 18:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry I have found them now and changed the require_once . . But now I get a lightly different error.
Do I need to do a similar thing but in this these files?

Warning: require_once() [function.require-once]: Unable to access /home/rhgconsu/public_html/beta/components/com_easyblog/helpers/socialshare.php in /home/rhgconsu/public_html/beta/components/com_easyblog/helpers/helper.php on line 30

Warning: require_once(/home/rhgconsu/public_html/beta/components/com_easyblog/helpers/socialshare.php) [function.require-once]: failed to open stream: No such file or directory in /home/rhgconsu/public_html/beta/components/com_easyblog/helpers/helper.php on line 30

Fatal error: require_once() [function.require]: Failed opening required '/home/rhgconsu/public_html/beta/components/com_easyblog/helpers/socialshare.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rhgconsu/public_html/beta/components/com_easyblog/helpers/helper.php on line 30

Thanks
·
Monday, 02 December 2013 19:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Karen,

Can you please provide us with the Joomla back end access as well as the FTP access so that I can check on the issues on your site?
We actually need these information so that we can debug on your issues quickly.

Thanks:)
·
Monday, 02 December 2013 19:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post