Troubleshooting
Common Issues
Binary Not Found
ceric binary not found: /path/to/ceric# Check if binary exists ls -la vendor/bin/ceric # Create symlink if needed ln -sf ../rechtlogisch/mini-eric-"$ID"/bin/ceric vendor/bin/ceric# Check if binary exists and is executable ls -la /path/to/ceric chmod +x /path/to/ceric$ceric = new Ceric(binaryPath: '/correct/path/ceric');
ERiC Libraries Missing
Certificate Issues
Permission Errors
XML Validation Errors
Process Execution Errors
Download Errors
Error Code Reference
Command Line Errors (1-19)
Code
Error
Solution
File I/O Errors (20-29)
Code
Error
Solution
ERiC Errors (100-199)
Code
Error
Solution
Debugging Tips
Enable Verbose Logging
Check Log Files
Test with Minimal Examples
PHP SDK Debugging
Performance Issues
Slow Processing
Memory Issues
Getting Help
Check Documentation
Support
Reporting Issues
Related Topics
Last updated