|
From: <php...@li...> - 2008-03-13 17:38:42
|
Hi,
I have the problem when executing the following two lines of code:
$d2rq->mapAllMoodleData();
redirect("start_here_page.php");
mapAllMoodleData() is Java method that performs mapping of Moodle database to Sesame repository. As it is slow performance process it takes a while to execute this method (at least 1 minute). I have checked many times, this method is executed to the last line of code in Java application and there is no exceptions. However, the second line of code is never executed.
Could you suggest me where should I look for the problem?
Regards
Zoran
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
|