summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-25 20:51:33 +0300
committerAndrew Dolgov <[email protected]>2015-07-25 20:51:33 +0300
commit4ac1e8f4549cbcd3a3883d28df0d95de7c515570 (patch)
treec1a9b1ce6d9b2fe477d71a40ff8c4dd39ce6f503 /FAQ.md
parent896a0a635611eb326c86cd38a89170def3eafe73 (diff)
fox created page: FAQ
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
new file mode 100644
index 0000000..b269ba1
--- /dev/null
+++ b/FAQ.md
@@ -0,0 +1,42 @@
+Frequently Asked Questions
+==========================
+
+### I’m on a shared hosting, and…
+
+### I’m using some third-party package of tt-rss and/or a third party hosted service
+
+If you didn’t download it yourself from this site and use it on your own
+VDS, preferably using Git, nobody here cares about your problems.
+
+Although we do have a [special
+subforum](http://tt-rss.org/forum/viewforum.php?f=24) for people with
+shared hosting related questions. You can try posting there.
+
+### I’m using lastpass and stuff is broken {#im-using-lastpass-and-stuff-is-broken style="color:red"}
+
+Lastpass arbitrarily breaks tt-rss forms preventing various stuff like
+saving settings from functioning properly. Why? Ask lastpass developers.
+
+See also:
+http://tt-rss.org/forum/viewtopic.php?f=1&t=2060&start=15\#p17969
+
+### I’m experiencing random failures / UI glitches ({[error]({"code":7}}), {[error]({"code":6}}))
+
+Almost every time those are caused by malfunctioning and/or badly
+written browser extensions. Always try opening tt-rss without browser
+extensions running (i.e. separate Firefox profile, Chrome incognito
+mode, etc). This way you will be able to figure out which extension
+breaks things.
+
+One of the extensions that causes such problems is Lastpass.
+
+Also, see this forum thread:
+http://tt-rss.org/forum/viewtopic.php?f=1&t=2060
+
+### What should I use - MySQL or PostgreSQL?
+
+PostgreSQL should give you much better performance, especially if you
+tune it a bit.
+
+See also: [this
+thread](http://tt-rss.org/forum/viewtopic.php?f=1&t=2053&start=45#p11015)