wamp

Fatal error: Class 'IntlDateFormatter' not found

依然范特西╮ 提交于 2019-12-18 18:46:09
问题 I installed WAMP on my local machine. My PHP version is 5.3.3 in phpinfo() but that extension doesn't exist! :( How can I install this extension without compiling it? Here is just source of it. 回答1: The extension was there! All you need to do is clearing the comment(;) before this line in php.ini file: ;extension=php_intl.dll to extension=php_intl.dll 回答2: if you see this on Debian / other Linux platforms. sudo apt-get install php5-intl - for PHP 5.6 sudo apt-get install php7.0-intl - PHP 7+

Not able to launch WAMP - Aestan Tray Menu has stopped working

半世苍凉 提交于 2019-12-18 14:38:46
问题 I just downloaded and installed WAMP, when I open it I get a warning box that Aestan Tray Menu has stopped working -"A problem has caused program to stop working correctly. Windows will close program and notify you if a solution is found". I have tried the usual solutions : I checked the IIS and it is already disabled. And I also unchecked the "use port 80..." option in Skype. Can anyone help me out with this? 回答1: Had the same problem. I had to install this to make it work properly : http:/

Wampserver 2.1 gives orange icon after install on Windows 7

淺唱寂寞╮ 提交于 2019-12-18 14:17:05
问题 I just installed Wampserver 2.1 on my windows 7 64bit computer and the icon that should turn green, turns orange, saying that the server is not ready. The result is that on opening the browser on http://localhost/ it just timed out. anybody an idea, I tried google on this, but without any correct result. The apache error log says this: [Fri Mar 11 14:40:58 2011] [notice] Apache/2.2.17 (Win32) PHP/5.3.4 configured -- resuming normal operations[Fri Mar 11 14:40:58 2011] [notice] Server built:

phpmyadmin in WAMP error #1045 - Need to reset password

南笙酒味 提交于 2019-12-18 13:36:15
问题 I have recently reinstalled WAMP on my PC and copied over files from a back-up I had. I am able to access localhost without any problem and my existing sites function fine. The problem is that I cannot seem to log-in via http://localhost/phpmyadmin/index.php . I receive a #1045 Cannot log in to the MySQL server response. After doing some reading I have been lead to believe that I can edit phpmyadmin's config.inc.php file to adjust the settings. After setting my files (as outlined below), I

Wamp Server Error [Local Server - 2 of 3 services running]

╄→гoц情女王★ 提交于 2019-12-18 13:34:29
问题 I am new to wamp servers and trying to install wampServer 3.1.0 on my windows 10 machine . Somehow it is not installed properly and is having configuration error . At present "Wamp server is still in orange state and is throwing the error" 2 of 3 services running As of my understanding either of Apache,MySQl orPHP is not working . On further investigation I found that Apache is ok. But on running mysql.exe(C:\wamp64\bin\mysql\mysql5.7.19\bin) it is throwing : ERROR 2003 (HY000): Can't connect

Phpmyadmin doesn't show “privileges” tab

久未见 提交于 2019-12-18 11:55:20
问题 I have WAMP installed on Windows, and I can't seem to get the "privileges" tab to show in PhpMyAdmin no matter what. Reading other forum discussions and articles, I have done the following: Checked to make sure that I'm logged in as root Reinstalled wamp Reset my mysql users Run mysql check on users Cleared my cache Through those tests, I have gotten the following error: Can't find file: 'user' (errno: 2) . A google search for a solution to that proved futile. Any help would be appreciated

WAMPserver 3.0.4 on Windows 10 (64 bit): Apache server (httpd service) did not start

折月煮酒 提交于 2019-12-18 09:38:14
问题 I recently installed WAMPserver 3.0.4 x64 bit on my Windows 10 64 bit OS. Issue: Apache server (2.4.18) did not start with the following error message: Could not execute menu item (internal error) [Exception] Could not perform service action: The service did not respond to the start or control request in a timely fashion Similar Question was raised before on stackoverflow, but the resolutions posted there didn't help in my case. (I've mentioned the details below). Diagnosis : Step 1: Tested

Connecting to SQL Server 2008 through PHP

末鹿安然 提交于 2019-12-18 06:02:29
问题 I need to connect to a SQL Server 2008 through PHP (WAMP, latest version). I have the sqlsrv drivers installed and set up and they do show up in phpinfo() . I'm using the following lines to connect to my DB, using Windows Authentication: $serverName = "(local)"; $connectionOptions = array("Database"=>"MyTestDatabase"); $conn = sqlsrv_connect( $serverName, $connectionOptions) or die("Error!"); And I'm getting the following error: Array ( [0] => Array ( [0] => IMSSP [SQLSTATE] => IMSSP [1] =>

Re installing Wamp Server without replacing the existing mysql database

♀尐吖头ヾ 提交于 2019-12-18 05:14:16
问题 I have some problem with WAMP server installed on my computer, every time I am trying to access a server file in the browser the page keeps on loading for hours and does not give me any errors. So what I though is to go ahead and install and new one but my existing MySQL database has lot of data inside it that I do not want to loose, I tried to backup the database using command line but no help there as well. Is there any way I can install a new WAMP server while keeping my existing MySQL

Make WAMP www available on local network

[亡魂溺海] 提交于 2019-12-18 04:48:05
问题 I know there are questions similar to this, but none address my specific situation. I have a WAMP server setup for developing some websites, and it's running great. I need it to be available to another computer on my local network via a wireless router. The other computer is actually a Mac, and I only need to be able to view the development sites through a browser (do not need to access phpmyadmin or mySQL). I am able to access the localhost on which WAMP is running through the browser (the