123 Commits

Author SHA1 Message Date
Daniel Kesselberg
e9b202b9f3 docs(groupware): add troubleshooting article for missing calendars
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-05-20 16:28:39 +00:00
Josh
333ed0a25f feat(troubleshooting): add Internal Server Errors section
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-13 00:11:49 +00:00
Richard Steinmetz
2929777efc feat(admin): drop php 8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-04-09 11:55:56 +02:00
Marcel Müller
105a0629cd Fix warning for data-directory troubleshooting
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-02-27 23:32:59 +01:00
Josh Richards
34dfee19ba (general troubleshooting) PHP info using the serverinfo (System) app
Documents the functionality added in nextcloud/serverinfo#469

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-07-16 18:21:11 -04:00
Jakub Jelen
f1976af78c fixup
Co-authored-by: MichaIng <micha@dietpi.com>
Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 22:57:41 +02:00
Jakub Jelen
cbe2b80dc8 Fix .htaccess configuration to actually work
The `.htaccess` rules should not have the starting slash otherwise they
will never get matched. When running the mod_rewrite in .htaccess, the
path is already sanitized and leading slashes stripped.

Document also that this is not the case when the rules are used directly
from the main apache2 configuration the leading slash is present always,
which led to some edit wars of this documentation in the past as it was
not well explained (#8093, #3811).

This matches the code shipped with the .htaccess in the nextcloud server:
https://github.com/nextcloud/server/blob/master/.htaccess

Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 15:54:53 +02:00
tidoni
3c0f496e0e Update general_troubleshooting.rst
Needed for the .htaccess file to be processed
https://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2#comment14646458_5758551

Signed-off-by: tidoni <24697188+tidoni@users.noreply.github.com>
2023-06-09 16:52:59 +02:00
Joas Schilling
a6df5261fd fix(branchoff): Add more branch-off markers
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-22 11:52:52 +02:00
Côme Chilliet
823e15725d Up minimum PHP version to 8.0 and maximum to 8.2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 15:59:45 +01:00
Vincent Petry
42d1e88f4e Add link to quota docs in troubleshooting
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-18 16:00:47 +01:00
Vincent Petry
85db71171b Add section for troubleshooting quota issues
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-18 15:21:18 +01:00
Vincent Petry
f40e8711b3 Add info to fix encryption key issues
Added information about misplaced encryption keys and how to repair them
automatically or manually when needed.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 16:53:41 +01:00
Vincent Petry
3baa8ca46e Add troubleshooting section about NFD file encoding
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 10:41:26 +01:00
tflidd
cdce864d06 Merge pull request #9390 from p-bo/patch-17
Updated link to WebDAV FAQ on OwnCloud forum
2022-12-04 20:40:59 +01:00
Daniel
a1ada68056 Merge pull request #9391 from p-bo/patch-18
Missing comma in sentence
2022-11-27 21:01:18 +01:00
p-bo
d83c5e454f Missing comma in sentence
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-17 22:52:39 +01:00
p-bo
e59c910f30 Updated link to WebDAV FAQ on OwnCloud forum
It seems, that forum was migrated, thus old URL leaded (was redirected) to forum homepage. Fixed by searching new URL of mentioned thread.

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-17 22:47:26 +01:00
p-bo
cd2beb5625 fix bugtracker link
There can be only one link (two links results in broken link) and also link to server bug tracker is part of linked list of bugtrackers, so shouldn't appear there.

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-17 21:51:14 +01:00
Joas Schilling
86b0105392 Merge pull request #9377 from p-bo/patch-14
Added users to number to make sense.
2022-11-17 21:14:38 +01:00
p-bo
ba46d3cf06 Added users to number to make sense.
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-16 15:58:03 +01:00
p-bo
89a4cfd163 Update URL of FAQ category page
As announced in https://help.nextcloud.com/t/combing-how-tos-faqs-and-tips/9070 , there was merge among faq, how-to and tips section on this new URL. 

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-16 15:44:26 +01:00
Daphne Muller
cd31c73bca Update general_troubleshooting.rst
Made the final adjustments

Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2022-10-28 16:21:38 +02:00
Daphne Muller
653de284f7 Update admin_manual/issues/general_troubleshooting.rst
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2022-10-25 14:26:07 +02:00
Daphne Muller
990beedfe7 Update general_troubleshooting.rst
added the content of https://nextcloud.com/pushnotifications/

Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2022-10-25 13:51:23 +02:00
Thomas Citharel
b359226627 Remove link to dead owncloud forum
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-04-04 10:33:31 +02:00
Joas Schilling
2b8e6966fb Merge pull request #8018 from carlcsaposs/admin-manual-grammar
Fix grammatical & spelling errors in admin manual
2022-02-25 08:34:35 +01:00
Joas Schilling
555ab488f9 Update general_troubleshooting.rst
64e0e45

this was necessary for me to have those rules work and also makes perfect sense as a `/` is imho always at the beginning of the path.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-23 11:40:40 +01:00
Carl Csaposs
eb04cfcc16 Fix grammatical & spelling errors in admin manual
Signed-off-by: Carl Csaposs <carl@csaposs.com>
2022-02-10 02:04:17 +00:00
stephang
b9dfe6900c Add rewrites for nodeinfo and webfinger services.
Add Apache rewrite rules for webfinger and nodeinfo in case NC is installed in a subdirectory. This fixes #6157.

Signed-off-by: stephang <288494+stephang@users.noreply.github.com>
2021-12-08 10:44:48 +01:00
Juan Carlos Tello
0753d4595d Fix nextcloud.org urls (#7164)
* Fixed help.nextcloud.org that would result in a page with a certificate issue

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to bugtracker documentation

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to how to get your app signed

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated stable installation URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated URL to Contacts & Calendar troubleshooting

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed many URLs that pointed to nextcloud.org instead of nextcloud.com

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Update admin_manual/issues/general_troubleshooting.rst

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Apply suggestions from code review

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Reverted changes on .pot files

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

Co-authored-by: Daniel <mail@danielkesselberg.de>
2021-10-25 14:32:19 +02:00
Christoph Wurst
c63d4ac7c7 Drop all references of IRC
We don't use this anymore, so let's also not send people there. The
forum is our main place to get help.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-20 17:42:19 +02:00
Vincent Petry
1adce5b495 Add encryption hit about how to fix bad signature errors
Added troubleshooting section for encryption.
Added section about the command to fix "Bad signature" errors.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-30 17:02:57 +02:00
Roeland Jago Douma
eb82b93a46 Revert "Fix images and alt tags, fix #621, fix #622" 2021-04-30 13:18:44 +02:00
Jan C. Borchardt
444d91253e Fix images and alt tags, fix #621, fix #622
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-15 20:18:42 +02:00
Joas Schilling
f95848b07c Add docs for patching an instance
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-09 11:50:31 +02:00
Joas Schilling
fda64d48c9 Adjust more php versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 11:53:10 +01:00
Christoph Wurst
c9918d47c2 Update admin webserver config recommendations for well known handlers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-16 10:36:10 +01:00
J0WI
122ed88e53 Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 20:33:30 +02:00
stefan123t
7ac111b272 Update general_troubleshooting.rst 2020-07-31 22:43:30 +02:00
Sascha Wiswedel
972a22c346 more link fixes
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:01:37 +02:00
John Molakvoæ
a96c57165d Merge pull request #1920 from nextcloud/wiswedel/screenshotUpdates
updated a large bunch of screenshots
2020-03-29 19:54:58 +02:00
Sascha Wiswedel
f360e4f0af updated a bunch of screenshots
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 23:29:46 +01:00
Sascha Wiswedel
b627ebacfb removed no longer referenced screenshots
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 23:28:46 +01:00
Sascha Wiswedel
d1393cf7ab added troubleshooting for changed federated cloud IDs
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 20:28:17 +01:00
Lars-Sören Steck
014fcdcfa6 Correct error in .htaccess, revert #1069
The forward slashes are only needed if the rewrite rules are being put directly into the config file of the apache virtual host. They should not be added to the .htaccess file, as in this case the redirect is not working (this has been tested by me on multiple systems).

You can also see in the discussion of the bug report #1069 after it was merged, that the reporter actually put the rules into his apache conf, instead of a .htaccess and that somebody else was reporting, that it was only working without the forward slashes in a .htaccess file.
2019-06-08 22:38:28 +02:00
Christian Oliff
a492d97b4f Remove mention of the discontinued Firebug extension
REF: https://getfirebug.com/
2019-04-05 15:01:45 +02:00
Morris Jobke
33932f8f33 Add slashes to rewrite rules
Fixes #1069
2019-01-02 22:00:44 +01:00
Georg Ehrke
ce108ac139 Add note about NGINX to well-known troubleshooting 2019-01-02 09:14:02 +00:00
Georg Ehrke
c2e5e85ffc Improve well-known doc for subdirectory
explicitly add RewriteEngine on
2019-01-02 09:14:02 +00:00