http://docs.elgg.org/wiki/Configuration/Plugins
If you are getting this error and you installed the plugin correctly, this means there is something wrong with the plugin.
First Check phpinfo() to make sure the include_path is being... included.
Try that in the php.ini
include_path = ".:/usr/local/php5/lib/php:/usr/local/lib/php"
I changed it to:
include_path = "..:.:/usr/local/php5/lib/php:/usr/local/lib/php"
Make a security copy first of your php.ini in linux is command: cp php.ini php.seg
or if your system is fully working fine Change the Include paths inside teh pluing
You may find these useful:
http://docs.elgg.org/wiki/Category:Administration_FAQ
http://docs.elgg.org/wiki/Getting_Started
thanks cash.. nice to meet you
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.