fdcore / ee-uri-route

Create rules for URI Routing in ExpressionEngine
1 stars 1 forks source link

EE v2.5.3: Call to undefined function ee() #2

Open christmm opened 11 years ago

christmm commented 11 years ago

When attempting to install the module, I receive the following error:

Fatal error: Call to undefined function ee() in /path/to/third_party/uri_route/ext.uri_route.php on line 25

After looking into this a bit further, it turns out the ee() function was added in version 2.6 and so the extension is not compatible with early versions of EE2. Any plans to make it so?

Thanks so much,

Chris

tylerwillingham commented 10 years ago

I've created a pull request for this backwards compatibility: https://github.com/fdcore/ee-uri-route/pull/3