Page 1 of 1

Bugfixes

Posted: Sun Jul 13, 2014 1:57 pm
by marcus.ripkens
change v-update-sys-vesta-all:

From:

Code: Select all

# Includes
source $VESTA/func/main.sh
source $VESTA/conf/vesta.conf
To:

Code: Select all

# Importing system enviroment
source /etc/profile

# Includes
source $VESTA/func/main.sh
source $VESTA/conf/vesta.conf
Enable php short_tags in all php.ini files in /etc/php5

Before restoring a website from backupfile, delet all files in document root first.
Keep file attributes when restoring a website from backupfile.

Thanks Marcus

Re: Bugfixes

Posted: Wed Feb 14, 2018 6:49 am
by skurudo
Closed due inactivity.