X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2FFAQ.md;h=fddc64abc048dc1a726ec2562614bc4005658795;hb=05674206ba9a7c70c5e298e3925d95428abff78e;hp=32c5f74cdc020f967948acb724ca9a164c427f50;hpb=a21f6135fcd8f0bfdb49de38a5ab4954d1784503;p=friendica.git diff --git a/doc/FAQ.md b/doc/FAQ.md index 32c5f74cdc..fddc64abc0 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -21,12 +21,11 @@ Admins * **[Where can I find the source code of friendica, addons and themes?](help/FAQ#sources)** * **[I've changed the my email address now the admin panel is gone?](help/FAQ#adminaccount1)** * **[Can there be more then just one admin for a node?](help/FAQ#adminaccount2)** +* **[The Database structure seems not to be updated. What can I do?](help/FAQ#dbupdate)** User -------- -***** - ### Why do I get warnings about SSL certificates? SSL (Secure Socket Layer) is a technology to encrypt data transfer between computers. @@ -40,7 +39,6 @@ These warnings can have three reasons: We recommend to talk to the admin(s) of the affected friendica server. (Admins, please see the respective section of the [admin manual](help/SSL).) - ### How can I upload images, files, links, videos and sound files to posts? You can upload images from your computer using the [editor](help/Text_editor). @@ -70,7 +68,6 @@ Some supported filetypes are WebM, MP4, MP3 and OGG. See Wikipedia for more of them ([video](http://en.wikipedia.org/wiki/HTML5_video), [audio](http://en.wikipedia.org/wiki/HTML5_audio)). - ### Is it possible to have different avatars per profile? Yes. On your Edit/Manage Profiles page, you will find a "change profile photo" link. @@ -78,7 +75,6 @@ Clicking this will take you to a page where you can upload a photograph and sele To avoid privacy leakage, we only display the photograph associated with your default profile as the avatar in your posts. - ### What is the difference between blocked|ignored|archived|hidden contacts? We prevent direct communication with **blocked contacts**. @@ -101,7 +97,6 @@ A **hidden contact** will not be displayed in any "friend list" (except to you). However a hidden contact will appear normally in conversations and this may expose his/her hidden status to anybody who can see the conversation. - ### What happens when an account is removed? Is it truly deleted? If you delete your account, we will immediately remove all your content on **your** server. @@ -114,7 +109,6 @@ We can block it in several ways so that it appears empty and all profile informa After that, your account is deleted. - ### Can I follow a hashtag? No. The act of 'following' a hashtags is an interesting technology, but presents a few issues. @@ -128,29 +122,27 @@ No. The act of 'following' a hashtags is an interesting technology, but presents Instead, we offer other mechanisms for wide-area conversations while retaining a 'level playing ground' for both large and small sites, such as forums and community pages and shared tags. - ### How to create a RSS feed of the stream? If you want to share your public page via rss you can use one of the following links: -RSS feed of your posts +#### RSS feed of your posts - basic-url.com/**dfrn_poll/profilename + basic-url.com//feed/[nickname]/posts - Example: Friendica Support +Example: Friendica Support - https://forum.friendi.ca/dfrn_poll/helpers + https://forum.friendi.ca/feed/helpers/posts -RSS feed of the conversations at your site +#### RSS feed of the conversations at your site - basic-url.com/dfrn_poll/profilename/converse + basic-url.com/feed/profilename/comments - Example: Friendica Support +Example: Friendica Support - https://forum.friendi.ca/dfrn_poll/helpers/converse + https://forum.friendi.ca/feed/helpers/comments - ### Are there any clients for friendica I can use? Friendica is using a [Twitter/GNU Social compatible API](help/api), which means you can use any Twitter/GNU Social client for your plattform as long as you can change the API path in its settings. @@ -186,15 +178,13 @@ If you are a theme developer, you will find help at this forum: [Friendica Theme Admin -------- -***** - + ### Can I configure multiple domains with the same code instance? No, this function is no longer supported as of Friendica 3.3 onwards. - ### Where can I find the source code of friendica, addons and themes? You can find the main respository [here](https://github.com/friendica/friendica). @@ -212,5 +202,19 @@ Have a look into your .htconfig.php and fix your email address there. ### Can there be more then one admin for a node? -Yes. You just have to list more then one email address in the -.htconfig.php file. The listed emails need to be separated by a comma. +Yes. +You just have to list more then one email address in the +.htconfig.php file. +The listed emails need to be separated by a comma. + + +### The Database structure seems not to be updated. What can I do? + +Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*. +This will start a background process to check if the structure is up to the current definition. + +You can manually execute the structure update from the CLI in the base directory of your Friendica installation by running the following script: + + scripts/dbstructure.php update + +if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers).