Hello,

A function is missing:
Fatal error: Call to undefined function _pathauto_include() in XXXXXXX/www/sites/all/modules/openid_provider/openid_provider.module on line 112

Is there something missing in HEAD?

CommentFileSizeAuthor
#3 968746_openid_pathauto.patch568 bytesanarcat

Comments

grub3’s picture

The correct syntax should be:
module_load_include('inc', 'pathauto');

grub3’s picture

Status: Active » Reviewed & tested by the community

Simple fix, needs commit ASAP.

anarcat’s picture

StatusFileSize
new568 bytes

This should have been marked needs review but: I reviewed it, it works, and should indeed be applied as it blows up any openid provider after an upgrade of path auto from 1.x to 2.x.

This is really RTBC.

basvredeling’s picture

Works like a charm. Please commit.

anarcat’s picture

Status: Reviewed & tested by the community » Fixed

fix committed and pushed to 6.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.