Uploading Images in Frontend Does Not Work
If you are getting an error when trying to upload an image via the Upload module in Fancy Product Designer, it may be caused by server errors, firewall restrictions, or configuration issues.
PHP Server Errors
If your server throws an error, the upload will fail.
- Check your PHP error log to identify the issue.
- The log will indicate missing PHP functions or other server-related problems.
- For server-related issues, contact your hosting provider for assistance.
Firewall Blocking the Upload
Security plugins like WordFence or Sucuri may block the upload request to:
/wp-admin/admin-ajax.php?action=fpd_custom_upload_file
Solution 1: Whitelist in WordFence
- Go to WordFence → Firewall → Whitelist the file above.
Solution 2: Whitelist in Sucuri
- Go to Sucuri firewall settings and allow access to the file.
Updated on: 01/12/2025
Thank you!