I just upgraded to 1.8.3 from 1.8.2 and under my profile, I get this error:
Deprecated in 1.8: widgets use content as the display view Called from [#9] /home/xfile/public_html/engine/lib/views.php:503
and checking line 503, this is the code:
if (!file_exists($view_file) || !include($view_file)) {
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.
- iionly@iionly
iionly - 0 likes
- fareed@fareed
fareed - 0 likes
You must log in to post replies.You have a 3rd party plugin installed that has not been updated for Elgg 1.8 yet. You should be able to find out which plugin is responsible by removing the widgets on your profile page until you found the one resulting in the error.
I also was very confused when I first saw this error message. Basically, the expected file name for the widget code php file changed from "view.php" to "content.php". Of course there are other things you might to upgrade for the plugin but by renaming the widget source code file the above message should vanish.
You should tell the developer of the plugin about it.
Honestly don't even know which widget it is, because I don't see anything but that error code. Now gotta go one by one to find out.