Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#17577 closed defect (bug) (invalid)

Cannot access profile admins cannot edit other users profiles

Reported by: skinnydog's profile skinnydog 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/

Change History (2)

#1 @skinnydog
14 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Seems like this was a memory issue? Moving the PHP memory_limit to 64M resolved this.

#2 @scribu
14 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.