
Chris
Staff
/ Moderator

Sep 1, 2010, 2:32 PM
Post #8 of 11
(16621 views)
Shortcut
|
Hi Tim, Wow, this was a tricky one! :) Your server is configured in a funny way, which is preventing the Create PDF plugin from functioning. When a script on your server makes a web request on http://www.murraysbrewingco.com.au/, it ends up going someplace completely different! When you ask the internet what the IP address of www.murraysbrewingco.com.au is, you'll be told it's 116.213.5.16. However, when you ask the web server running on www.murraysbrewingco.com.au what the IP address of www.murraysbrewingco.com.au is, you'll be told it's 203.30.164.196! I've uploaded a simple script to show the problem: http://www.murraysbrewingco.com.au/web_get_test.php The script attempts to download http://www.murraysbrewingco.com.au/web_get_test_target.php, which is a file that simply reads "IT WORKS". On your server, the test shows nothing. (Another clue is that the PDF generated by the html_as_inline test is a different error page ("Woops!") than the error page you get from 404s on www.murraysbrewingco.com.au ("Error occurred") from a web browser.) Please ask your web host to fix your server so that it can make web requests of itself. If you show them the web_get_test.php script above, they should be able to figure it out. I hope this helps! Please let me know if you have any questions. Chris
(This post was edited by chris on Sep 1, 2010, 2:33 PM)
|