Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mypower24:plantcontrol:troubleshooting [2025/03/12 10:54] – admin | mypower24:plantcontrol:troubleshooting [2025/03/20 10:01] (current) – [Unable to change device parameters] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Troubleshooting | + | ====== Troubleshooting |
+ | This guide offers solutions to common issues, categorized for quick navigation. Use the | ||
+ | | ||
+ | |||
+ | ===== Setting device parameters | ||
- | 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 | + | ==== Unable to change device parameters ==== |
+ | * **Possible Causes:** | ||
+ | - Device serial number contains invalid characters. | ||
+ | * **Solutions: | ||
+ | - The device needs to be removed from plant control, then removed from the logger's interfaces in "My Devices" | ||
+ | - If prompted | ||
+ | - Click scan. | ||
- | ---- | ||
- | ==== 1. DokuWiki Page is Not Loading ==== | ||
- | *'' | ||
- | The page might not load, showing a blank screen or server error. | ||
- | |||
- | *'' | ||
- | - Server misconfiguration. | ||
- | - Corrupted DokuWiki files. | ||
- | - Permissions issue. | ||
- | |||
- | *'' | ||
- | - *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 '' | ||
- | | ||
- | Example command to set the correct permissions: | ||
- | < | ||
- | < | ||
- | | ||
- | - *Reinstall DokuWiki Files: | ||
- | If a file has become corrupted, consider re-uploading or reinstalling DokuWiki files. | ||
- | |||
- | ---- | ||
- | |||
- | ==== 2. DokuWiki Error: "403 Forbidden" | ||
- | |||
- | *'' | ||
- | When trying to access the page, you encounter a '' | ||
- | |||
- | *'' | ||
- | - Incorrect file or directory permissions. | ||
- | - Incorrect '' | ||
- | - Restrictive user roles or access permissions within DokuWiki. | ||
- | |||
- | *'' | ||
- | - *Check .htaccess File: | ||
- | Ensure there are no restrictions preventing access in the '' | ||
- | | ||
- | - *File Permissions: | ||
- | Ensure that the DokuWiki folders have correct permissions (refer to the solution in Section 1). | ||
- | |||
- | - *Review DokuWiki Access Control List (ACL): | ||
- | Review the '' | ||
- | |||
- | Example ACL rule to allow public access: | ||
- | < | ||
- | |||
- | ---- | ||
- | |||
- | ==== 3. DokuWiki Media Upload Not Working ==== | ||
- | |||
- | *'' | ||
- | You can't upload media files to your DokuWiki site, or you get an error message when uploading. | ||
- | |||
- | *'' | ||
- | - Incorrect file permissions. | ||
- | - File size limit restrictions. | ||
- | - File type not allowed. | ||
- | |||
- | *'' | ||
- | - *File Permissions: | ||
- | Check that the '' | ||
- | | ||
- | Example command to ensure the correct permissions: | ||
- | < | ||
- | |||
- | - *File Size Limit: | ||
- | Check the PHP configuration ('' | ||
- | < | ||
- | < | ||
- | |||
- | - *Allowed File Types: | ||
- | DokuWiki may block certain file types for security reasons. Check the file types in '' | ||
- | |||
- | ---- | ||
- | |||
- | ==== 4. DokuWiki Search Not Working ==== | ||
- | |||
- | *'' | ||
- | Search functionality is returning no results or not working properly. | ||
- | |||
- | *'' | ||
- | - Corrupted search index. | ||
- | - Missing files or outdated cache. | ||
- | |||
- | *'' | ||
- | - *Rebuild Search Index: | ||
- | You can rebuild the search index from the DokuWiki Admin page by navigating to '' | ||
- | - *Clear Cache: | ||
- | If the search results seem outdated, try clearing the cache. Delete the contents of the '' | ||
- | | ||
- | Example command to clear the cache: | ||
- | < | ||
- | |||
- | ---- | ||
- | |||
- | ==== 5. DokuWiki Plugin Not Working ==== | ||
- | |||
- | *'' | ||
- | A plugin installed in DokuWiki is not working as expected. | ||
- | |||
- | *'' | ||
- | - Plugin not activated. | ||
- | - Plugin is incompatible with your DokuWiki version. | ||
- | - Incorrect installation or missing files. | ||
- | |||
- | *'' | ||
- | - *Check Plugin Compatibility: | ||
- | Ensure the plugin is compatible with your version of DokuWiki. Visit the plugin’s page on the DokuWiki plugin repository for version compatibility information. | ||
- | | ||
- | - *Activate Plugin: | ||
- | Go to the '' | ||
- | |||
- | - *Reinstall Plugin: | ||
- | If the plugin is still not working, try reinstalling it by deleting the plugin folder and uploading it again from the plugin repository. | ||
- | |||
- | ---- | ||
- | |||
- | ==== 6. DokuWiki Admin Panel Not Accessible ==== | ||
- | |||
- | *'' | ||
- | You cannot access the Admin panel of DokuWiki, or you see an error when trying to open it. | ||
- | |||
- | *'' | ||
- | - Incorrect permissions for the '' | ||
- | - Corrupted session files. | ||
- | - Admin user permissions. | ||
- | |||
- | *'' | ||
- | - *Clear Session Files: | ||
- | Delete old session files located in the '' | ||
- | < | ||
- | |||
- | - *Check User Permissions: | ||
- | Ensure the admin user has the correct ACL permissions in the '' | ||
- | < | ||
- | |||
- | - *File Permissions: | ||
- | Double-check that the DokuWiki installation files have proper permissions (similar to the solution provided in Section 1). | ||
- | |||
- | ---- | ||
- | |||
- | ==== 7. DokuWiki Theme Issues ==== | ||
- | |||
- | *'' | ||
- | The DokuWiki theme is not displaying correctly, or you see broken styles on the page. | ||
- | |||
- | *'' | ||
- | - CSS or theme files are missing or corrupted. | ||
- | - Theme incompatibility with the DokuWiki version. | ||
- | |||
- | *'' | ||
- | - *Check Theme Files: | ||
- | Ensure the theme files are present in the '' | ||