Title: Sync error &#8220;Algorithm not allowed&#8221;
Last modified: March 20, 2024

---

# Sync error “Algorithm not allowed”

 *  Resolved [thelittleveggiekorean](https://wordpress.org/support/users/thelittleveggiekorean/)
 * (@thelittleveggiekorean)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/sync-error-algorithm-not-allowed/)
 * We’re using WP-Stateless for backup mode. And recently discovered that an audio
   file (136M) not uploaded in gcs as intended. But it wasn’t our first time uploading
   file around the same size. It was working fine last month, but this time it’s
   not working.
 * We also found that in sync page in the setting for this plugin shows this error:“**
   Errors encountered. Try reloading the page.** Algorithm not allowed”.
 * I reloaded the page but nothing happens. Also downgraded the plugin to 3.30 but
   it won’t help.
 * Here some details for our wordpress site:
 * Only file with the size but smaller ones work fine.
 * Currently we’re using WP-Stateless version 3.41
 * WordPress version: 6.4.3
 * PHP version8.0.28 (Supports 64bit values)
 * PHP max input variables10000
 * PHP time limit 300
 * PHP memory limit 512M
 * Max input time 300
 * Upload max file size 256M
 * PHP post max size256M

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Eric Sopp](https://wordpress.org/support/users/ideric/)
 * (@ideric)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/sync-error-algorithm-not-allowed/#post-17515622)
 * Thank you for sharing this situation. I’ll have the team take a look.
 *  Plugin Author [Oleksii Bolhunovskyi](https://wordpress.org/support/users/obolgun/)
 * (@obolgun)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/sync-error-algorithm-not-allowed/#post-17537965)
 * Hello [@thelittleveggiekorean](https://wordpress.org/support/users/thelittleveggiekorean/),
 * “Algorithm not allowed” seems to be related to the PHP itself, not WP or WP-Stateless
   directly. And if I understand you correctly, there are no issues with smaller
   files.
 * I would suggest you the following:
   * If this is possible on your hosting platform,
   try to increase “Upload max file size” and “PHP post max size” to 512M and try
   again.
 * * Try to set WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE constant ([https://stateless.udx.io/docs/constants/#wpstatelessmediauploadchunksize](https://stateless.udx.io/docs/constants/#wpstatelessmediauploadchunksize))
   to 10485760, for example.
   Please let us know if any of this helped. Thanks!
 *  Plugin Author [Eric Sopp](https://wordpress.org/support/users/ideric/)
 * (@ideric)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/sync-error-algorithm-not-allowed/#post-17683105)
 * [@thelittleveggiekorean](https://wordpress.org/support/users/thelittleveggiekorean/),
   checking back here. Your feedback is important to the improvement of WP-Stateless.
   Please share your thoughts. Thank you! 🙂
 *  Thread Starter [thelittleveggiekorean](https://wordpress.org/support/users/thelittleveggiekorean/)
 * (@thelittleveggiekorean)
 * [2 years ago](https://wordpress.org/support/topic/sync-error-algorithm-not-allowed/#post-17723176)
 * Hi! [@obolgun](https://wordpress.org/support/users/obolgun/) and [@ideric](https://wordpress.org/support/users/ideric/),
   thank you so much for your help!
 * In our case, our website was already reaching to 512M for both “Upload max file
   size” and “PHP post max size”.
 * But I was able to solve this issue by following your suggestion 2. I have added
   this line in config file:
 * define(‘WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE’, 5242880); // 5 MB
 * Thank you again for your support 🙂 It massively helped our website running smoothly
   again 🙏

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Sync error “Algorithm not allowed”’ is closed to new replies.

 * ![](https://ps.w.org/wp-stateless/assets/icon.svg?rev=1715943)
 * [WP-Stateless - Google Cloud Storage](https://wordpress.org/plugins/wp-stateless/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-stateless/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-stateless/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-stateless/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-stateless/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-stateless/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [thelittleveggiekorean](https://wordpress.org/support/users/thelittleveggiekorean/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/sync-error-algorithm-not-allowed/#post-17723176)
 * Status: resolved