JoomShaper / Helix-Joomla

Helix framework 2 for joomla
http://www.joomshaper.com/helix
12 stars 22 forks source link

Seblod CCK - form submission - ERROR 500 - JHtmlBootstrap::startTabSet not found #1

Closed pepperstreet closed 10 years ago

pepperstreet commented 10 years ago

Hello, I get the following error as soon as the latest HELIX II system plugin is published.

(500) JHtmlBootstrap::startTabSet not found.

Thanks in advance.

pepperstreet commented 10 years ago

The cause seems to be the out-dated or incomplete bootstrap.php

YourJoomla/plugins/system/helix/core/classes/joomla30/bootstrap.php

This file lacks some functions and important changes i.e. deprecated Tab syntax etc. Additionally, it seems to lack the usual bootstrap loading from J! core JUI folder.

Please, update the bootstrap.php file! And consider to load bootstrap files from J! core JUI folder!!!

Thanks in advance.

pepperstreet commented 10 years ago

I assume you are loading your own customized bootstrap files because of FontAwesome icons? If so, please make a system parameter, where we can choose between JUI bootstrap and Helix-Bootstrap+FontAwesome.

JoomShaper commented 10 years ago

We will fix the issue as soon as possible.

JoomShaper commented 10 years ago

Hi, can you please give the link where are you working. I have started to fix SEBLOD issue. If possible then please send me admin access too.

On Wed, Apr 30, 2014 at 6:29 AM, pepperstreet notifications@github.comwrote:

I assume you are loading your own customized bootstrap files because of FontAwesome icons? If so, please make a system parameter, where we can choose between JUI bootstrap and Helix-Bootstrap+FontAwesome.

— Reply to this email directly or view it on GitHubhttps://github.com/JoomShaper/Helix-Joomla/issues/1#issuecomment-41748573 .

JoomShaper

Tel: +880 2 810 03 44 Email: support@joomshaper.com Web: www.joomshaper.com

pepperstreet commented 10 years ago

Sorry, local server environment... here is a short description to re-create the issue:

-> Error 500...

The error is related to the out-dated bootstrap.php file. Please, compare it to the J! core original.

JoomShaper commented 10 years ago

Thanks for informing. Will fix this issue as soon as possible.

On Fri, May 2, 2014 at 5:21 PM, pepperstreet notifications@github.comwrote:

Sorry, local server environment... here is a short description to re-create the issue:

  • Download and install free Seblod CCK package
  • Create a new Menu-Item of type SEBLOD -> Form
  • set Menu-Item parameter "Content Type (Form) *" to "ARTICLE"
  • login to frontend with Author/Admin rights to submit articles
  • Choose the previously created menu-item to access the SEBLOD article submission form

-> Error 500...

The error is related to the out-dated bootstrap.php file. Please, compare it to the J! core original.

— Reply to this email directly or view it on GitHubhttps://github.com/JoomShaper/Helix-Joomla/issues/1#issuecomment-42019230 .

JoomShaper

Tel: +880 2 810 03 44 Email: support@joomshaper.com Web: www.joomshaper.com

pepperstreet commented 10 years ago

Thanks for the last update 2.1.6, which seems fix the 500 error.