Good Afternoon Guys,
I'm having an Isue udating from 4.3 to 4.31 - I have done prior udates without issue. Any Ideas ??
Permission had been done as suggested using
find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
find data custom -type d -exec chmod 775 {} + && find data custom -type f -exec chmod 664 {} +;
Here is a pic from Log File:
I'm having an Isue udating from 4.3 to 4.31 - I have done prior udates without issue. Any Ideas ??
Permission had been done as suggested using
find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
find data custom -type d -exec chmod 775 {} + && find data custom -type f -exec chmod 664 {} +;
Here is a pic from Log File:
Comment