当我在WAMP服务器上打开一个新安装的PEAR包时,我得到了很多错误。以下是错误消息。
我能做什么?
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\PEAR\PEAR\Config.php on line 650
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\PEAR\PEAR\Config.php on line 697
Depre
我正在尝试让phpunit 3.5正常工作。但是每次我运行我的测试时,我都会得到这个错误:
PHP Fatal error: Class 'PHPUnit_Framework_TestFailure' not found in C:\wamp\bin
\php\php5.3.9\pear\PHPUnit\Framework\TestResult.php on line 266
PHP Stack trace:
PHP 1. {main}() C:\wamp\bin\php\php5.3.9\phpunit:0
PHP 2. PHPUnit_TextUI_Command
在CMD中,我想要创建一个新的laravel项目,但是接下来我会得到以下错误:
This package requires php >=7.0.0 but your PHP version (5.6.25) does not satisfy that requirement.
在wamp中,我选择了: PHP > version > 7.0.10,但它仍然使用错误的php版本。
C:\wamp\www>php --ini
Configuration File (php.ini) Path: C:\WINDOWS
Loaded Configuration File:
按照标题,在新的PHPUnit PEAR安装上运行phpunit -v会给我一个require_once失败的错误。这里有一些额外的信息,我希望任何人都能帮助我。
Warning: require_once(File/Iterator/Autoload.php): failed to open stream: No such file or directory in C:\WAMP\PEAR\pear\PHPUnit\Autoload.php on line 45
Call Stack:
0.0005 326744 1. {main}() C:\WAMP\PEAR\php
在安装wamp 2.2e之后,我在php.ini文件中取消了\wamp\bin\apache\apache2.2.22\bin\php.ini中的注释,并重新启动了wamp。
卷曲仍然不起作用,使用phpinfo看不到它。我正在使用windows 7 32位操作system.php版本的wamp是5.3.13
我还收到了*apache_error.log*文件中的以下错误
Unable to load dynamic library 'd:/wamp/bin/php/php5.3.13/ext/php_curl.dll' -
%1 is not a valid Win
错误日志:
[09-Mar-2020 18:50:35 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'redis' (tried: c:/Wamp/bin/php/php7.2.4/ext/redis (The specified module could not be found.), c:/Wamp/bin/php/php7.2.4/ext/php_redis.dll (The specified procedure could not be found.)) in Unknown on li
我刚刚开始在PHP项目中使用WAMP,我得到了与这行代码相关的下一个错误:
$link=mysql_connect("localhost","myuser","mypas");
我读到我不得不用我的旧密码重新设置密码,但在重新启动所有服务后仍然不起作用。我使用的是PHP5.3.4和MySQL 5.1.53,有什么帮助吗?谢谢
Warning: mysql_connect() [function.mysql-connect]: Premature end of data (mysqlnd_wireprotocol.c:554) in C:\wamp
我试图更新PHP版本,但现在出现了以下错误:
本地主页中的:
警告:包括(wamplangues/index_english.php):未能打开流:第94行C:\wamp64\www\index.php中没有这样的文件或目录
警告: include():在第94行的C:\wamp64\www\index.php中打开'wamplangues/index_english.php‘以便包含(include_path=.;C:\php\pear’)失败
In phpMyAdmin:
致命错误:不支持无括号大小的a ? b : c ? d : e。在第615行的C:\wamp64\a
我从我的寄存器控制器调用一个captcha模型。"insert_captcha() model函数加载captcha助手,更新captcha表,并将创建的captcha返回到Register控制器,该控制器将其显示在视图中。
它可以正常工作50%的时间,但我不时地会收到一大串php错误列表:
模型的摘录:
class captcha_model extends CI_Model {
public function __construct() {
parent::__construct();
$this->load->helper('captcha
过去,只需将wamp php目录放在我的系统环境变量中,如下所示:。哪个或多或少是一个非常简单的环境变量--编辑--添加WAMP servers PHP路径,例如;C:\wamp\bin\php\php5.6.40
我现在正在学习更新的版本,WAMP建议不要这样做(如这里所示:)。
在这个答案中,它展示了一个名为phppath.cmd的聪明的命令行/phppath.cmd程序,它是为linux用户量身定制的。
未经编辑,它看起来是这样:
@echo off
REM **************************************************************
R
在WAMP上安装Magento时,我得到了这个错误。有什么解决方案吗?
a:5:{i:0;s:430:"Error in file: "C:\wamp\www\magento\app\code\core\Mage\Newsletter\data\newsletter_setup\data-upgrade-1.6.0.0-1.6.0.1.php" - SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magentodb.newsletter_subscriber' doesn't
嗨,朋友们,我已经从他们的网站下载了phpQuery插件。但每当我尝试运行phpQuery demo.php文件时,我都会得到以下错误:-
错误:-
Fatal error: Uncaught exception 'Exception' with message
"Old PHP4 DOM XML extension detected. phpQuery won't work until this extension is enabled."
in C:\wamp\www\phpQuery\phpQuery\phpQuery.php:48
我正在本地转移一个wordpress站点,这样我就可以安全地开发了,我对所有这些都是非常陌生的,并且遇到了这个错误,所以如果你能用简单的术语解释如何修复它,那将是非常有帮助的:
!Parse error: syntax error, unexpected 'public' (T_PUBLIC) in
C:\wamp\www\KentVenuesTest\wp-content\mu-plugins\wpengine-common\plugin.php
on line 408
Call Stack
# Time Memory Function
1.0.0007 -
我的WAMP服务器昨天工作得非常好。今天我不得不重启我的电脑,结果出了点问题。服务器永远不会完全启动...任务栏图标保持橙色。我的项目将打开,但只加载HTML,而不加载PHP。这是我在PHP中的错误日志...
[04-Oct-2014 01:36:27 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'W:/wamp/bin/php/php5.5.12/ext/php_intl.dll' - The specified module could not be found.
in Unknown o