Commit 329f027c71dceab7c732b6636cadc5fda7f148dc

Authored by Elena.Budnik
1 parent 6271e037

updateAmda error-report

php/makeOrbitsList.php
@@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
5 */ 5 */
6 6
7 $AMDA_IHM = getenv('AMDA_IHM'); 7 $AMDA_IHM = getenv('AMDA_IHM');
  8 + error_reporting(E_ERROR);
8 9
9 if (!isset($AMDA_IHM)) 10 if (!isset($AMDA_IHM))
10 require_once __DIR__."/config.php"; 11 require_once __DIR__."/config.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 == "" )