I am getting this error in user profile page that to only in few user profile once i activate pages plugin alone.
Fatal Error.
Argument 3 passed to Elgg\WidgetsService::getNameById() must be an instance of ElggEntity, boolean given, called in /home/xxx/public_html/vendor/elgg/elgg/engine/classes/ElggWidget.php on line 168
TypeError Object
(
[message:protected] => Argument 3 passed to Elgg\WidgetsService::getNameById() must be an instance of ElggEntity, boolean given, called in /home/xxx/public_html/vendor/elgg/elgg/engine/classes/ElggWidget.php on line 168
[string:Error:private] => TypeError: Argument 3 passed to Elgg\WidgetsService::getNameById() must be an instance of ElggEntity, boolean given, called in /home/xxx/public_html/vendor/elgg/elgg/engine/classes/ElggWidget.php on line 168 and defined in /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/WidgetsService.php:221
Stack trace:
#0 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/ElggWidget.php(168): Elgg\WidgetsService->getNameById('pages', 'profile', false)
#1 /home/xxx/public_html/mod/widget_manager/classes/WidgetManagerWidget.php(124): ElggWidget->getTitle()
#2 /home/xxx/public_html/mod/widget_manager/views/default/object/widget.php(27): WidgetManagerWidget->getTitle()
#3 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php(362): include('/home/xxx/...')
#4 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php(300): Elgg\ViewsService->renderViewFile('object/widget', Array, 'default', true)
#5 /home/xxx/public_html/vendor/elgg/elgg/engine/lib/views.php(343): Elgg\ViewsService->renderView('object/widget', Array, false, 'default')
#6 /home/xxx/public_html/vendor/elgg/elgg/engine/lib/views.php(864): elgg_view('object/widget', Array, false, false)
#7 /home/xxx/public_html/mod/widget_manager/views/default/page/layouts/widgets.php(92): elgg_view_entity(Object(WidgetManagerWidget), Array)
#8 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php(362): include('/home/xxx/...')
#9 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php(300): Elgg\ViewsService->renderViewFile('page/layouts/wi...', Array, 'default', true)
#10 /home/xxx/public_html/vendor/elgg/elgg/engine/lib/views.php(343): Elgg\ViewsService->renderView('page/layouts/wi...', Array, false, 'default')
#11 /home/xxx/public_html/vendor/elgg/elgg/engine/lib/views.php(699): elgg_view('page/layouts/wi...', Array)
#12 /home/xxx/public_html/mod/profile/views/default/profile/layout.php(13): elgg_view_layout('widgets', Array)
#13 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php(362): include('/home/xxx/...')
#14 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php(300): Elgg\ViewsService->renderViewFile('profile/layout', Array, 'default', true)
#15 /home/xxx/public_html/vendor/elgg/elgg/engine/lib/views.php(343): Elgg\ViewsService->renderView('profile/layout', Array, false, 'default')
#16 /home/xxx/public_html/mod/profile/views/default/resources/profile/view.php(7): elgg_view('profile/layout', Array)
#17 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php(362): include('/home/xxx/...')
#18 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php(300): Elgg\ViewsService->renderViewFile('resources/profi...', Array, 'default', true)
#19 /home/xxx/public_html/vendor/elgg/elgg/engine/lib/views.php(504): Elgg\ViewsService->renderView('resources/profi...', Array)
#20 /home/xxx/public_html/mod/profile/start.php(77): elgg_view_resource('profile/view', Array)
#21 [internal function]: profile_page_handler(Array, 'profile')
#22 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/Router.php(95): call_user_func('profile_page_ha...', Array, 'profile')
#23 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/Application.php(429): Elgg\Router->route(Object(Elgg\Http\Request))
#24 /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/Application.php(377): Elgg\Application->run()
#25 /home/xxx/public_html/index.php(8): Elgg\Application::index()
#26 {main}
[code:protected] => 0
[file:protected] => /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/WidgetsService.php
[line:protected] => 221
[trace:Error:private] => Array
(
[0] => Array
(
[file] => /home/xxx/public_html/vendor/elgg/elgg/engine/classes/ElggWidget.php
[line] => 168
[function] => getNameById
[class] => Elgg\WidgetsService
[type] => ->
[args] => Array
(
[0] => pages
[1] => profile
[2] =>
)
)
[1] => Array
(
[file] => /home/xxx/public_html/mod/widget_manager/classes/WidgetManagerWidget.php
[line] => 124
[function] => getTitle
[class] => ElggWidget
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /home/xxx/public_html/mod/widget_manager/views/default/object/widget.php
[line] => 27
[function] => getTitle
[class] => WidgetManagerWidget
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php
[line] => 362
[args] => Array
(
[0] => /home/xxx/public_html/mod/widget_manager/views/default/object/widget.php
)
[function] => include
)
[4] => Array
(
[file] => /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php
[line] => 300
[function] => renderViewFile
[class] => Elgg\ViewsService
[type] => ->
[args] => Array
(
[0] => object/widget
[1] => Array
(
[full_view] => 1
[show_access] => 1
[entity] => WidgetManagerWidget Object
(
[settings_cache:protected] => Array
(
[access] =>
[column] => 1
[context] => profile
[fixed] =>
[fixed_parent_guid] => 16117
[handler] => pages
[is_moderated] => 1
[order] => 0
[pages_num] => 4
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
)
[settings_defaults:protected] => Array
(
[fixed] =>
[widget_manager_hide_header] =>
[widget_manager_show_toggle] =>
[widget_manager_show_edit] =>
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
[widget_manager_custom_more_title] =>
[widget_manager_custom_more_url] =>
[widget_manager_disable_widget_content_style] =>
[widget_manager_custom_class] =>
[widget_manager_fixed_height] =>
[widget_manager_collapse_state] =>
[widget_manager_collapse_disable] =>
[widget_manager_cached_data] =>
)
[url_override:protected] =>
[temp_metadata:protected] => Array
(
)
[temp_annotations:protected] => Array
(
)
[temp_private_settings:protected] => Array
(
)
[volatile:protected] => Array
(
)
[orig_attributes:protected] => Array
(
)
[attributes:protected] => Array
(
[guid] => 17728
[type] => object
[subtype] => 3
[owner_guid] => 41
[site_guid] => 1
[container_guid] => 3254
[access_id] => 2
[time_created] => 1354844483
[time_updated] => 1419076387
[last_action] => 1354844483
[enabled] => yes
[title] =>
[description] =>
)
[valid:protected] =>
)
)
[2] => default
[3] => 1
)
)
[5] => Array
(
[file] => /home/xxx/public_html/vendor/elgg/elgg/engine/lib/views.php
[line] => 343
[function] => renderView
[class] => Elgg\ViewsService
[type] => ->
[args] => Array
(
[0] => object/widget
[1] => Array
(
[full_view] => 1
[show_access] => 1
[entity] => WidgetManagerWidget Object
(
[settings_cache:protected] => Array
(
[access] =>
[column] => 1
[context] => profile
[fixed] =>
[fixed_parent_guid] => 16117
[handler] => pages
[is_moderated] => 1
[order] => 0
[pages_num] => 4
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
)
[settings_defaults:protected] => Array
(
[fixed] =>
[widget_manager_hide_header] =>
[widget_manager_show_toggle] =>
[widget_manager_show_edit] =>
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
[widget_manager_custom_more_title] =>
[widget_manager_custom_more_url] =>
[widget_manager_disable_widget_content_style] =>
[widget_manager_custom_class] =>
[widget_manager_fixed_height] =>
[widget_manager_collapse_state] =>
[widget_manager_collapse_disable] =>
[widget_manager_cached_data] =>
)
[url_override:protected] =>
[temp_metadata:protected] => Array
(
)
[temp_annotations:protected] => Array
(
)
[temp_private_settings:protected] => Array
(
)
[volatile:protected] => Array
(
)
[orig_attributes:protected] => Array
(
)
[attributes:protected] => Array
(
[guid] => 17728
[type] => object
[subtype] => 3
[owner_guid] => 41
[site_guid] => 1
[container_guid] => 3254
[access_id] => 2
[time_created] => 1354844483
[time_updated] => 1419076387
[last_action] => 1354844483
[enabled] => yes
[title] =>
[description] =>
)
[valid:protected] =>
)
)
[2] =>
[3] => default
)
)
[6] => Array
(
[file] => /home/xxx/public_html/vendor/elgg/elgg/engine/lib/views.php
[line] => 864
[function] => elgg_view
[args] => Array
(
[0] => object/widget
[1] => Array
(
[full_view] => 1
[show_access] => 1
[entity] => WidgetManagerWidget Object
(
[settings_cache:protected] => Array
(
[access] =>
[column] => 1
[context] => profile
[fixed] =>
[fixed_parent_guid] => 16117
[handler] => pages
[is_moderated] => 1
[order] => 0
[pages_num] => 4
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
)
[settings_defaults:protected] => Array
(
[fixed] =>
[widget_manager_hide_header] =>
[widget_manager_show_toggle] =>
[widget_manager_show_edit] =>
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
[widget_manager_custom_more_title] =>
[widget_manager_custom_more_url] =>
[widget_manager_disable_widget_content_style] =>
[widget_manager_custom_class] =>
[widget_manager_fixed_height] =>
[widget_manager_collapse_state] =>
[widget_manager_collapse_disable] =>
[widget_manager_cached_data] =>
)
[url_override:protected] =>
[temp_metadata:protected] => Array
(
)
[temp_annotations:protected] => Array
(
)
[temp_private_settings:protected] => Array
(
)
[volatile:protected] => Array
(
)
[orig_attributes:protected] => Array
(
)
[attributes:protected] => Array
(
[guid] => 17728
[type] => object
[subtype] => 3
[owner_guid] => 41
[site_guid] => 1
[container_guid] => 3254
[access_id] => 2
[time_created] => 1354844483
[time_updated] => 1419076387
[last_action] => 1354844483
[enabled] => yes
[title] =>
[description] =>
)
[valid:protected] =>
)
)
[2] =>
[3] =>
)
)
[7] => Array
(
[file] => /home/xxx/public_html/mod/widget_manager/views/default/page/layouts/widgets.php
[line] => 92
[function] => elgg_view_entity
[args] => Array
(
[0] => WidgetManagerWidget Object
(
[settings_cache:protected] => Array
(
[access] =>
[column] => 1
[context] => profile
[fixed] =>
[fixed_parent_guid] => 16117
[handler] => pages
[is_moderated] => 1
[order] => 0
[pages_num] => 4
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
)
[settings_defaults:protected] => Array
(
[fixed] =>
[widget_manager_hide_header] =>
[widget_manager_show_toggle] =>
[widget_manager_show_edit] =>
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
[widget_manager_custom_more_title] =>
[widget_manager_custom_more_url] =>
[widget_manager_disable_widget_content_style] =>
[widget_manager_custom_class] =>
[widget_manager_fixed_height] =>
[widget_manager_collapse_state] =>
[widget_manager_collapse_disable] =>
[widget_manager_cached_data] =>
)
[url_override:protected] =>
[temp_metadata:protected] => Array
(
)
[temp_annotations:protected] => Array
(
)
[temp_private_settings:protected] => Array
(
)
[volatile:protected] => Array
(
)
[orig_attributes:protected] => Array
(
)
[attributes:protected] => Array
(
[guid] => 17728
[type] => object
[subtype] => 3
[owner_guid] => 41
[site_guid] => 1
[container_guid] => 3254
[access_id] => 2
[time_created] => 1354844483
[time_updated] => 1419076387
[last_action] => 1354844483
[enabled] => yes
[title] =>
[description] =>
)
[valid:protected] =>
)
[1] => Array
(
[full_view] => 1
[show_access] => 1
[entity] => WidgetManagerWidget Object
(
[settings_cache:protected] => Array
(
[access] =>
[column] => 1
[context] => profile
[fixed] =>
[fixed_parent_guid] => 16117
[handler] => pages
[is_moderated] => 1
[order] => 0
[pages_num] => 4
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
)
[settings_defaults:protected] => Array
(
[fixed] =>
[widget_manager_hide_header] =>
[widget_manager_show_toggle] =>
[widget_manager_show_edit] =>
[widget_manager_custom_title] =>
[widget_manager_custom_url] =>
[widget_manager_custom_more_title] =>
[widget_manager_custom_more_url] =>
[widget_manager_disable_widget_content_style] =>
[widget_manager_custom_class] =>
[widget_manager_fixed_height] =>
[widget_manager_collapse_state] =>
[widget_manager_collapse_disable] =>
[widget_manager_cached_data] =>
)
[url_override:protected] =>
[temp_metadata:protected] => Array
(
)
[temp_annotations:protected] => Array
(
)
[temp_private_settings:protected] => Array
(
)
[volatile:protected] => Array
(
)
[orig_attributes:protected] => Array
(
)
[attributes:protected] => Array
(
[guid] => 17728
[type] => object
[subtype] => 3
[owner_guid] => 41
[site_guid] => 1
[container_guid] => 3254
[access_id] => 2
[time_created] => 1354844483
[time_updated] => 1419076387
[last_action] => 1354844483
[enabled] => yes
[title] =>
[description] =>
)
[valid:protected] =>
)
)
)
)
[8] => Array
(
[file] => /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php
[line] => 362
[args] => Array
(
[0] => /home/xxx/public_html/mod/widget_manager/views/default/page/layouts/widgets.php
)
[function] => include
)
[9] => Array
(
[file] => /home/xxx/public_html/vendor/elgg/elgg/engine/classes/Elgg/ViewsService.php
[line] => 300
[function] => renderViewFile
[class] => Elgg\ViewsService
[type] => ->
[args] => Array
(
[0] => page/layouts/widgets
[1] => Array
(
[content] =>
<div class="profile elgg-col-2of3 mrn">
<div class="elgg-inner clearfix h-card vcard">
<div id="profile-owner-block">
<div class="elgg-avatar elgg-avatar-large">
<a><img src="http://www.xxxalaxy.com/serve-file/e0/l1403536644/di/c0/WG5lSrZYSEhZSDTv1xunS2tA-sW1CQkjPk7jD0dzv_0/1/41/profile/41large.jpg" alt="Meril Jeffery John.J" title="Meril Jeffery John.J" class="photo u-photo"/></a></div>
<ul class="elgg-menu profile-action-menu mvm"><li class="elgg-menu-item-profile-edit"><a href="http://www.xxxalaxy.com/profile/merilturock/edit" class="elgg-button elgg-button-action">Edit profile</a></li><li class="elgg-menu-item-avatar-edit"><a href="http://www.xxxalaxy.com/avatar/edit/merilturock" class="elgg-button elgg-button-action">Edit avatar</a></li></ul>
<ul class="elgg-menu elgg-menu-owner-block profile-content-menu elgg-menu-owner-block-default"><li class="elgg-menu-item-blog"><a href="http://www.xxxalaxy.com/blog/owner/merilturock" class="elgg-menu-content">Blogs</a></li><li class="elgg-menu-item-bookmarks"><a href="http://www.xxxalaxy.com/bookmarks/owner/merilturock" class="elgg-menu-content">Bookmarks</a></li><li class="elgg-menu-item-file"><a href="http://www.xxxalaxy.com/file/owner/merilturock" class="elgg-menu-content">Files</a></li><li class="elgg-menu-item-thewire"><a href="http://www.xxxalaxy.com/thewire/owner/merilturock" class="elgg-menu-content">Wire posts</a></li><li class="elgg-menu-item-pages"><a href="http://www.xxxalaxy.com/pages/owner/merilturock" class="elgg-menu-content">Pages</a></li><li class="elgg-menu-item-poll"><a href="http://www.xxxalaxy.com/poll/owner/merilturock" class="elgg-menu-content">Polls</a></li><li class="elgg-menu-item-videos"><a href="http://www.xxxalaxy.com/videos/owner/merilturock" class="elgg-menu-content">Videos</a></li><li class="elgg-menu-item-events"><a href="http://www.xxxalaxy.com/events/owner/merilturock" class="elgg-menu-content">Events</a></li><li class="elgg-menu-item-questions"><a href="http://www.xxxalaxy.com/questions/owner/merilturock" class="elgg-menu-content">Questions</a></li><li class="elgg-menu-item-user-albums"><a href="http://www.xxxalaxy.com/gallery/dashboard/owner/merilturock" class="elgg-menu-content">Albums</a></li><li class="elgg-menu-item-wall"><a href="http://www.xxxalaxy.com/wall/owner/merilturock" class="elgg-menu-content">Wall</a></li><li class="elgg-menu-item-support-ticket-mine"><a href="http://www.xxxalaxy.com/user_support/support_ticket/owner/merilturock" class="elgg-menu-content">My Support tickets</a></li></ul>
</div>
<div class="elgg-my-profiles"><h3>My profiles</h3><ul class="elgg-social-shortcuts"><li class="elgg-social-shortcut"><a href="https://www.facebook.com/merilturock" title="Meril Jeffery John.J's profile on facebook" rel="nofollow"><img target="facebook" class="elgg-social-shortcut-facebook" src="http://www.xxxalaxy.com/mod/interconnected/graphics/facebook.png" alt="Meril Jeffery John.J's profile on facebook"/></a></li></ul></div> <div id="profile-details" class="elgg-body pll"><h2>Meril Jeffery John.J</h2><div class="wire-status elgg-border-plain pam mbm clearfix">
<div class="elgg-image-block clearfix" >
<div class="elgg-image-alt"><a href="http://www.xxxalaxy.com/thewire/owner/merilturock" class="elgg-button elgg-button-action float-alt">Update</a></div><div class="elgg-body">It is easy to love when loved, and hurt those who hurt. But if you can love the ones who hurt you, you will overcome all obstacles. Love is the greatest power you can possess.
Matthew 5:46
If you lov<p class='elgg-subtext'>(<time title="16 March 2014 @ 8:12am" datetime="2014-03-16T08:12:14+00:00">1061 days ago</time>)</p></div>
</div>
</div><div class='even'><b>IP:</b> <a href='http://en.utrace.de/?query=117.193.47.216' target='_blank' title='Info about ISP and geo location' />Info</a> | <a href="http://www.xxxalaxy.com/tracker/117.193.47.216">117.193.47.216</a> | <a href="http://www.xxxalaxy.com/admin/administer_utilities/logbrowser?search_username=&ip_address=117.193.47.216&timelower=&timeupper=">Explore log</a></div><div id="custom_fields_userdetails" class="elgg-module elgg-module-info profile-manager-accordion"><h3 class="elgg-head mtm">Basic Info</h3><div><div class="odd"><b>Brief description</b>: If This is God's Will then no man can Fight it</div><div class="even"><b>About Me</b>: <div class="elgg-output"><p>I am very cool & friendly person</p></div></div><div class="odd"><b>Sex</b>: Male</div><div class="even"><b>Birthday</b>: Thu Jun 22 1989 12:00:00 GMT+0530 (India Standard Time)</div><div class="odd"><b>Language</b>: English,Tamil</div><div class="even"><b>Relationship Status</b>: Single</div></div><h3 class="elgg-head mtm">Work and Education</h3><div><div class="odd"><b>Works At</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=Galaxy+Incorporation+CEO&search_type=tags" rel="tag" value="Galaxy Incorporation CEO">Galaxy Incorporation CEO</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Galaxy+Incorporation+CEO&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Galaxy+Incorporation+CEO&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="even"><b>College</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=chennai&search_type=tags" rel="tag" value="chennai">chennai</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=chennai&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=chennai&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=jerusalem+college+of+engineering&search_type=tags" rel="tag" value="jerusalem college of engineering">jerusalem college of engineering</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=jerusalem+college+of+engineering&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=jerusalem+college+of+engineering&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="odd"><b>High School</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=st.mary%27s+anglo-indian+higher+secondary+school&search_type=tags" rel="tag" value="st.mary's anglo-indian higher secondary school">st.mary's anglo-indian higher secondary school</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=st.mary%26%23039%3Bs+anglo-indian+higher+secondary+school&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=st.mary%26%23039%3Bs+anglo-indian+higher+secondary+school&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="even"><b>Grade School</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=St.Ann%27s+high+School&search_type=tags" rel="tag" value="St.Ann's high School">St.Ann's high School</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=St.Ann%26%23039%3Bs+high+School&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=St.Ann%26%23039%3Bs+high+School&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="odd"><b>Skills</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=PHP&search_type=tags" rel="tag" value="PHP">PHP</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=PHP&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=PHP&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div></div><h3 class="elgg-head mtm">Philosophy</h3><div><div class="odd"><b>Religious View</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=roman+catholic&search_type=tags" rel="tag" value="roman catholic">roman catholic</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=roman+catholic&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=roman+catholic&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="even"><b>Political View</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=i+hate+politics&search_type=tags" rel="tag" value="i hate politics">i hate politics</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=i+hate+politics&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=i+hate+politics&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="odd"><b>Favourite Quotations</b>: <div class="elgg-output"><p>"Do not be Afraid, Abram (Meril). I will shield you from danger and give you a great reward." (Genesis 15:1) </p><p>"Coincidence is God's way of staying anonymous."</p></div></div></div><h3 class="elgg-head mtm">Sports and Entertainment</h3><div><div class="odd"><b>Favourite Sports</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=cricket&search_type=tags" rel="tag" value="cricket">cricket</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=cricket&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=cricket&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="even"><b>Favourite Music</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=A.R.Rahman&search_type=tags" rel="tag" value="A.R.Rahman">A.R.Rahman</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=A.R.Rahman&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=A.R.Rahman&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="odd"><b>Favourite Movies</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=welcome+to+the+jungle&search_type=tags" rel="tag" value="welcome to the jungle">welcome to the jungle</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=welcome+to+the+jungle&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=welcome+to+the+jungle&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=the+scorpian+king&search_type=tags" rel="tag" value="the scorpian king">the scorpian king</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=the+scorpian+king&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=the+scorpian+king&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=homealone&search_type=tags" rel="tag" value="homealone">homealone</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=homealone&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=homealone&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=walking+tall&search_type=tags" rel="tag" value="walking tall">walking tall</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=walking+tall&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=walking+tall&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=The+game+plan&search_type=tags" rel="tag" value="The game plan">The game plan</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=The+game+plan&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=The+game+plan&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=Ice+Age+1+2+3&search_type=tags" rel="tag" value="Ice Age 1 2 3">Ice Age 1 2 3</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Ice+Age+1+2+3&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Ice+Age+1+2+3&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=Wall+E&search_type=tags" rel="tag" value="Wall E">Wall E</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Wall+E&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Wall+E&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=Ratatouille&search_type=tags" rel="tag" value="Ratatouille">Ratatouille</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Ratatouille&__elgg_ts=1486604412&__elgg_token=l9TsE2sY4d_lFLxrLR8ijw" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Ratatouille&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=50+First+Dates&search_type=tags" rel="tag" value="50 First Dates">50 First Dates</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=50+First+Dates&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=50+First+Dates&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=Gridiron+Gang&search_type=tags" rel="tag" value="Gridiron Gang">Gridiron Gang</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Gridiron+Gang&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Gridiron+Gang&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=vinnaithandi+varuvaya&search_type=tags" rel="tag" value="vinnaithandi varuvaya">vinnaithandi varuvaya</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=vinnaithandi+varuvaya&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=vinnaithandi+varuvaya&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="even"><b>Favourite Athletics</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=M.S.Dhoni&search_type=tags" rel="tag" value="M.S.Dhoni">M.S.Dhoni</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=M.S.Dhoni&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=M.S.Dhoni&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=Sachin+Tendulkar&search_type=tags" rel="tag" value="Sachin Tendulkar">Sachin Tendulkar</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Sachin+Tendulkar&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Sachin+Tendulkar&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=Virat+kohli&search_type=tags" rel="tag" value="Virat kohli">Virat kohli</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Virat+kohli&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Virat+kohli&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=dwayne+johnson&search_type=tags" rel="tag" value="dwayne johnson">dwayne johnson</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=dwayne+johnson&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=dwayne+johnson&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="odd"><b>Favourite Books</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=The+Bible&search_type=tags" rel="tag" value="The Bible">The Bible</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=The+Bible&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=The+Bible&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="even"><b>Favourite Games</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=Assassin%27s+creed&search_type=tags" rel="tag" value="Assassin's creed">Assassin's creed</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Assassin%26%23039%3Bs+creed&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Assassin%26%23039%3Bs+creed&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li><li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=price+of+persia&search_type=tags" rel="tag" value="price of persia">price of persia</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=price+of+persia&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=price+of+persia&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul></li>
</ul>
</div></div><div class="odd"><b>Hobbies</b>: <div class="clearfix">
<ul class="elgg-tags">
<li><span class="elgg-icon-tag elgg-icon fa fa-tag"></span></li>
<li class="elgg-tag"><a href="http://www.xxxalaxy.com/search?q=Playing+in+computer&search_type=tags" rel="tag" value="Playing in computer">Playing in computer</a><ul class="elgg-menu elgg-menu-follow-tag elgg-menu-hz elgg-menu-follow-tag-default"><li class="elgg-menu-item-follow-tag-on"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Playing+in+computer&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Track new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh elgg-icon fa fa-refresh"></span></a></li><li class="elgg-menu-item-follow-tag-off hidden"><a href="http://www.xxxalaxy.com/action/tag_tools/follow_tag?tag=Playing+in+computer&__elgg_ts=1486604413&__elgg_token=xbnfMfLsKCMa2_DjBmtSKg" title="Stop tracking new content with this tag" class="elgg-menu-content"><span class="elgg-icon-refresh-hover elgg-icon fa elgg-icon-hover fa-refresh"></span></a></li></ul><
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
How do i fix this plz let me know ..
What happens if you turn of 'pages' widget:
?
RvR: Thanks for your help.. where do i add this code .. or how do i unregister the pages widget without disabling the pages plugin ..
My advice is a test only.
Try comment this string in mod\pages\start.php
Or rewrite it like as above code:
What happens now on your website?
@RvR that worked now i am not getting the fatal error .. So the pages widget is the problem .. but y it is affecting only few users but not all of them ?? Thank you
OK. Now post an issue about it on Widget manager page because your issue is related with this plugin
i added it RvR: https://github.com/ColdTrick/widget_manager/issues/91
Thank you for your Time & Help ..
Have you any idea what might be different with the pages widget for the users where the error shows up? It might not be the pages widget that is causing the error but rather the pages entries of these users that would show up in the widgets if there wouldn't be an error. If these users have posted pages, are these pages displayed correctly without error on the All Pages page and when viewing these pages in full view? Are these pages posted in (restricted) groups and the user viewing the profile pages getting the error is not member of these groups?
The error message also contains references to the Widget Manager plugin. Are you using the recommended latest version of Widget Manager for the Elgg version of your site? The very latest version of Widget Manager for Elgg 2.3 is also only available at https://github.com/ColdTrick/widget_manager/releases so far.
@iionly: Sorry for my late reply i don't think there is a problem in widget manager or something else i guess it's a kind of data base error .. bcz it is only happening to 2 users i checked on lot of scenarios as you said .. may be if a user has posted in group or multiple group but i find it's not affecting the other users but only the 2 users have the problem .. so my guess it might be a database corruption problem for this 2 users alone .. but how do i rectify it ?? else how do i remove the pages widget for this 2 users alone from database level ..
Does anyone knows how to solve this bug ??
- Previous
- 1
- 2
- Next
You must log in to post replies.