Joomlatwork
Welcome, Guest. Please login or register.
June 19, 2013, 12:03:37 PM

Login with username, password and session length
Search:     Advanced search
39616 Posts in 20653 Topics by 12305 Members
Latest Member: Blingeligusly
* Home Help Search Login Register
  Show Posts
Pages: [1]
1  Joomla SEF Patch / Patch Users / Re: SEO Patch for 1.015 doesn't work correclty on: March 06, 2008, 05:25:51 PM
Hello,

I have found a solution :

in files index.php, comment these lines(lines 106 & 107) :
Code:
$mainframe = new mosMainFrame( $database, $option, '.' );
$mainframe->initSession();

After these lines add :
Code:
require_once( $mosConfig_absolute_path .'/includes/sefpatch.php' );
$mainframe = new mosSefPatch( $database, $option, '.' );
$mainframe->initSession();

Now it will work Wink
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!