PDA

Zobacz pełną wersję : Problem z logowaniem do Panelu Admina



matiz256
06-12-2012, 21:29
witam po zalogowaniu do PA na stronie http://bb24h.pl wyswietla sie taki komunikat


Welcome to Joomla!

Congratulations on choosing Joomla! as your content management system. To help you get started, check out these excellent resources for securing your server and pointers to documentation and other helpful resources.
Security

On the Internet, security is always a concern. For that reason, you are encouraged to subscribe to the Joomla! Security Announcements (http://feedburner.google.com/fb/a/mailverify?uri=JoomlaSecurityNews) for the latest information on new Joomla! releases, emailed to you automatically.
If this is one of your first Web sites, security considerations may seem complicated and intimidating. There are three simple steps that go a long way towards securing a Web site: (1) regular backups; (2) prompt updates to the latest Joomla! release; (http://www.joomla.org/download.html) and (3) a good Web host (http://docs.joomla.org/Security_Checklist_2_-_Hosting_and_Server_Setup). There are many other important security considerations that you can learn about by reading the Joomla! Security Checklist (http://docs.joomla.org/Category:Security_Checklist).
If you believe your Web site was attacked, or you think you have discovered a security issue in Joomla!, please do not post it in the Joomla! forums. Publishing this information could put other Web sites at risk. Instead, report possible security vulnerabilities to the Joomla! Security Task Force (http://developer.joomla.org/security/contact-the-team.html).
Learning Joomla!
A good place to start learning Joomla! is the "Absolute Beginner's Guide to Joomla!. (http://docs.joomla.org/beginners)" There, you will find a Quick Start to Joomla! guide (http://help.joomla.org/ghop/feb2008/task048/joomla_15_quickstart.pdf) and video (http://help.joomla.org/ghop/feb2008/task167/index.html), amongst many other tutorials. The Joomla! Community Magazine (http://community.joomla.org/magazine/view-all-issues.html) also has articles for new learners (http://community.joomla.org/magazine/article/522-introductory-learning-joomla-using-sample-data.html) and experienced users, alike. A great place to look for answers is the Frequently Asked Questions (FAQ) (http://docs.joomla.org/Category:FAQ). If you are stuck on a particular screen in the Administrator (which is where you are now), try clicking the Help toolbar button to get assistance specific to that page.
If you still have questions, please feel free to use the Joomla! Forums. (http://forum.joomla.org/) The forums are an incredibly valuable resource for all levels of Joomla! users. Before you post a question, though, use the forum search (located at the top of each forum page) to see if the question has been asked and answered.
Getting Involved
If you want to help make Joomla! better, consider getting involved. There are many ways you can make a positive difference. (http://www.joomla.org/about-joomla/contribute-to-joomla.html) Have fun using Joomla!.



K2 Stats (admin)


Fatal error: Call to undefined method JUser::authorise() in /administrator/modules/mod_k2_stats/mod_k2_stats.php on line 17


gdy wchodze w skazany plik mod_k2_stats.php wyswietla sie tak

<?php
/**
* @version $Id: mod_k2_stats.php 1779 2012-11-22 17:21:38Z lefteris.kavadas $
* @package K2
* @author JoomlaWorks http://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2012 JoomlaWorks Ltd. All rights reserved.
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/

// no direct access
defined('_JEXEC') or die ;

$user = JFactory::getUser();

if (K2_JVERSION != '15')
{
if (!$user->authorise('core.manage', 'com_k2'))
{
return;
}
}

if (K2_JVERSION != '15')
{
$language = JFactory::getLanguage();
$language->load('mod_k2.j16', JPATH_ADMINISTRATOR);
}

require_once (dirname(__FILE__).DS.'helper.php');

if ($params->get('latestItems', 1))
{
$latestItems = modK2StatsHelper::getLatestItems();
}
if ($params->get('popularItems', 1))
{
$popularItems = modK2StatsHelper::getPopularItems();
}
if ($params->get('mostCommentedItems', 1))
{
$mostCommentedItems = modK2StatsHelper::getMostCommentedItems();
}
if ($params->get('latestComments', 1))
{
$latestComments = modK2StatsHelper::getLatestComments();
}
if ($params->get('statistics', 1))
{
$statistics = modK2StatsHelper::getStatistics();
}

// Quick and dirty fix for Joomla! 3.0 missing CSS tabs when creating tabs using the API. It will be removed when Joomla! fixes that
if (K2_JVERSION == '30')
{
$document = JFactory::getDocument();
$document->addStyleDeclaration('
dl.tabs {float: left; margin: 10px 0 -1px 0; z-index: 50;}
dl.tabs dt {float: left;padding: 4px 10px;border: 1px solid #ccc;margin-left: 3px;background: #e9e9e9;color: #666;}
dl.tabs dt.open {background: #F9F9F9;border-bottom: 1px solid #f9f9f9; z-index: 100; color: #000;}
div.current {clear: both;border: 1px solid #ccc;padding: 10px 10px;}
dl.tabs h3 {font-size:12px; line-height:12px; margin: 4px; 0;}
');
}

require (JModuleHelper::getLayoutPath('mod_k2_stats'));



bardzo prosze o pomoc jak to naprawic zeby zalogowac sie do Panelu Admina