All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Please read about the changes to BoldMinded add-on licensing.

Ticket: Typo Fix Submission

Status Resolved
Add-on / Version
Severity Trivial
EE Version

Jarrett M. Barnett

May 11, 2012

File: acc.blueprints.php

Line: 163

Is missing the third_party folder specification; therefore, the console reports a 404 not found throughout the EE2 control panel.

From this:

background-image: url(’. $this->EE->config->item(‘theme_folder_url’) .‘jquery_ui/default/images/ui-icons_ffffff_256x240.png);

to this:

background-image: url(’. $this->EE->config->item(‘theme_folder_url’) .‘third_party/jquery_ui/default/images/ui-icons_ffffff_256x240.png);

#1

BoldMinded (Brian)

Ah, thank you. Fixed for the next release (potentially 2.0)

#2

Jarrett M. Barnett

Oops! I mean:

background-image: url(’. $this->EE->config->item(‘theme_folder_url’) .‘cp_themes/default/images/ui-icons_ffffff_256x240.png);

Might be worthwhile duplicating the image and storing it in the third_party folder

Thanks again!

Login to reply