@Kevin,
I've tried a ton of things as well as uninstalled/reinstalled and I can't get it working. The error log gives the following message (multiple times):
PHP Warning:
include_once(/path/to/your/library/Framework/Framework.Class.Delegation.php)
[<a href='function.include-once'>function.include-once</a
>]: failed to open stream: No such file or directory in
/home/nrerup/public_html/mod/vanillaforum/vanilla/appg/settings.php on
line 254
- I've reviewed the Server and it's the same configuration as for other instances of Elgg
- I've ensured that the conf directory has permissions set at 777
- I've done a complete reinstall of the elgg instance
- I've had the Service Provider do an install of Elgg (they have that available for a number of their clients)
- I've made sure the .htaccess file is configured for the rewrite with ReWriteBase / put into the file
I'm at a loss now. Any suggestions would be appreciated ...
Neil
Hi NeilR,
I can't debug Vanilla forum for you.
Having said that, there is an obvious problem from what you have posted.
Do you see line 233 in vanilla/appg/settings.php ?
It is:
include(dirname(__FILE__) . '/../conf/settings.php');
That sets LIBRARY_PATH to something reasonable (not /path/to/your/library/) and DATABASE_VERSION to 2 (so there is no way the code you mention on 254 should even run).
If the vanilla/conf/settings.php is not there with the settings I mentioned, something has gone very wrong with your Vanilla install.
Hey Kevin,
Just thought I'd let you know that, although I don't know what the issue was, I fixed the situation. I was trying to use the shared server provided by Arvixe but wasn't able to get your mod working. After what must have been 8 hours working on it, I decided to try a different provider's server. So I set up an account at A2Hosting and it worked the first time for the install. The main difference that I could find was that the Arvixe server is using Sabayon linux where as A2 is using CentOS. So, without having access to the actual server configurations, either Arvixe has done something to their server configuration or there is a bug in Sabayon that has issues with the your mod. In either case, changing Provider servers has the mod working now.
Thanks for your input ...
@Kevin,
I've tried a ton of things as well as uninstalled/reinstalled and I can't get it working. The error log gives the following message (multiple times):
PHP Warning:
include_once(/path/to/your/library/Framework/Framework.Class.Delegation.php)
[<a href='function.include-once'>function.include-once</a
>]: failed to open stream: No such file or directory in
/home/nrerup/public_html/mod/vanillaforum/vanilla/appg/settings.php on
line 254
- I've reviewed the Server and it's the same configuration as for other instances of Elgg
- I've ensured that the conf directory has permissions set at 777
- I've done a complete reinstall of the elgg instance
- I've had the Service Provider do an install of Elgg (they have that available for a number of their clients)
- I've made sure the .htaccess file is configured for the rewrite with ReWriteBase / put into the file
I'm at a loss now. Any suggestions would be appreciated ...
Neil
Hi NeilR,
I can't debug Vanilla forum for you.
Having said that, there is an obvious problem from what you have posted.
Do you see line 233 in vanilla/appg/settings.php ?
It is:
include(dirname(__FILE__) . '/../conf/settings.php');
That sets LIBRARY_PATH to something reasonable (not /path/to/your/library/) and DATABASE_VERSION to 2 (so there is no way the code you mention on 254 should even run).
If the vanilla/conf/settings.php is not there with the settings I mentioned, something has gone very wrong with your Vanilla install.
Hey Kevin,
Just thought I'd let you know that, although I don't know what the issue was, I fixed the situation. I was trying to use the shared server provided by Arvixe but wasn't able to get your mod working. After what must have been 8 hours working on it, I decided to try a different provider's server. So I set up an account at A2Hosting and it worked the first time for the install. The main difference that I could find was that the Arvixe server is using Sabayon linux where as A2 is using CentOS. So, without having access to the actual server configurations, either Arvixe has done something to their server configuration or there is a bug in Sabayon that has issues with the your mod. In either case, changing Provider servers has the mod working now.
Thanks for your input ...
@Kevin,
I've tried a ton of things as well as uninstalled/reinstalled and I can't get it working. The error log gives the following message (multiple times):
PHP Warning:
include_once(/path/to/your/library/Framework/Framework.Class.Delegation.php)
[<a href='function.include-once'>function.include-once</a
>]: failed to open stream: No such file or directory in
/home/nrerup/public_html/mod/vanillaforum/vanilla/appg/settings.php on
line 254
- I've reviewed the Server and it's the same configuration as for other instances of Elgg
- I've ensured that the conf directory has permissions set at 777
- I've done a complete reinstall of the elgg instance
- I've had the Service Provider do an install of Elgg (they have that available for a number of their clients)
- I've made sure the .htaccess file is configured for the rewrite with ReWriteBase / put into the file
I'm at a loss now. Any suggestions would be appreciated ...
Neil
Hi NeilR,
I can't debug Vanilla forum for you.
Having said that, there is an obvious problem from what you have posted.
Do you see line 233 in vanilla/appg/settings.php ?
It is:
include(dirname(__FILE__) . '/../conf/settings.php');
That sets LIBRARY_PATH to something reasonable (not /path/to/your/library/) and DATABASE_VERSION to 2 (so there is no way the code you mention on 254 should even run).
If the vanilla/conf/settings.php is not there with the settings I mentioned, something has gone very wrong with your Vanilla install.
Hey Kevin,
Just thought I'd let you know that, although I don't know what the issue was, I fixed the situation. I was trying to use the shared server provided by Arvixe but wasn't able to get your mod working. After what must have been 8 hours working on it, I decided to try a different provider's server. So I set up an account at A2Hosting and it worked the first time for the install. The main difference that I could find was that the Arvixe server is using Sabayon linux where as A2 is using CentOS. So, without having access to the actual server configurations, either Arvixe has done something to their server configuration or there is a bug in Sabayon that has issues with the your mod. In either case, changing Provider servers has the mod working now.
Thanks for your input ...
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.