500 - JHtml: :bootstrap

  • davidc
  • Topic Author
  • Visitor
  • Visitor
10 years 1 month ago #42881 by davidc
500 - JHtml: :bootstrap was created by davidc
i ave problem with component attach this is the error
500 - JHtml: :bootstrap non supportato. File non trovato.
in another forma see modific JHtml::_('bootstrap.framework'); in //JHtml::_('bootstrap.framework');
thin not function

Please Log in to join the conversation.

More
10 years 1 month ago #42908 by ivan.milic
Replied by ivan.milic on topic 500 - JHtml: :bootstrap
In index.php of template:

if (preg_match("/2.5/i", JVERSION)) {
JHtml::_('behavior.framework', true);
} else {
JHtml::_('bootstrap.framework');
}

change to:

if (preg_match("/2.5/i", JVERSION) || true) {
JHtml::_('behavior.framework', true);
} else {
JHtml::_('bootstrap.framework');
}

Please Log in to join the conversation.

  • davidc
  • Topic Author
  • Visitor
  • Visitor
10 years 1 month ago #42939 by davidc
Replied by davidc on topic 500 - JHtml: :bootstrap
not resolve the problem
Attachments:

Please Log in to join the conversation.

More
10 years 1 month ago #42952 by ivan.milic
Replied by ivan.milic on topic 500 - JHtml: :bootstrap
Did you maybe add some component that uses bootstrap?

What joomla you are on 2.5 or 3.x?

Please Log in to join the conversation.

  • davidc
  • Topic Author
  • Visitor
  • Visitor
10 years 1 month ago #42957 by davidc
Replied by davidc on topic 500 - JHtml: :bootstrap
hi
use component attach and joomla 2.5
tanks

Please Log in to join the conversation.

More
10 years 1 month ago #42963 by ivan.milic
Replied by ivan.milic on topic 500 - JHtml: :bootstrap
Change:

if (preg_match("/2.5/i", JVERSION) || true) {
JHtml::_('behavior.framework', true);
} else {
JHtml::_('bootstrap.framework');
}

to just:

JHtml::_('behavior.framework', true);

Maybe you installed some component that requires bootstrap and taht does not exist in j2.5

Please Log in to join the conversation.

Time to create page: 0.184 seconds
Powered by Kunena Forum