Update 10.3.8 – shows me – file permissions. functions.php

Posted in: Newspaper
Post count: 364

I’m trying to update 10.3.7–> 10.3.8
https://prnt.sc/vmzg7q

I’ve got the following update error – “The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. functions.php”
screen – https://prnt.sc/vmzewe
Just for test I set all rights 777 for update – httpdocs/wp-includes/functions.php
screen – https://prnt.sc/vmzh5d
but next update shows me the same warning.

Could you explain what rights should I check before Update?

Post count: 364

Do you have some special standalone file permission checker for Newspaper update? How to know what’s wrong with folder of file right?

  • This reply was modified 5 years by kibiribi.
Post count: 18283

Hello !

Please try the manual update: https://forum.tagdiv.com/how-to-update-the-theme-2/ There are no special requirements in order to update this version.

Thank you !

Post count: 364

Hello Vlad,
I tried to update Template manually.
New version was changed up to 10.3.8 But all my settings were cleared
Header, Footers, Custom CSS
Mobile Template support.
So, I had to restore back to ver.10.3.7 again to start site run correctly. 🙁

  • This reply was modified 5 years by kibiribi.
Post count: 364

I’ve run bulk rights fix for files and folders:

find . -type f ! -perm 644 -exec chmod 644 {} \;
find . -type d ! -perm 755 -exec chmod 755 {} \;

it helped me with permissions update problem
– screen – https://prnt.sc/vofusc

Case is close – thank you! 🙂

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