Failed to load new ElggObject from GUID:

Elgg 1.6

page /action/register

when a user registers, I get the following error

the user is created in the db and is sent a confirmation email,

it is unclear what GUID 1242 refers to and why the error is generated

IOException


Failed to load new ElggObject from GUID:1242

 


 

IOException Object
(
[message:protected] => Failed to load new ElggObject from GUID:1242
[string:private] => exception 'IOException' with message 'Failed to load new ElggObject from GUID:1242' in /var/www/sites/think/engine/lib/objects.php:57
Stack trace:
#0 /var/www/sites/think/engine/lib/widgets.php(26): ElggObject->__construct(Object(stdClass))
#1 /var/www/sites/think/engine/lib/entities.php(1444): ElggWidget->__construct(Object(stdClass))
#2 /var/www/sites/think/engine/lib/database.php(279): entity_row_to_elggstar(Object(stdClass))
#3 /var/www/sites/think/engine/lib/entities.php(1761): get_data('SELECT * from e...', 'entity_row_to_e...')
#4 /var/www/sites/think/engine/lib/entities.php(697): disable_entity('1241', 'new_user')
#5 /var/www/sites/think/actions/register.php(58): ElggEntity->disable('new_user')
#6 /var/www/sites/think/engine/lib/actions.php(76): include('/var/www/sites/...')
#7 /var/www/sites/think/engine/handlers/action_handler.php(19): action('register')
#8 {main}
[code:protected] => 0
[file:protected] => /var/www/sites/think/engine/lib/objects.php
[line:protected] => 57
[trace:private] => Array
(
[0] => Array
(
[file] => /var/www/sites/think/engine/lib/widgets.php
[line] => 26
[function] => __construct
[class] => ElggObject
[type] => ->
[args] => Array
(
[0] => stdClass Object
(
[guid] => 1242
[type] => object
[subtype] => 3
[owner_guid] => 1241
[site_guid] => 1
[container_guid] => 1241
[access_id] => 1
[time_created] => 1252599803
[time_updated] => 1252599803
[enabled] => yes
)

)

)

[1] => Array
(
[file] => /var/www/sites/think/engine/lib/entities.php
[line] => 1444
[function] => __construct
[class] => ElggWidget
[type] => ->
[args] => Array
(
[0] => stdClass Object
(
[guid] => 1242
[type] => object
[subtype] => 3
[owner_guid] => 1241
[site_guid] => 1
[container_guid] => 1241
[access_id] => 1
[time_created] => 1252599803
[time_updated] => 1252599803
[enabled] => yes
)

)

)

[2] => Array
(
[file] => /var/www/sites/think/engine/lib/database.php
[line] => 279
[function] => entity_row_to_elggstar
[args] => Array
(
[0] => stdClass Object
(
[guid] => 1242
[type] => object
[subtype] => 3
[owner_guid] => 1241
[site_guid] => 1
[container_guid] => 1241
[access_id] => 1
[time_created] => 1252599803
[time_updated] => 1252599803
[enabled] => yes
)

)

)

[3] => Array
(
[file] => /var/www/sites/think/engine/lib/entities.php
[line] => 1761
[function] => get_data
[args] => Array
(
[0] => SELECT * from entities WHERE container_guid=1241 or owner_guid=1241 or site_guid=1241
[1] => entity_row_to_elggstar
)

)

[4] => Array
(
[file] => /var/www/sites/think/engine/lib/entities.php
[line] => 697
[function] => disable_entity
[args] => Array
(
[0] => 1241
[1] => new_user
)

)

[5] => Array
(
[file] => /var/www/sites/think/actions/register.php
[line] => 58
[function] => disable
[class] => ElggEntity
[type] => ->
[args] => Array
(
[0] => new_user
)

)

[6] => Array
(
[file] => /var/www/sites/think/engine/lib/actions.php
[line] => 76
[args] => Array
(
[0] => /var/www/sites/think/actions/register.php
)

[function] => include
)

[7] => Array
(
[file] => /var/www/sites/think/engine/handlers/action_handler.php
[line] => 19
[function] => action
[args] => Array
(
[0] => register
)

)

)

)

 

 

GUID 1242 shows up in the objects_entity table with no values for title or description

the entities table shows the following

1242 object 3 1241 1 1241 1 1252599803 1252599803 yes

GUID 1241 is the new user