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: Low Variables/Matrix/Wyvern Undefined property: EE::$typography error

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

Jerry Gennaria

Jul 17, 2012

Hi,

I’m attempting to use Wyvern as a field within a Matrix field within Low Variables (sounds like some kind of Inception thing!)

I’m getting the following error on output:

Message: Undefined property: EE::$typography

Filename: wyvern/ft.wyvern.php

Line Number: 169

Fatal error: Call to a member function parse_type() on a non-object in /Users/XXXXXXX/sites/localcmc/console/expressionengine/third_party/wyvern/ft.wyvern.php on line 169

I’m running Matrix 2.4.1, Low Variables 2.3.1, Wyvern 1.4.3 and ExpressionEngine v2.5.2 - Build Date: 20120606.

At the moment I’m developing on a local install. I can push to a server if you need CP access.

Thanks,
jerry

#1

BoldMinded (Brian)

Weird. Just before line 169 in that file can you add this and see if it fixes it?

$this->EE->load->library('typography');
#2

Jerry Gennaria

That seems to have done it.

#3

BoldMinded (Brian)

Added that fix to the next version.

Login to reply