shut down my site....

General Forum
ubuntu-greenhorn
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Oct 2011, 22:39

shut down my site....

Post 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');
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: shut down my site....

Post 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
If you find Phoca extensions useful, please support the project
jamies
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 14 Dec 2011, 14:19

Re: shut down my site....

Post 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 :)
Post Reply