mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Install note about PHP path.
This commit is contained in:
parent
03435853b3
commit
1c8680d9f9
1 changed files with 5 additions and 0 deletions
|
@ -108,6 +108,11 @@ 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. Friendika 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
|
||||
look like (changing it to the correct PHP location)
|
||||
|
||||
$a->config['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 Friendika release. 'poormancron' may result in
|
||||
perfomance and memory issues and is only suitable for small sites with one or
|
||||
|
|
Loading…
Reference in a new issue