Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Bug with Navee Integration

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

Dustin Hansen

Sep 25, 2012

Using EE 2.5.3, Wyvern 1.4.3 and Navee 2.2.5

When you click to create a link in Wyvern you see the following PHP Warning displayed repeatedly:

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: pages

Filename: libraries/navee_pages.php

Line Number: 163

#1

BoldMinded (Brian)

Will look into this soon. Thanks

#2

John Briggs

I’m hitting the same problem. Any progress on it? I’d love to use wyvern, but I need to hand this off to a client soon and I can’t with these errors.

#3

BoldMinded (Brian)

Can you both send me your email addresses and I’ll send a new build.

#4

BoldMinded (Brian)

Actually, on line 163 of that file, just change

if(count($pages) > 0){

to

if (count($site_pages)>0){

See if that fixes it.

#5

Dustin Hansen

This works. Thanks.

Login to reply