Flat template will not force as home page

kingdom
11 years, 1 month ago
I am unable to have the Flat template force a home page. I am using joomla 3.0.

It seemed to be forcing the page I wanted to use as a home page for a while but as I continued working on the site and adding content, it reverted back to the original home page that I have set on the standard site.

I have made sure that I made no changes to the general settings. In the general settings I have it set to force the page that I want forced but it is not working.

Please help...

Thanks,
joe
kingdom
11 years, 1 month ago
Thanks for the help!

Do you know when the next MJ release will be?

Also, how do I get to the PHP to make that change?

 Unfortunately I am not a developer and this is a little bit over my head.
dryabov
11 years, 1 month ago
The release date is not scheduled yet.
To apply the patch, open that file by FTP, found line
 
$current = array_merge($_GET, $router->getVars());
 

and add following code below:
 
if(!isset($current['Itemid']))
      $current['Itemid'] = (string)$Itemid;
 
kingdom
11 years, 1 month ago
I had my IT team apply the patch and it didn't work.

We loaded the file from the repository and then went and added the patch to the PHP as well.

Anything else this could be?
dryabov
11 years, 1 month ago
What is exact Joomla version on your website?
And could you list all published plugins of "system" group?

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.