• Hi

    I just upload 40 or so files. A mix of mp3 and M4B files.

    Now I am getting this. Any idea how to fix?

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 134217729 bytes) in /home4/wadyd40ackcm/public_html/wp-includes/ID3/getid3.php on line 1664

Viewing 1 replies (of 1 total)
  • This is not a plugin failure. You just run out of memory.

    Try the following:

    open wp-config.php and add

    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    This let WordPress use 128MB of RAM for every single php instance that is running. The default is 64M for WordPress.
    If this won’t help, you need to contact your hoster to add more RAM to your Webspace.

    Important: There are maybe other restriction to the Memory settings in the php.ini or set in the server config by default from your hoster.

    • This reply was modified 7 years, 1 month ago by WebCodePoet.
Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error’ is closed to new replies.