I am trying to run a max throughput test and got this error in the result:
Warning: fopen(/var/www/expts/IOMETER_max_thruput_2012-07-25_15-47-34/guestSummary.txt) [function.fopen]: failed to open stream: No such file or directory in/var/www/results/index.php on line 210
Error: guestSummary file not found
The section of codes the errored out is like this:
$pathname="/var/www/expts/".$exptname."/guestSummary.txt";
$file = fopen($pathname, "r") or die("Error: guestSummary file not found");
I was hoping that somebody had seen this before... Any ideas?