Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • davilafran Friend
    #187462

    Hi folks

    I get this error JHtml: :formbehavior not supported. File not Found, when trying to edit an article on the frontend with super user permissions.

    How could I solve it?

    Thanx

    Saguaros Moderator
    #492682

    Hi davilafran,

    It’s a bug in T3 framework. We fixed this bug and it’s updated and will be released in the next version.

    Currently, you can fix with this solution:

    – Take a backup of your site first

    – Open file: pluginssystemt3basehtmlcom_contentformedit.php

    at line 16:

    JHtml::_('formbehavior.chosen', 'select');

    change it to:


    if(version_compare(JVERSION, '3.0', 'ge')){
    JHtml::_('formbehavior.chosen', 'select');
    }

    and let me know if this helps.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum