tried to install a new plugin into my web site. But when I opened it, I get an error message :
Warning: require_once(/home/content/02/6078702/engine/start.php) [function.require-once]: failed to open stream: No such file or directory in/home/content/02/6078702/html/approot/index.php on line 15
Fatal error: require_once() [function.require]: Failed opening required '/home/content/02/6078702/engine/start.php' (include_path='.:/usr/local/php5/lib/php') in/home/content/02/6078702/html/approot/index.php on line 15
how to install new plugins?
Please help.
thanks
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.
- jacob@gineta
jacob - 0 likes
- Cash@costelloc
Cash - 0 likes
- jacob@gineta
jacob - 0 likes
- jacob@gineta
jacob - 0 likes
You must log in to post replies.My Friend that is normally a configuration error in the php.ini
For solve try to see in Google: error include_path='.:/usr/local/php5/lib/php'
That is not a problem of Elgg
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