Hi,
I’m trying to install an hosted webpagetest instance.
I want to install it in the directory www/webpagetest/
So I start to change a lot of path to match my configuration.
But now, when I start a test, I have the message “Test not found”.
I already change the rights of the directory tmp/, jobs/
I didn’t find anything in the forum to help me.
Hi,
I come back to post a new problem that I have now.
I submit test to my deported agent. The agent opens IE, load tha url i have submitted. It seems work.
But the page result return “The test completed but there were no successful results.”
In the directory “results”, I have 2 files, testinfo.ini and testinfo.json.gz.
I try to look into the code. I track some variables, and I have the one “fvMedian” to 0. So i get into an else condition which show the text “The test completed but there were no successful results.”.
Check your apache error log to see if it says anything about post sizes being too big or problems writing to the post file temp directory. That error can happen if the php.ini setting for post sizes is too small or the files can’t be written for some reason on the server. I have also seen it happen when using PHP < 5.3.
If you don’t see any errors in the error log you can set $debug=true; near the top of workdone.php which will cause it to log information about each test result that it processes (and should also log more errors to the error log).
Just download it to {docroot}/install/index.php on your web server and go to http:///install/ and it will run a bunch of checks for filesystem permissions and php modules.
If you go into the results/12/10/22/6Y/7 directory on the web server do the screen shots look right? Do you see a 1_IEWPG.txt.gz and 1_IEWTR.txt.gz file?
Check you apache error log to see if it says anything. It looks like the files that the test agent is posting to the server are not getting processed. It could be that they aren’t being uploaded successfully (permissions problem with the temp file location maybe or the max post size).