aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2012-02-08 22:01:42 -0800
committerAbinoam P. Marques Jr <abinoam@gmail.com>2012-02-08 22:01:42 -0800
commit1c8680d9f90629bdaebff38ff436aca42e0ebcd4 (patch)
treeed2a187d178d89fe528b28ab55d9610da59eed7c /INSTALL.txt
parent03435853b369227f914026c85c6bb1240386e3ba (diff)
downloadvolse-hubzilla-1c8680d9f90629bdaebff38ff436aca42e0ebcd4.tar.gz
volse-hubzilla-1c8680d9f90629bdaebff38ff436aca42e0ebcd4.tar.bz2
volse-hubzilla-1c8680d9f90629bdaebff38ff436aca42e0ebcd4.zip
Install note about PHP path.
Diffstat (limited to 'INSTALL.txt')
-rwxr-xr-xINSTALL.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 70027dc4c..fdd54b765 100755
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -107,6 +107,11 @@ one shown, substituting for your unique paths and settings:
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