Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > BOOK: Professional PHP6
|
BOOK: Professional PHP6
This is the forum to discuss the Wrox book Professional PHP6 by Edward Lecky-Thompson, Steven Nowicki; ISBN: 9780470395097
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional PHP6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 19th, 2009, 02:08 PM
Registered User
 
Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default /ch10/php6_books.php is not working

error msg:

Fatal error: Uncaught SoapFault exception: [aws:Client.MissingParameter] The request must contain the parameter Signature. in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\395097_Code_for_Downlo ad\ch10\php6_books.php:15 Stack trace: #0 [internal function]: SoapClient->__call('ItemSearch', Array) #1 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\395097_Code_for_Downlo ad\ch10\php6_books.php(15): SoapClient->ItemSearch(Array) #2 {main} thrown in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\395097_Code_for_Downlo ad\ch10\php6_books.php on line 15

when i google 'Fatal error: Uncaught SoapFault exception: [aws:Client.MissingParameter] The request must contain the parameter Signature', i found there a few live website have the same problem. did amazon change the setting? or i put the wrong 'AWSAccessKeyId'? my AWSAccessKeyId

I am using PHP Version 5.2.10, BTW
 
Old March 28th, 2010, 02:59 PM
Friend of Wrox
 
Join Date: Dec 2008
Posts: 238
Thanks: 2
Thanked 20 Times in 19 Posts
Default

You are right, and that code does not work any more. You need to pass in the Signature, which is calculated based on the secret access key (not your access key id). You can find your own secret access key on your amazon account page, the same place where you find your access key id.





Similar Threads
Thread Thread Starter Forum Replies Last Post
working with php pritz Beginning PHP 2 September 11th, 2005 02:28 PM
php 5 not working with mysql fromheavenz PHP Databases 0 August 30th, 2005 12:31 PM
please php is not working perfectly well p2ptolu Beginning PHP 1 March 27th, 2005 09:56 AM
Working with ImageCreate in PHP? jwang Pro PHP 4 February 24th, 2004 01:50 PM
ASP not working after installing PHP taliesin Classic ASP Professional 1 July 4th, 2003 11:41 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.