• Resolved stephendwolff

    (@stephendwolff)


    Allowed memory size of XXX bytes exhausted (tried to allocate YY bytes)

    I was running my site doing some development and noticed this error a few times – coming from your plugin.

    1. in ‘getPlaylists’ (class-sonaar-music-admin.php) – the get_posts is using -1, so unlimited – which is where i’m getting a problem (i changed it to 10 and don’t get an error.

    2. in ‘init_my_shortcode_button’ (same file) – the get_posts is using -1 again – same change to 10 prevents the error.

    Not sure why this would be using so much memory – maybe it’s loading the mp3 into memory? I don’t have the more detailed waveform enabled, so i don’t know why it would be.

    Any suggestions? I like the plugin, but i think these uncaught errors may cause problems with my site.

    Thanks,

    Stephen

Viewing 1 replies (of 1 total)
  • Plugin Author sonaar

    (@sonaar)

    Hi,

    We have just released a new huge update that should resolve this issue. Make sure to use version 3.0

    If it stills happens, please open a support ticket at https://support.sonaar.io so we can better assist you to resolve this.

    Regards,

    Sonaar

Viewing 1 replies (of 1 total)

The topic ‘Allowed memory size of X exhausted’ is closed to new replies.