Web progamming and database development

Diary of problems and solutions related to web programming, database development and related technologies and platforms.

Wordpress resolving add theme problem - Are you sure you want to do this?

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
; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
to a value larger than your theme file.

No comments :

Post a Comment