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: Bad variable name in navee_pages.php (line 155) causes PHP errors in Link dialog box

Status Resolved
Add-on / Version
Severity Trivial
EE Version 17

Ed Jordan

Jul 03, 2012

After upgrading Wyvern, I suddenly saw PHP errors listed in the Link dialog box citing a bad variable name navee_pages.php, line 155.

I went to line 155 in the navee_pages.php source and changed $pages to $site_pages. That seemed to fix the problem.

if (count($site_pages)>0){ // user changed $pages to $site_pages

 

#1

BoldMinded (Brian)

Did you upgrade the boldminded_themes folder as well? Line 155 of the latest version of that file does not have a $pages variable on it.

#2

Ed Jordan

I just checked the source that I unzipped locally, and it still does have the $pages variable at line 155.

My file system shows that I downloaded wyvern-141.zip at 10:56am EDT this morning.

I don’t know why my copy doesn’t have the fix….

#3

BoldMinded (Brian)

Ed, email me via the Contact page and I’ll shoot you a new version that has the fix.

Login to reply