Troubleshooting
Common Issues
-
Plugin won’t activate:
-
Verify PHP version (must be 8.0+).
-
Check WordPress version (must be 6.4+).
-
-
Permission errors:
-
Check file permissions on the plugin directory.
-
Ensure your web server can read/write plugin files.
-
-
UI errors or missing interface elements:
- Run
npm install
and thennpm run build
inside the plugin directory to rebuild assets.
- Run