mrtopher / dashEE

Control panel dashboard framework for EE CMS.
37 stars 5 forks source link

php error on login #28

Closed interfacecreation closed 11 years ago

interfacecreation commented 11 years ago

Hi I am getting a couple of php errors when hitting the home button. RUnning ee 2.5.5.

A PHP Error was encountered

Severity: Notice

Message: Undefined index: fingerprint

Filename: dashee/ext.dashee.php

Line Number: 155

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /xxx/base/system/codeigniter/system/core/Exceptions.php:170)

Filename: dashee/ext.dashee.php

Line Number: 159

This also means that after login the control panel is blank and shows this error:

Fatal error: Call to undefined function ee() in /Users/christiangeyer/Sites/base/public_html/third_party/dashee/models/dashee_model.php on line 82

thanks for looking in to this

Christian

mrtopher commented 11 years ago

Hi Christian,

You either need to update your EE install to 2.6.x or download an earlier version of the module (https://github.com/mrtopher/dashEE/tags).

interfacecreation commented 11 years ago

Cheers!