Commit 329f027c71dceab7c732b6636cadc5fda7f148dc
1 parent
6271e037
Exists in
master
and in
112 other branches
updateAmda error-report
Showing
3 changed files
with
4 additions
and
2 deletions
Show diff stats
php/makeOrbitsList.php
update_amda/cp2amda
@@ -10,7 +10,7 @@ if [ ! -d $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamTemplate ]; then | @@ -10,7 +10,7 @@ if [ ! -d $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamTemplate ]; then | ||
10 | fi | 10 | fi |
11 | 11 | ||
12 | if [ -e $AMDAINTERNALDIR/ParamTemplateList.xml ]; then | 12 | if [ -e $AMDAINTERNALDIR/ParamTemplateList.xml ]; then |
13 | - php $AMDA_SPASE_INTERFACE/mvTemplates.php | 13 | + php ./mvTemplates.php |
14 | cp $AMDAINTERNALDIR/ParamTemplateList.xml $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamTemplate | 14 | cp $AMDAINTERNALDIR/ParamTemplateList.xml $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamTemplate |
15 | fi | 15 | fi |
16 | 16 |
update_amda/makeTree.php
@@ -2,8 +2,9 @@ | @@ -2,8 +2,9 @@ | ||
2 | 2 | ||
3 | /* | 3 | /* |
4 | * make local data tree from list of missions | 4 | * make local data tree from list of missions |
5 | - */ | 5 | + */ |
6 | 6 | ||
7 | + error_reporting(E_ERROR); | ||
7 | define("AMDA_SPASE_INTERFACE", getenv("AMDA_SPASE_INTERFACE")); | 8 | define("AMDA_SPASE_INTERFACE", getenv("AMDA_SPASE_INTERFACE")); |
8 | 9 | ||
9 | if ( AMDA_SPASE_INTERFACE == "" ) | 10 | if ( AMDA_SPASE_INTERFACE == "" ) |