Cant Upload Betheme.Zip File Into Theme

Already Tried

wp-admin/php.ini
    upload_max_filesize = 25MB
    post_max_size = 27MB
    memory_limit = 30MB
    max_input_vars = 3000

.htaccess
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 1000
php_value max_input_time 1000
php_value max_input_vars 5000

The uploaded file exceeds the upload_max_filesize directive in php.ini.
Unable to create directory wp-content/uploads/2019/09. Is its parent directory writable by the server?

Comments

Sign In or Register to comment.