Bug #23097 Bug Fixed

Third-party RTE Tools are not available

Version: 3.5.6 Reporter: Derek Jones

This is an archived bug report. If you are experiencing a similar issue, upgrade to the latest release and if that does not solve the problem, submit a new bug report

Installation instructions appear to be missing a necessary DB insertion, but currently third-party tools will not be returned by get_tools() in the legacy RTE tool model, so they are not usable.

  • Open /Users/kevin/Sites/ExpressionEngine/system/ee/EllisLab/Addons/rte/models/rte_tool_model.php and find this code on line 152:

    continue 2;

    And REPLACE it with:

    if ($tmp_path == PATH_THIRD) continue 2;
    
    continue;
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases