1

由于安装了我的 wamp 的文件夹名称“Program Files”,我遇到了一个问题。我正在使用 Yii 框架来创建一个网络应用程序。运行命令时

yiic webapp c:\Program Files\wamp\www\YiiApp

由于文件夹名称中的空格,它会出错。错误如下:

C:\Program Files\wamp\www\yii-1.1.13.e9e4a0\framework>yiic webapp c:\Program Fil
es\wamp\www\YiiApp
Error: Unsupported VCS specified. Currently only git and hg supported.

USAGE
  yiic webapp <app-path> [<vcs>]

DESCRIPTION
  This command generates an Yii Web Application at the specified location.

PARAMETERS
 * app-path: required, the directory where the new application will be created.
   If the directory does not exist, it will be created. After the application
   is created, please make sure the directory can be accessed by Web users.
 * vcs: optional, version control system you're going to use in the new project.

   Application generator will create all needed files to the specified VCS
   (such as .gitignore, .gitkeep, etc.). Possible values: git, hg. Do not
   use this argument if you're going to create VCS files yourself.

我应该怎么办?请给我一些建议。

4

2 回答 2

0

我尝试了其他方法:不移动以前安装的 wamp 的内容,只需阅读

“uninstall_services.bat”文件

只需从您要禁用的 wamp 目录中卸载这些服务。

仍然无法启动另一个 wamp 的服务。因此,从各自的目录手动安装“uninstall_services.bat”文件中提到的那些服务。现在从托盘图标重新启动所有服务。将启用所需的 wamp。

如果不行,再试一次。无需重新安装 wamp。

于 2013-07-17T06:31:09.947 回答
0

第二次安装将取代第一次。换句话说,Wampmanager 和 Apache 和 MySQL 将从新文件夹中启动。

根据您在 wamp 论坛上的问题,将 wwww/subfolders 复制到新位置,然后仅将您的数据库从 mysqlx.yz/data 复制到新位置的相同位置。

然后从程序文件中删除文件夹。

每个系统只需要一个 wamp(Apache/MySQL)。

于 2013-07-16T11:19:25.340 回答