Recent content by benedicto

  1. B

    Resolved Wordpress Memory Limit: 40M

    You can add the line define( 'WP_MEMORY_LIMIT', '256M '); to file the wp-config.php.
  2. B

    Resolved Wordpress Memory Limit: 40M

    This problem is problem in Wordpress! Edit /wp-include/default-constants.php in 41 line "define( 'WP_MEMORY_LIMIT', '40M' );" to "define( 'WP_MEMORY_LIMIT', '256M' );"
Back
Top