On Wed, Jun 19, 2013 at 5:57 PM, vijay siva <[email protected]> wrote:

> Warning: require(aws/aws-autoloader.php) [function.require]: failed to open
>
stream: No such file or directory in
> /opt/lampp/htdocs/amazon/aws/servicefactor.php on line 5
>
> Fatal error: require() [function.require]: Failed opening required
> 'aws/aws-autoloader.php' (include_path='.:/opt/lampp/lib/php') in
> /opt/lampp/htdocs/amazon/aws/servicefactor.php on line 5
>

This isn't a AWS problem. PHP is throwing an error, telling you that it
can't find the file aws-autoloader.php in the include_path. Probably it
should have been require(aws-autoloader.php)? Check your directory layout
to figure out what's the correct path.
-- 
With Regards,
Mehul Ved
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to