tsuyopon / webpagetest

Automatically exported from code.google.com/p/webpagetest
0 stars 0 forks source link

Data in QueueStatus.ini causes php-error #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Once the jobProcessor.php is to run the script we get a failure as there's 
incorrect data added to QuoteStatus.ini
['']
runRate = "48.0000"
2. Due to this it seams that no performance-data is collected from the 
wpt-instance

What is the expected output? What do you see instead?
[16-Nov-2012 08:27:02] PHP Warning:  syntax error, unexpected $end, expecting 
']' in ./QueueStatus.ini on line 49
 in /usr/local/nginx/wpt/wptmonitor/wpt_functions.inc on line 1293
[16-Nov-2012 08:28:01] PHP Warning:  syntax error, unexpected $end, expecting 
']' in ./QueueStatus.ini on line 49
 in /usr/local/nginx/wpt/wptmonitor/wpt_functions.inc on line 1190
[16-Nov-2012 08:28:01] PHP Warning:  Invalid argument supplied for foreach() in 
/usr/local/nginx/wpt/wptmonitor/wpt_functions.inc on line 1195
[16-Nov-2012 08:28:01] PHP Warning:  syntax error, unexpected $end, expecting 
']' in ./QueueStatus.ini on line 49
 in /usr/local/nginx/wpt/wptmonitor/wpt_functions.inc on line 1245
[16-Nov-2012 08:28:01] PHP Warning:  Invalid argument supplied for foreach() in 
/usr/local/nginx/wpt/wptmonitor/wpt_functions.inc on line 1246
[16-Nov-2012 08:28:01] PHP Warning:  syntax error, unexpected $end, expecting 
']' in ./QueueStatus.ini on line 49
 in /usr/local/nginx/wpt/wptmonitor/wpt_functions.inc on line 1293

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.

Original issue reported on code.google.com by jpeters...@sedoss.com on 16 Nov 2012 at 8:30