Installing error

Posted in: Newspaper
Post count: 1

Hello,

I am getting error ‘Are you sure you want to do this?’ when i try to upload the theme to my wordpress site. how to i solve this?

Post count: 9544

First, make sure you are uploading correct file — you want only the theme zip not the “all files” zip.

You can also upload the files via FTP, which is generally best way to do that.

But you may have to modify your PHP settings which is most common problem that gives that error.
————
try increasing your max_execution_time, your max_input_time, and your memory_limit, via the php.ini. You can often now do this via your hosting panel.

Maybe try something like:
max_execution_time = 120
max_input_time = 120
memory_limit = 64M

(note – memory limit of 128MB recommended if your host allows that)

  • This reply was modified 11 years by simchris.
Post count: 7909

Hi,

Please check this guide how to update the theme, you can use that same process(FTP) to upload the theme and the plugins that come with the theme files from /plugins folder: https://forum.tagdiv.com/how-to-update-the-theme/
You can also try Christopher suggestions about php settings if you still have issues with this.

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.