# HG changeset patch # User Henry S. Thompson # Date 1501407286 14400 # Node ID c41a5802b26cf972c41d301431d3d00571ee2d4d # Parent ae1459564f66f0dbfa900d46fd2917c11ec33a5a better debugging diff -r ae1459564f66 -r c41a5802b26c php/read/getBookDetails.php --- a/php/read/getBookDetails.php Mon Jul 24 11:38:35 2017 -0400 +++ b/php/read/getBookDetails.php Sun Jul 30 05:34:46 2017 -0400 @@ -219,7 +219,7 @@ // principled solution in place } else { - file_put_contents('/var/ywww/debug/phpDebug',"parms bd: ". + file_put_contents('/var/ywww/debug/phpDebug',"parms $url\nbd: ". print_r($parameters,TRUE)."\n",FILE_APPEND); if ($code=="") { file_put_contents('/var/ywww/debug/phpDebug',"error elt:\n$out\n",FILE_APPEND); diff -r ae1459564f66 -r c41a5802b26c xml/getAmazonInfo.php --- a/xml/getAmazonInfo.php Mon Jul 24 11:38:35 2017 -0400 +++ b/xml/getAmazonInfo.php Sun Jul 30 05:34:46 2017 -0400 @@ -119,7 +119,7 @@ // principled solution in place } else { - file_put_contents('/var/ywww/debug/phpDebug',"parms: $go\n". + file_put_contents('/var/ywww/debug/phpDebug',"parms: $go\nurl: $url\n". print_r($parameters,TRUE)."\n",FILE_APPEND); if ($code=="") { file_put_contents('/var/ywww/debug/phpDebug',"error elt:\n$output\n",FILE_APPEND);