This is an old revision of the document!
Troubleshooting Common Issues
This page helps you troubleshoot common problems encountered in DokuWiki. If you're experiencing any issue not covered here, check the DokuWiki support forum or community for more help.
1. Can not set device parameters
Issue:
The page might not load, showing a blank screen or server error.
Possible Causes:
- Device serial number contains illegal characters.
Solutions:
- *Check Server Logs:*
Examine the web server logs (e.g., Apache or Nginx) to see if there are any errors. Check for permissions issues or missing files.
- *Permissions Check:*
Ensure the correct file and folder permissions are set, particularly the data/
, conf/
, and lib/
folders. Permissions should be set to 755
for directories and 644
for files.
Example command to set the correct permissions: <code>chmod -R 755 data/ conf/ lib/</code> <code>chmod -R 644 data/pages/* data/media/*</code> - *Reinstall DokuWiki Files:* If a file has become corrupted, consider re-uploading or reinstalling DokuWiki files.
You could leave a comment if you were logged in.