diff options
-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. |