1. Home
  2. Docs
  3. BeatStore WordPress Plugin
  4. Troubleshooting

Troubleshooting

Need to increase the Media File Upload Size in WordPress?
Check out this guide https://www.cloudways.com/blog/increase-media-file-maximum-upload-size-in-wordpress/

Most problems and errors you encounter while using BeatStore Plugin can be solved using this troubleshooting guide.

CONFIRM YOU ARE USING A MODERN PHP VERSION
BeatStore requires an officially supported version of PHP (7.2 or higher).

If your host has provided you with an ancient version of PHP and you’re not able to update it, you should switch hosts.

CLEAR ALL CACHES
Clear your web browser cache.

If your web hosting provider has caching enabled, clear that cache too. Your web hosting provider can provide assistance with this.

If you are using a WordPress Caching plugin, clear that cache as well.

CHECK & RESAVE YOUR PERMALINKS
Go to the Settings > Permalinks page and change your permalink settings to anything except for “Plain”.

Click “Save Changes”

 

Audio not playing?

If you are having issues with audio not playing, it could be related to CORS headers. This typically happens when you are serving audio files from a domain that is different from your WordPress Website’s domain.

One possible solution, if you are using Apache Web server is to enable the CORS headers by adding these lines to your .htaccess file:

<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>

Was this article helpful to you? Yes 2 No

How can we help?