diff options
author | Thomas Willingham <founder@kakste.com> | 2014-06-03 19:20:01 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-06-03 19:20:01 +0100 |
commit | 30b355fa0dec7eceb52851f37a61b4c5c21fe829 (patch) | |
tree | a2988f2fb92ac3205f216da03569701c269ebb4e | |
parent | 565089feb435c30498bd3577e43d08919ca8f0c8 (diff) | |
download | volse-hubzilla-30b355fa0dec7eceb52851f37a61b4c5c21fe829.tar.gz volse-hubzilla-30b355fa0dec7eceb52851f37a61b4c5c21fe829.tar.bz2 volse-hubzilla-30b355fa0dec7eceb52851f37a61b4c5c21fe829.zip |
Doco - couple of typos
-rw-r--r-- | doc/technical_faq.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/technical_faq.bb b/doc/technical_faq.bb index 74ee0afc5..122e82ddb 100644 --- a/doc/technical_faq.bb +++ b/doc/technical_faq.bb @@ -1,5 +1,5 @@ These are common questions with answers which are almost always correct. Note these aren't the [i]only[/i] possible -answers, they're merely the most probably answers. 90% of the time, these solutions should work. The other 10% of +answers, they're merely the most probable answers. 90% of the time, these solutions should work. The other 10% of the time is when you should use a support forum. [b]I can log in, but there are no posts or webpages[/b] @@ -12,7 +12,7 @@ Your session table has crashed. Run the MySQL command repair table session; [b]When I switch theme, I sometimes get elements of one theme superimposed on top of the other[/b] -a) view/tpl/smarty/cache isn't writeable by the webserver. +a) view/tpl/smarty3 isn't writeable by the webserver. b) You're using Midori. @@ -34,5 +34,5 @@ You have disabled third party cookies. 1) Git clone on the new server. Repeat the process for any custom themes, and addons. 2) Copy .htconfig.php 3) Rsync everything in store/ -4) Rsync everything in custom/ +4) Rsync everything in custom/ (this will only exist if you have custom modules) 5) Dump and restore DB. |