Problems since update
-
Hi!
I am developing a dictionary site, and I found the Compact WP Audio Player plugin, which does exactly what I need. Thank you for making it available!
For every word in the dictionary there is a sound file, .wav in this case, and all sound files live in a subfolder in the theme folder. On every single-word page, I generate the correct shortcode for playing the matching sound file, and this worked brilliantly.
This is an example of a generated shortcode: [sc_embed_player fileurl=”https://jangga-dev2.local/wp-content/themes/jangga-theme/sounds/balban.wav”%5D This would play the balban.wav file, on the balban page.
Update: The shortcode that I pasted in, and see when I am editing, ends with a closing square bracket, but after posting it on the forum it shows %5D.
It worked like a dream, but now, it throws an error: Fatal error: Possible integer overflow in memory allocation (2 * 639 + 32) in C:\Users\mv\Local Sites\jangga-dev2\app\public\wp-includes\shortcodes.php on line 273
On that line in shortcodes.php it says: $content = preg_replace_callback( “/$pattern/”, ‘do_shortcode_tag’, $content );
As you see, I run it at Local by Flywheel, the site is not life yet. That was not a problem before.
Is this caused by the update, or is there another reason? I do not know where to start looking, please help!
/Mark
The page I need help with: [log in to see the link]
- The topic ‘Problems since update’ is closed to new replies.