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: Error get_dir_file_info() helper.wyvern.php on line 1438

Status Resolved
Add-on / Version
Severity Blocker
EE Version 24

Pedrera

Apr 25, 2013

Hi Brian,

I just upgraded to EE 2.6.0 (i was not able to select this latest version in your ticketing system), and I am running the latest version of Wyvern (1.5.6). When attempting to edit a content item in EE, I get the following error:


Fatal error: Call to undefined function get_dir_file_info() in[my-system-path]/expressionengine/third_party/wyvern/helper.wyvern.php on line 1438

For what it’s worth, my system folder is above the webroot (http://ellislab.com/expressionengine/user-guide/installation/best_practices.html). Maybe this is a permissions issue???

Thanks in advance for your help!

Tim

#1

BoldMinded (Brian)

Download 1.5.7, it should fix this issue.

#2

BoldMinded (Brian)

Sorry, 1.5.7 isn’t out. Just before that line, add this:

$this->EE->load->helper(‘file’);

Login to reply