There was a problem with the site. It produces the following errors:

Notice: Undefined variable: ll in /var/www/administrator/.md5 on line 169 Parse error: syntax error, unexpected '<' in /var/templates/beez_20/index.php on line 2 Notice: Undefined index: in /var/www/administrator/.md5 on line 139 

How can this be fixed?

first lines /var/templates/beez_20/index.php

  <?php /** * @package Joomla.Site * @subpackage Templates.beez_20 * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; jimport('joomla.filesystem.file'); // check modules $showRightColumn = ($this->countModules('position-3') or $this->countModules('position-6') or $this->countModules('position-8')); $showbottom = ($this->countModules('position-9') or $this->countModules('position-10') or $this->countModules('position-11')); $showleft = ($this->countModules('position-4') or $this->countModules('position-7') or $this->countModules('position-5')); if ($showRightColumn==0 and $showleft==0) { $showno = 0; 
  • four
    And the contents of the files in the specified lines where? This is not the show "Battle of psychics". - VenZell
  • And show the template.php file or something like that in / var / templates / beez_20 / - tCode
  • @tCode is only templateDetails.xml - Anna
  • I remembered, there is a folder Layout - tCode
  • @tCode is not like that ( - Anna

0