wampserver

Composer Warning: openssl extension is missing. How to enable in WAMP

喜夏-厌秋 提交于 2019-11-26 18:21:52
Trying to install Composer dependency management tool on Win7/64 + WampServer 2.2 via the Setup Installer and I am getting the following message: The openssl extension is missing, which will reduce the security and stability of Composer. If possible you should enable it or recompile php with --with-openssl So here is what I did... From my Wamp icon in Tray, clicked php > php extensions > php_openssl This showed that task was completed by placing a check mark beside the extension I then restarted WampServer Then from the Wamp icon in tray, I clicked php > php.ini and searched for openssl to

How can I access localhost from another computer in the same network? [duplicate]

余生颓废 提交于 2019-11-26 17:37:55
问题 This question already has an answer here: Accessing localhost (xampp) from another computer over LAN network - how to? 22 answers I just recently downloaded WAMP Server to view and edit php webpages but now I would also like other people in my network (connected to the same wifi) to be able to access localhost and all the files that I have saved. I have already tried to access localhost and my WAMP server was already online, however that didn't work. Can someone help me out? Thanks in advance

WAMP: Missing http://localhost/ in urls , wrong wamp projects links

孤人 提交于 2019-11-26 16:18:24
问题 I have a problem with Wamp which never happened to me before, cannot find what's wrong. I have a few projects located in my www folder ( running windows 7 ). My hostfile has the line 127.0.0.1 localhost uncommented When I go to http://localhost/ or http://127.0.0.1/ and click on a project name like "mysite" from the main Wamp panel page, the link just points to "mysite" and not "http://localhost/mysite" Therefore I can't see any sites, what should I do ? 回答1: After thorough research, I found

WampServer - mysqld.exe can't start because MSVCR120.dll is missing

筅森魡賤 提交于 2019-11-26 15:55:39
问题 I've tried to run wampserver on my local side, but mysql server doesn't run. when I try to install service , it give me error. I searched the answer all day and found some answers on here and there. but any solution doesn't work for me. I tried to install warpserver on windows7 home OS vmware Any help for me? 回答1: None of answers in google worked for me . This is how i solved my problem : According to Wampserver forum you must install ALL versions of Microsoft Visual C/C++ Redistributable

WAMP port 80 busy

≡放荡痞女 提交于 2019-11-26 15:19:31
I have installed WAMP on Windows 7 64-bit. When I try to start it, it says port 80 is used by "Server: Microsoft HTTPAPI/2.0". I have checked and IIS is not installed. What should I do? This problem can be also from SQL Server Reporting Services . You need to stop/disable this service from: Control Panel->System and Security->Administrative Tool->Services and stop the service named SQL Server Reporting Services (InstanceName) Open SQL Server Configuration Manager -> SQL Server Services stop/disable SQL Server Reporting Services (InstanceName) The Computer Hugger I've solved this today!!! You

WAMP shows error 'MSVCR100.dll' is missing when install

跟風遠走 提交于 2019-11-26 14:58:33
When I tried to install WAMP , that popped up the following alert, I clicked OK , it continued to install WAMP. When I start, the WAMP logo is always 'yellow'. It isn't turning 'green', meaning there's something wrong. What exactly is the MSVCR100.dll file? How do I obtain it and fix this error? ezaoutis The MSVCR100.dll file is part of the Microsoft Visual C++ , redistributables. You can install them and see if this solves your problem. After you install the above check if your wamp installation is correctly setup. Search for "my wamp icon stays orange" posts. UPDATE 2019 Wampserver 3

WAMP server doesn't work properly on Windows 10

﹥>﹥吖頭↗ 提交于 2019-11-26 14:49:59
问题 I just upgraded my OS to Windows 10 and I have an atypical problem. I use WAMP server and PHP doesn't work, although no error is displayed anywhere. I tried to update vcredist or to change ports, but the problem persists. 回答1: Windows 10 does not come with all the older MSVC Runtimes installed. You will also have to install any of these that are missing. Microsoft Visual C/C++ Redistributable 2008 (VC9) 32bit / 64bit Microsoft Visual C/C++ Redistributable 2010 (VC10) 32bit / 64bit Microsoft

WampServer orange icon

时间秒杀一切 提交于 2019-11-26 14:29:01
I am having problems with Wamp Server, the icon will never turn green. It is constantly stuck at orange. I have tried many ways, editing HOSTS file, .config files, disabling IIS, changing SKYPE's port, quitting SKYPE, disabling World Wide Web publishing services etc... And under wamp server icon > Apache > Test port 80, it states that Apache is using that port. I am running Windows 8 64 bit and Wamp Server 2.4. Any help would be appreciated. Before you can fix anything you need to know which service has not started, Apache or MySQL. As the TEST PORT 80 utility is saying Apache is running its

WAMP Cannot access on local network 403 Forbidden

Deadly 提交于 2019-11-26 14:17:28
I know this question has been asked a lot of times I followed Most of the answers in the internet But I still get the same Message 403 Forbidden You don't have permission to access / on this server. It is weird that when I access using the same PC to localhost:1234 it runs normally but if I access using my IP address 192.168.0.188:1234 Also which is really weird is that I tried to install WAMP on other PC and without any configuration I could access to that PC. So I thought it's because McAfee and Firewall so I open port on Widows and McAfee and nothing changed also I turned off Firewall and

WAMPServer phpMyadmin Maximum execution time of 360 seconds exceeded

半城伤御伤魂 提交于 2019-11-26 13:57:28
问题 I just installed WampServer. It works when I visit my project page but when I try to navigate phpMyAdmin i get this error: Maximum execution time of 360 seconds exceeded What is the problem? 回答1: A better solution here is to change the config that controls phpMyAdmin and not the php.ini file. If you change the php.ini file you effect everything in PHP and should you write that infinite loop that we all do from time to time it will take longer to terminate your infinite loop than is sensible.