From 952b2ef2ab256d46d616db70edc42ffe640a5e9d Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 10 Mar 2013 18:45:58 -0700 Subject: . --- install/INSTALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install') diff --git a/install/INSTALL.txt b/install/INSTALL.txt index e6adbba7d..53e2018cc 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -107,10 +107,10 @@ You can generally find the location of PHP by executing "which php". If you have troubles with this section please contact your hosting provider for assistance. Friendica will not work correctly if you cannot perform this step. -You should also be sure that $a->config['php_path'] is set correctly, it should +You should also be sure that $a->config['system']['php_path'] is set correctly, it should look like (changing it to the correct PHP location) -$a->config['php_path'] = '/usr/local/php53/bin/php' +$a->config['system']['php_path'] = '/usr/local/php53/bin/php'; Alternative: You may be able to use the 'poormancron' plugin to perform this step if you are using a recent Friendica release. 'poormancron' may result in @@ -260,7 +260,7 @@ are NOT called with -d suhosin.executor.func.blacklist=none. So the simple solution is to put the correct parameters into .htconfig.php: // Location of PHP command line processor - $a->config['php_path'] = '/usr/bin/php -d suhosin.executor.func.blacklist=none + $a->config['system']['php_path'] = '/usr/bin/php -d suhosin.executor.func.blacklist=none -d suhosin.executor.eval.blacklist=none'; -- cgit v1.2.3