Reviewed & tested by the community
Project:
Language Assignment
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 May 2011 at 05:31 UTC
Updated:
23 Oct 2015 at 08:26 UTC
Jump to comment: Most recent, Most recent file
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