I upgraded to 6.x-1.1 the other day and now I can no longer views the status report pages or the module settings page. I get:
Fatal error: Call to undefined function _advagg_build_url() in /myserverdirectory/mydirectory/sites/all/modules/advagg/advagg.install on line 524
I've cleared the caches, ran update, etc. and the errors do not go away.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | advagg-1208284-6.patch | 376 bytes | mikeytown2 |
| #1 | advagg-1208284-1.patch | 624 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedThis patch should fix the issue; please re-open if it does not.
Also try re-copying advagg.module over as this contains a newly created _advagg_build_url function.
Comment #2
Chad_Dupuis commentedAfter patching and re-copying I still get the same error:
Upon viewing status report:
Fatal error: Call to undefined function _advagg_build_url() in /myserver/dir/sites/all/modules/advagg/advagg.install on line 524
Upon trying to view /admin/settings/advagg
Same thing...
Comment #3
Chad_Dupuis commentedComment #4
mikeytown2 commentedCan you verify this for me, that the _advagg_build_url() function is in your advagg.module file (should be at the bottom of it)? I can not repo this bug.
Comment #5
Chad_Dupuis commentedSeems to be there:
Comment #6
mikeytown2 commentedgive this patch a try.
Comment #7
Chad_Dupuis commentedThat did it, although I applied that over top of the previously patched file if that helps you in anyway ..... At this point I can get into admin, etc. Thanks!
Comment #8
Chad_Dupuis commentedNow I'm seeing a previously reported bug (I believe) in the status report:
Adv CSS/JS Agg - Async Mode Flush your caches
You need to flush your menu cache. This can be done near the bottom of the performance page. If this does not fix the issue copy this info below when opening up an issue for advagg:
I've flushed multiple times and still get the error - doubt this is related though...
Comment #9
mikeytown2 commentedThanks for the feedback, committed #6