我使用Puphpet.com创建了一个用于web开发的Vagrant。我遇到的问题是VM无法在引导时启动apache。
$ sudo /etc/init.d/apache2 start
* Starting web server apache2 *
* The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 36 of /etc/apache2/apache2.conf: Sy
当我试图安装whmcs时,我得到了这个错误。
/whmcs/install/install.php was encoded by the ionCube Encoder for PHP 5 and cannot run
under PHP 5.5.\n Please ask the provider of the script to provide a version encoded with
either the ionCube Encoder for PHP 5.3 or for PHP 5.4. in Unknown on line 0
我的服务器有PHP 5.5.8,Apache/
当我试图在本地启动应用程序时,我得到了以下错误:
nick$ foreman start
23:56:24 web.1 | started with pid 98467
23:56:24 web.1 | This program requires PHP 5.5.11 or newer; check your 'php-fpm' command.
23:56:24 web.1 | exited with code 1
23:56:24 system | sending SIGTERM to all processes
我已经在本地运行了PHP5.5.15:
nick$ p
我想为我的php项目使用laravel。我在Windows 8.1上使用WampServer2.2 (php 5.3.8和Apache 2.2.21)。但在我尝试了所有类型的安装之后(通过composer或下载zip),当我在浏览器中打开公共文件夹时,我收到PHP错误,如下所示:
Parse error: syntax error, unexpected '[' in C:\wamp\www\spi\laravel-master\vendor\laravel\framework\src\Illuminate\Support\helpers.php on line 411
或
P
我在运行OSX El Capitan。我用brew安装了mongo驱动程序:
brew install php70-mongodb
安装工作完成了,而且似乎成功了。当我在CLI上做"php -m“时,它显示了已安装的"mongo”。使用Mongo驱动程序运行脚本工作。当我试图通过Apache2运行相同的脚本时,问题就会发生。然后,由于下面的代码行,我得到一个错误,即Mongo没有安装:
if (!extension_loaded('mongo')) die("MongoDB is not installed!");
phpinfo()确实显示Mo
我正在开发一个与Microsoft服务器对话的Laravel应用程序。所有操作都正常,但是当我运行composer update更新包时,我会收到以下错误:
[PDOException]
could not find driver
Script php artisan clear-compiled handling the pre-update-cmd event returned with an error
[RuntimeException]
Error Output:
update [--prefer-source] [--prefer-dist] [--dry-run] [--d
当我将我的网站上传到服务器后,我发现了一个错误,它偶尔会出现在我的网站主页底部。
下面是允许调试模式时出现的错误:
知道如何解决这个问题吗?
PHP Core Warning – yii\base\ErrorException
PHP Startup: XCache: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20131226
These options need to match
2. yii\base\ErrorHandler::han
我的主机是pro ( Ovh ),当我输入php artisan时,我在Ovh中遇到了Laravel5.1的问题
X-Powered-By: PHP/4.4.9
Content-type: text/html
<br />
<b>Warning</b>: Unexpected character in input: '\' (ASCII=92) state=1 in <b>/home/obliviushc/petite-enfance/artisan</b> on line <b>31</b&g