PROJET AUTOBLOG


le hollandais volant links

Site original : le hollandais volant links

⇐ retour index

Mise à jour

Mise à jour de la base de données, veuillez patienter...

The first two statements of your BASH script should be…

jeudi 16 avril 2020 à 22:04

Mh… je ne connaissais pas cette astuce.

Juste après le « shebang », mettre ça sur la ligne d’après :

set -euo pipefail
“set -e” which ensures that your script stops on first command failure.
“set -u” which ensures that your script exits on the first unset variable encountered.
“set -o pipefail” which ensures that if any command in a set of piped commands failed, the overall exit status is the status of the failed command.

— (permalink)
Error happened! 0 - Call to a member function query() on null In: /var/www/ecirtam.net/autoblogs/autoblogs/autoblog.php:200 http://www.ecirtam.net/autoblogs/autoblogs/lehollandaisvolantnetmodelinks_a0746544d6d579b12954442f50731ed78c40dcd8/?The-first-two-statements-of-your-BASH-script-should-be #0 /var/www/ecirtam.net/autoblogs/autoblogs/autoblog.php(414): VroumVroum_Config->setDisabled() #1 /var/www/ecirtam.net/autoblogs/autoblogs/autoblog.php(999): VroumVroum_Blog->update() #2 /var/www/ecirtam.net/autoblogs/autoblogs/lehollandaisvolantnetmodelinks_a0746544d6d579b12954442f50731ed78c40dcd8/index.php(1): require_once('...') #3 {main}