Wordpress resolving add theme problem - Are you sure you want to do this?
Suresh Raj Bhattarai
1:21 PM
If you are receiving the question "Are you sure you want to do this?" when you try to add theme, then make the necessary changes to php.ini
; Maximum size of POST data that PHP will accept.
post_max_size = 10M
post_max_size = 10M
; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
upload_max_filesize = 10M
to a value larger than your theme file.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment