Tfkalk on "Out of Memory Error Uploading Large File"

ساخت وبلاگ

Borge,

Thank you again for your response. I added

define('WP_MEMORY_LIMIT', '128M');
define('WP_MAX_MEMORY_LIMIT', '256M');

into wp-config.php. And then added

if ( !defined('WP_MEMORY_LIMIT') ) {
if ( is_multisite() ) {
define('WP_MEMORY_LIMIT', '128M');
} else {
define('WP_MEMORY_LIMIT', '256M');
}
}
if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) {
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
}

to default-constants.php. However, it still throws the error of Fatal error: Out of memory (allocated 39321600) (tried to allocate 276803 bytes) in /homepages/14/d117110337/htdocs/tknn/wp-includes/ID3/getid3.php on line 1664.

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 259 تاريخ : سه شنبه 29 تير 1395 ساعت: 9:18