Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splitbrain/dokuwiki-recover
Recover a broken DokuWiki
https://github.com/splitbrain/dokuwiki-recover
dokuwiki php troubleshooting
Last synced: 5 days ago
JSON representation
Recover a broken DokuWiki
- Host: GitHub
- URL: https://github.com/splitbrain/dokuwiki-recover
- Owner: splitbrain
- Created: 2018-05-26T19:29:15.000Z (over 6 years ago)
- Default Branch: release
- Last Pushed: 2022-03-29T20:00:57.000Z (over 2 years ago)
- Last Synced: 2024-11-01T11:51:37.356Z (12 days ago)
- Topics: dokuwiki, php, troubleshooting
- Language: PHP
- Homepage: https://www.patreon.com/posts/dokuwiki-script-19048874
- Size: 21.5 KB
- Stars: 14
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DokuWiki Recovery Script
This script is useful to regain access to a DokuWiki where:
* some plugins throw fatal errors
* you forgot your super user login credentials
* you misconfigured something importantThis script will
* help to identify problems with the PHP environment
* reset some DokuWiki configuration (switching back to defaults and creating a new super user)## Installation and Usage
1. Download the [dokuwiki-recover.php](https://raw.githubusercontent.com/splitbrain/dokuwiki-recover/release/dokuwiki-recover.php) script.
2. Upload it to your server. It has to be located in the same directory as DokuWiki's `doku.php` file
3. Visit `http://example.com/dokuwiki/dokuwiki-recover.php` (Adjust the address to match where your wiki resides)
4. Follow the on-screen instructionsAsk in the [forum](https://forum.dokuwiki.org) when you need help.
## Development
Development happens in the [master](https://github.com/splitbrain/dokuwiki-recover/tree/master) branch. The `dokuwiki-recover.php` is built from multiple source files with the `build.php` script.