Ah, maybe you should check the manual: http://docs.elgg.org/wiki/Misconfigured_plugin_error
I did check there. It was the first place I looked. It is not any of those issues. Thank you very much for responding. Do you have any other info that I could read that may help me? It would be greatly appricieated.>
Here's code from engline/lib/plugins.php:
if (!include($CONFIG->pluginspath . $mod . "/start.php"))
throw new PluginException(sprintf(elgg_echo('PluginException:MisconfiguredPlugin'), $mod));
So basically there's an error when Elgg includes the mod/elgg_mobile_RC1/start.php file. You'd need to figure out what is wrong with that particular PHP script.
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.