WordPress media upload issue could not insert attachment into the database
Try the following solutins: First of all check your WP database size and check whether the size is full according to your hosting provider’s requirement/rule. Second option, add this line into your wp-config.php: define(‘WP_MEMORY_LIMIT’, ‘256M’); Also if you have access to php.ini (or php[version number].ini) file on your server, try to add this line: memory_limit … Read more