Doco - couple of typos

This commit is contained in:
Thomas Willingham 2014-06-03 19:20:01 +01:00
parent 565089feb4
commit 30b355fa0d

View File

@ -1,5 +1,5 @@
These are common questions with answers which are almost always correct. Note these aren't the [i]only[/i] possible 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. the time is when you should use a support forum.
[b]I can log in, but there are no posts or webpages[/b] [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] [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. 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. 1) Git clone on the new server. Repeat the process for any custom themes, and addons.
2) Copy .htconfig.php 2) Copy .htconfig.php
3) Rsync everything in store/ 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. 5) Dump and restore DB.