diff options
author | friendica <info@friendica.com> | 2013-03-10 18:45:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-10 18:45:58 -0700 |
commit | 952b2ef2ab256d46d616db70edc42ffe640a5e9d (patch) | |
tree | 1bd9cb83a6beae2beb5ff30b1b26d604e7ccfc06 /install | |
parent | 0d504715c1859276e919ddc6b236f946c783714f (diff) | |
download | volse-hubzilla-952b2ef2ab256d46d616db70edc42ffe640a5e9d.tar.gz volse-hubzilla-952b2ef2ab256d46d616db70edc42ffe640a5e9d.tar.bz2 volse-hubzilla-952b2ef2ab256d46d616db70edc42ffe640a5e9d.zip |
.
Diffstat (limited to 'install')
-rw-r--r-- | install/INSTALL.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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'; |