0
Welcome Guest! Login
0 items Join Now

Fatal Error: Please help!

  • Fatal Error: Please help!

    Posted 9 years 2 weeks ago
    • Hello,

      I am trying to help some friends with a website issue they seem to be having so plese be patient with us. Here is the issue we seem to be having, the website was "hacked" so to speak. The website and all "Search Engine Results" were redirecting to some canadian pharmacutical company. We have fixed this by deleteing all the files from the root directory of their webserver (after a backup of course). We then loaded an orginal copy of their website (Joomla) via FTP and also dropped all current tables and re-imported the original saved DB file as well.

      So the website URL and all search engine links are now pointing to the right domain, however this is the homepage currently:


      Fatal error: Call to a member function get() on a non-object in /home/content/b/i/g/bigotatoo/html/joomla15/templates/rt_perihelion_j15/index.php on line 20

      I am not a programmer, but I was able to browse and open that file. Here is what is on lines 1-45 only (there is more in that file but this was all I thought to grab):


      <?php
      /**
       * @package   Perihelion Template - RocketTheme
       * @version   1.5.3 October 21, 2011
       * @author    RocketTheme, LLC http://www.rockettheme.com
       * @copyright Copyright (C) 2007 - 2011 RocketTheme, LLC
       * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
       *
       * Rockettheme Perihelion Template uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
       *
       */
      // no direct access
      defined( '_JEXEC' ) or die( 'Restricted index access' );
      define( 'YOURBASEPATH', dirname(__FILE__) );
      require( YOURBASEPATH.DS."rt_styleswitcher.php");
      JHTML::_( 'behavior.mootools' );
      								
      	$live_site        			= $mainframe->getCfg('live_site');
      	$template_path 				= $this->baseurl . '/templates/' .  $this->template;
      	$default_style 				= $this->params->get("defaultStyle", "style1");
      	$enable_ie6warn             = ($this->params->get("enableIe6warn", 1)  == 0)?"false":"true";
      	$font_family                = $this->params->get("fontFamily", "default");
      	$template_width 			= $this->params->get("templateWidth", "962");
      	$leftcolumn_width			= $this->params->get("leftcolumnWidth", "250");
      	$rightcolumn_width			= $this->params->get("rightcolumnWidth", "250");
      	$inset_width				= $this->params->get("insetWidth", "200");
      	$splitmenu_col				= $this->params->get("splitmenuCol", "rightcol");
      	$menu_name 					= $this->params->get("menuName", "mainmenu");
      	$menu_type 					= $this->params->get("menuType", "moomenu");
      	$default_font 				= $this->params->get("defaultFont", "default");
      	$show_breadcrumbs 			= ($this->params->get("showBreadcrumbs", 0)  == 0)?"false":"true";
      	$show_logo		 			= ($this->params->get("showLogo", 1)  == 0)?"false":"true";
      	$show_copyright 			= ($this->params->get("showCopyright", 1)  == 0)?"false":"true";
      	$show_frontpage_content 	= ($this->params->get("showFrontpageContent", 1)  == 0)?"false":"true";
      	
      	// moomenu options
      	$moo_bgiframe     			= ($this->params->get("moo_bgiframe'","0") == 0)?"false":"true";
      	$moo_delay       			= $this->params->get("moo_delay", "500");
      	$moo_duration    			= $this->params->get("moo_duration", "600");
      	$moo_fps          			= $this->params->get("moo_fps", "200");
      	$moo_transition   			= $this->params->get("moo_transition", "Sine.easeOut");	
      	
      	require(YOURBASEPATH . DS . "rt_styleloader.php");
      	
      ?>



      The URL for the website is: http://www.bigotattoo.net/joomla15/

      Any help is greatly appreciated!

      Thanks
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Fatal Error: Please help!

    Posted 9 years 2 weeks ago
    • Please do not post extensions/template specific questions in the "General Discussion" forum. You should post in the extension forum or template forum as appropriate. Most of these forums are for members who have a current PAID membership. Our priority is always to assist paying members.

      Thank you for your understanding.

      Your subscription appears to have expired. Support does require a current subscription.

      I am sorry but we no longer support Joomla 1.5 at all (and neither do Joomla). If you have the original standalone template file then I suggest that you install that in extensions manager as that will overwrite the hacked template files with our original template files. Also, you should reinstall the Gantry version that you were using too (same version) to do the same. Usually this clears most hacked files out.

      Really though you should redevelop the site on the latest Joomla 3.5.x platform. Joomla 1.5 and Joomla 2.5 are no longer supported by Joomla and have known security flaws making them easy to hack.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.060 seconds