Page 1 of 1

shut down my site....

Posted: 25 Nov 2011, 01:11
by ubuntu-greenhorn
this is the notice that appears, when i try to reach my site:
Fatal error: require_once() [function.require]: Failed opening required '/home/themenbi/public_html/joomla/administrator/components/com_phocagallery/libraries/loader.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/share/pear') in /home/themenbi/public_html/joomla/plugins/content/phocagallerysimple/phocagallerysimple.php on line 20

what do i have to change???? (i have no idea how this happens... *shame*) :cry:
Anybody can help me? - this is, what this php includes....
Thanks a lot for helping a joomla-beginner
Eva


<?php
/*
* @package Joomla.Framework
* @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*
* @component Phoca Plugin
* @copyright Copyright (C) Jan Pavelka www.phoca.cz
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License version 2 or later;
*/

defined( '_JEXEC' ) or die( 'Restricted access' );
jimport( 'joomla.plugin.plugin' );

if (!JComponentHelper::isEnabled('com_phocagallery', true)) {
return JError::raiseError(JText::_('PLG_PHOCAGALLERY_ERROR'), JText::_('PLG_PHOCAGALLERY_COMPONENT_NOT_INSTALLED'));
}

if (! class_exists('PhocaGalleryLoader')) {
require_once( JPATH_ADMINISTRATOR.DS.'components'.DS.'com_phocagallery'.DS.'libraries'.DS.'loader.php');
}

phocagalleryimport('phocagallery.path.path');
phocagalleryimport('phocagallery.path.route');
phocagalleryimport('phocagallery.library.library');
phocagalleryimport('phocagallery.text.text');
phocagalleryimport('phocagallery.access.access');
phocagalleryimport('phocagallery.file.file');
phocagalleryimport('phocagallery.file.filethumbnail');
phocagalleryimport('phocagallery.image.image');
phocagalleryimport('phocagallery.image.imagefront');
phocagalleryimport('phocagallery.render.renderfront');
phocagalleryimport('phocagallery.render.renderadmin');
phocagalleryimport('phocagallery.ordering.ordering');
phocagalleryimport('phocagallery.picasa.picasa');

Re: shut down my site....

Posted: 30 Nov 2011, 17:44
by Jan
Hi, if you have enbled Phoca Gallery simple module, did you install Phoca Gallery component to your site? If not, just install it.

Jan

Re: shut down my site....

Posted: 14 Dec 2011, 14:30
by jamies
Jan wrote:Hi, if you have enbled Phoca Gallery simple module, did you install Phoca Gallery component to your site? If not, just install it. Attorney Marketing and Law Firm Marketing for your Legal Law Website or personal injury marketing
Jan
Thanks for the help. It worked for me atleast :)