1

我刚刚安装了apigen 2.7.0 并尝试生成一些文档。我尝试从 NetBeans 中以及从命令行使用--debug参数运行 apigen,但我总是得到相同的错误输出:

ERROR: the server encountered an internal error and was unable to complete your request.

For more information turn on the debug mode using the --debug option.

我还尝试了来自 github 的最新版本的 apigen,但仍然得到相同的输出。

4

2 回答 2

0

在您的php.ini. 这将在 2.7.1 中很早就解决。

于 2012-08-03T10:12:58.810 回答
0

我假设您使用的是 Linux。您是否按照所述使用 --debug 选项运行它?什么是输出:

$ apigen --version --debug

此外,请检查 IDE 的日志文件。不过,这很可能是 Netbeans权限的问题。以 sudo 运行它应该可以解决问题:

sudo netbeans

如果您不想以特权用户身份运行它,请检查日志并更改每个被拒绝的写入操作的权限(其中许多确实如此)。

总而言之,您可能还想检查phpdocumentor。或蟒蛇:)

于 2016-10-28T10:29:04.507 回答