Error 500

  • jwmuriel
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 4 months ago #40876 by jwmuriel
Error 500 was created by jwmuriel
Hello:

Whe in go in Languaje Manager/Content
I obtain an error message (see file atachment)
What can i do, i need the site working in 3 languages

Saludos
Wladimir Muriel
Attachments:

Please Log in to join the conversation.

More
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
  • New Member
More
10 years 4 months ago #40889 by jwmuriel
Replied by jwmuriel on topic Error 500
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

Please Log in to join the conversation.

More
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:
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
Powered by Kunena Forum