- Posts: 8
- Thank you received: 0
Error 500
-
jwmuriel
Inactive member - Topic Author
- New Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #40881
by ivan.milic
Replied by ivan.milic on topic Error 500
Go to Extension Manager, "Database" tab, there should be button saying something like "click here to repair database" if yes click on it
The following user(s) said Thank You: jwmuriel
Please Log in to join the conversation.
-
jwmuriel
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
10 years 4 months ago #40889
by jwmuriel
Hello:
I have a new problem
I activated the site like multilanguage
But i lose the transparent and floating logo and menu in the home page
What can i recover this?
Please see my site
www.hotelgalapagosinn.com/
Saludos
Wladimir Muriel
I have a new problem
I activated the site like multilanguage
But i lose the transparent and floating logo and menu in the home page
What can i recover this?
Please see my site
www.hotelgalapagosinn.com/
Saludos
Wladimir Muriel
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago - 10 years 3 months ago #40893
by ivan.milic
Replied by ivan.milic on topic Error 500
Open index.php of template
replace:
with:
replace:
Code:
<?php $menu = JSite::getMenu(); ?>
<body<?php if ($menu->getActive() == $menu->getDefault()) { echo ' class="sparky_home"'; }else{ echo ' class="sparky_inner"'; } ?>>
with:
Code:
<?php
$menu = JFactory::getApplication()->getMenu();
$lang =& JFactory::getLanguage();
?>
<body<?php if ($menu->getActive() == $menu->getDefault($lang->getTag())) { echo ' class="sparky_home"'; }else{ echo ' class="sparky_inner"'; } ?>>
Last edit: 10 years 3 months ago by ivan.milic.
The following user(s) said Thank You: jwmuriel
Please Log in to join the conversation.
Time to create page: 0.217 seconds