Troubleshooting
Last updated January 14, 2026
Upload Failed: 413 Error
Problem: File too large for server
Solution:
- Use FTP Upload tab instead
- Or increase Nginx
client_max_body_size - Or increase PHP
upload_max_filesize
Connection Failed
Problem: Cannot connect to database
Solutions:
- Verify credentials are correct
- Check database exists
- Ensure MySQL is running
- Check if host allows external connections
- Try
localhostinstead of127.0.0.1or vice versa
Import Errors: Serialized Data
Problem: WordPress queries failing
Solution:
- Use "Continue on errors" mode (recommended)
- Or "Ignore duplicates only" mode
- This is normal for WordPress - failed queries are usually cache/transients
Timeout Errors
Problem: Script times out
Solutions:
- Reduce "Max queries per step" (try 200 or 100)
- Reduce "Max time per step" (try 20 seconds)
- Check server timeout limits
- For very large files, consider using command line import
Files Not Showing
Problem: Uploaded files don't appear
Solutions:
- Check
smartdump_uploads/directory exists - Verify directory permissions (755 or 777)
- Check PHP
upload_tmp_diris writable - Look at browser console (F12) for errors