Jeremy,
no need to apologize! I have needed the time to think about the problem and to make the changes of 8.8.9.2 RC 9 (which was the last Dev version).
Today, I have made a new version (8.8.9.2 RC 10) which includes 4 tests to debug the other aspect of the auto detection request – the HTTP request method itself.
That the auto detection is still not working in the Host Gator hosted blogs and that the log files have no entries of the attempts are indicators that maybe something is not right with HTTP request method.
In the past versions podPress used the GET method in the requests which should return file size, duration and other ID3 data.
I think maybe it is better to use the POST method to send the parameters to the PHP script. I would like to find out if the POST method works on these Host Gator blogs.
That is why I have implement 4 tests today. If you set PODPRESS_DEBUG_LOG to TRUE then you will see below the Auto Detect button of the file size row a “AJAX Test:” section with the buttons “with filename POST”, “with outfilename POST”, “with filename GET” and “with outfilename GET”.
Usually a click on one of these buttons creates a message box below the buttons which looks like:
POST
action: ajaxtest
filename:
rqtype: nofilename
If you click on a “with filename …” button, the AJAX request will contain the parameter filename and the URL of the file should be appear in the message box. The “without filename …” buttons are there to make requests without this filename parameter. Maybe that makes a difference. In these cases the “filename: ” line in the message will not contain an URL.
I suspect that not all tests will produce such a box with 4 lines in your case. Maybe the GET method tests will produce only error messages. But I hope that both POST method tests will be successfully on the Host Gator blog(s). If both POST method tests are successful, I will switch the method of the real Auto Detect requests.
I would appreciate it very much if could activate and do these 4 tests.
Please, enter an URL of a remote media file into the location field before you start the tests.
Regards,
Tim