• Resolved TheoM

    (@theom)


    Is there an update scheduled for WP3.8? Currently I get the following error when I want to start modifying settings:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /public/sites/ad6.molenaarmarck.nl/wp-admin/includes/misc.php on line 316

    http://wordpress.org/plugins/player/

Viewing 1 replies (of 1 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear Theom,

    you can add the
    following script into one of your php files to remove the limit:

    ini_set(‘pcre.backtrack_limit’,1000000);
    ini_set(‘pcre.recursion_limit’,1000000);
    If this does not solve the issue, please contact us at info@web-dorado.com providing us link and admin access to your website and we will solve the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin update to WordPress 3.8?’ is closed to new replies.