试图从路径从 wamp 服务器运行 trans.php 程序
C:\wamp\www\sep24\e\trans.php
我已将 AWS 文件夹包含在
C:\wamp\www\sep24\e\亚马逊\
和 wamp/www 文件夹中的 AWS 凭证文件以及用于访问的用户目录
C:\wamp\www\.aws\credentials & C:\Users\username\.aws\credentials
这是我的程序
<?php
define('ROOT', dirname(__FILE__));
require ROOT . '/vendor/autoload.php';
use Amazon\Aws\ElasticTranscoder\ElasticTranscoderClient;
-------------
------------
// no error here.
?>
当我尝试运行程序时,出现此错误
致命错误:require():在 C:\wamp\www\ 中打开所需的 'C:\wamp\www\sep24\e/src/functions.php' (include_path='.;C:\php\pear') 失败sep24\e\vendor\composer\autoload_real.php 第 54 行
我已经包含了我从 git 下载的所有 AWS 包。
我应该做些什么改变?