shut down my site....
Posted: 25 Nov 2011, 01:11
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*)
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');
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*)
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');