#17577 closed defect (bug) (invalid)
Cannot access profile admins cannot edit other users profiles
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | critical | Version: | 3.1.3 |
Component: | Users | Keywords: | |
Focuses: | Cc: |
Description
Users cannot access profile
/wp-admin/profile.php
in logs:
[Thu May 26 11:32:10 2011] [error] [client 142.103.101.71] PHP Fatal error: Call to undefined function is_multisite() in /www_data/www/wp-admin/user/admin.php on line 14, referer: http://example.com/wp-admin/
[Thu May 26 11:35:02 2011] [error] [client 128.189.126.165] PHP Warning: Unknown: GC cache entry '/www_data/www/wp-admin/network/menu.php' (dev=22 ino=822620) was on gc-list for 3606 seconds in Unknown on line 0
[Thu May 26 11:35:02 2011] [error] [client 128.189.126.165] PHP Fatal error: Call to undefined function is_multisite() in /www_data/www/wp-admin/user/admin.php on line 14
[Thu May 26 11:36:01 2011] [error] [client 128.189.126.165] PHP Fatal error: Call to undefined function is_multisite() in /www_data/www/wp-admin/user/admin.php on line 14, referer: http://example.com/wp-admin/users.php
[Thu May 26 11:40:54 2011] [notice] child pid 482 exit signal Segmentation fault (11)
[Thu May 26 11:41:00 2011] [notice] child pid 30253 exit signal Segmentation fault (11)
[Thu May 26 11:41:36 2011] [error] [client 128.189.126.165] PHP Fatal error: Call to undefined function is_multisite() in /www_data/www/wp-admin/user/admin.php on line 14, referer: http://example.com/wp-admin/
Seems like this was a memory issue? Moving the PHP memory_limit to 64M resolved this.