Fatal error: require_once(): Failed opening required '/sites/gg/sites/all/modules/languageassign/user.admin.inc' (include_path='.:/usr/lib/php') in /sites/gg/includes/menu.inc on line 499
Had only just enabled, set up a View to use VBO 'set to language' and successfully applied it (so nice going so far - thanks for the module) but then found some other pages were trying to call this in the menu.inc
Obvious to anyone what is going on?
We may be able to dig in to this, but probably only need module on for an hour to set some old content to correct languages and will then disable, so unsure that we will get to it.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | languageassign-Fatal-errors-requiring-user.admin_.inc-admin-people-people-1144306-8683991.patch | 722 bytes | sgurlt |
Comments
Comment #1
Andrew Schulman commentedThanks for reporting this bug. I've committed a fix for it. It works in my testing, but I'd appreciate it if you would also test it and report your findings. To test:
Without the patch, either of those two paths will give the error message that you found. With the patch, they should both work.(admin/people/people seems to be the same as admin/people, so I'm not sure why it's there, but Language Assignment still shouldn't break it.) Please let me know.
This error doesn't occur in D6.
Comment #2
Andrew Schulman commentedFixed in 7.x-1.2. Please reopen this bug if you think otherwise.
Comment #3
Andrew Schulman commentedI was wrong in #1. This error did occur in D6, when the user tried to visit admin/user/user/list or admin/user/user/create. Shame on me for not spotting that.
I've committed a fix and released it in version 6.x-1.5.
Comment #5
sgurlt commentedI am still getting this error when trying to open the permissions page.
Fatal error: require_once(): Failed opening required 'iptp/sites/all/modules/modified/languageassign/user.admin.inc' (include_path='.;C:\seu\xampp\php\PEAR') in C:\seu\xampp\htdocs\iptp\includes\menu.inc on line 515
Any idea how to fix that?
Comment #6
sgurlt commentedComment #7
sgurlt commentedWhat i dont get is, that the error only occures on the page
admin/people/permissions
But when i uncomment the function:
the error is gone. The point I dont get is, that admin/people/permission even is effected.
Comment #8
sgurlt commentedFound out that just a little "/" was missing there ;-)
Comment #9
sgurlt commentedComment #10
augustyip commented