WPIntell

Source evidence

Fatal error when I activate some plugins

Gantry 5 Framework · support · 2025-09-19T18:32:00+00:00

questionsentiment
mediumseverity
0.28relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 24 rows with source links

20.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Andrea Scarfo’ unresolved
working on a develop website I had this error while I was activating two plugins: Chained quiz Admin and Site Enhancements (ASE) ErrorException (E_COMPILE_ERROR) Array and string offset access syntax with curly braces is no longer supported Gantry 5.5.23 WordPress 6.8.2 PHP 8.1 Do you think it’s a bug of gantry or of the plugin? I am using ASE on other installation and never gave this error. Maybe it was not a Gantry bug, anyway I fixed it this way In wp-admin/install.php while( $l >= 0 && $sql{$l} == '\\' ) { had to change this way while( $l >= 0 && $sql[$l] == '\\' ) { This reply was modified 7 months, 4 weeks ago by Andrea Scarfo' .

Comments

1 shown
Andrea Scarfo’ 2025-10-02T16:12:00+00:00

Maybe it was not a Gantry bug, anyway I fixed it this way In wp-admin/install.php while( $l >= 0 && $sql{$l} == '\\' ) { had to change this way while( $l >= 0 && $sql[$l] == '\\' ) { This reply was modified 7 months, 4 weeks ago by Andrea Scarfo' .