New data model integration: fully modular setup based on the "modules"

SVN:trunk[511]
This commit is contained in:
Denis Flaven
2010-06-30 15:40:18 +00:00
parent 2938a8d41e
commit f5b40898a3
15 changed files with 536 additions and 156 deletions

View File

@@ -127,7 +127,7 @@ try
$oDataLoader->LoadFile($sFileName);
$sResult = sprintf("loading of %s done. (Overall %d %% completed).", basename($sFileName), $iPercent);
echo $sResult;
//echo $sResult;
SetupWebPage::log_info($sResult);
if ($sSessionStatus == 'end')
@@ -138,6 +138,7 @@ try
}
catch(Exception $e)
{
header("HTTP/1.0 500 Internal server error.");
echo "<p>An error happened while loading the data</p>\n";
echo '<p>'.$e."</p>\n";
SetupWebPage::log_error("An error happened while loading the data. ".$e);