wamp

Accessing Wamp 2.5 phpmyadmin from another PC in a LAN Network

℡╲_俬逩灬. 提交于 2019-12-22 01:06:06
问题 I have access wamp localhost from another pc but when accessing phpmyadmin from this pc i can't access like following figure 回答1: On WAMPServer the phpMyAdmin tool is configure so that it cannot be used from any ip other than the one running WAMPServer. Well to be precise the alias is configured so it can only be accessed from the machine running Apache. This is of course a security measure, to protect beginners from accidentally giving away the crown jewels. If you want to allow access to

WAMP : Forbidden You don't have permission to access / on this server. Apache/2.4.18 (Win64) PHP/5.6.19

烈酒焚心 提交于 2019-12-21 22:08:58
问题 I have a problem with my WAMP web server. I’ve already successfully launched a webserver which i could access from anywhere. That was on my other computer which on the server worked like a charm but i decided to move the web onto another one of my computers, installed WAMP and configured it the same way as on my other computer. But this time i always get this error: Forbidden You don't have permission to access / on this server. Apache/2.4.18 (Win64) PHP/5.6.19 Server at 109.230.49.114 Port

WAMP is not displaying the icons in the directory listing

落花浮王杯 提交于 2019-12-21 21:38:50
问题 In the past I have worked with my PHP code through vmware, but I recently decided to switch to doing it locally through WAMP (on Windows 8.1). I created an empty folder tests in the www folder. Then on my browser, I typed http://localhost/tests Everything is fine except that the icons icons are not displayed. Here is a picture demonstrating what I mean: Is there a way to get these icons to display correctly? 回答1: This has to do with the Apache indexer config file. Its a bug with the Wamp

Connect to localhost from another computer in network

六月ゝ 毕业季﹏ 提交于 2019-12-21 21:33:08
问题 I have installed WAMP on one computer, and I want to connect to the phpmyadmin from another one. When I type, in a browser, 192.168.1.2/localhost i got following message: Forbidden You don't have permission to access /localhost on this server. I have changed this line in Apache: <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Allow from all * from deny from all </Directory> How can I fix this? 回答1: You should try it without localhost . So if you access phpmyadmin on

PHPUnit not recognizing cURL extension — can't install selenium test

泄露秘密 提交于 2019-12-21 20:23:46
问题 I'm on a Windows 7 machine running a WAMPserver and I'm trying to install the Selenium extension for PEAR. However, whenever I try to install it, I'm told that it requires the already-enabled PHP extension "curl": pear install phpunit/PHPUnit_Selenium Package "pear.phpunit.de/PHPUnit_Selenium" dependency "pear.phpunit.de/PHPUnit" has no releases phpunit/PHPUnit_Selenium requires PHP extension "curl" No valid packages found install failed So I go to check my php.ini file to see if it's enabled

Windows 10 - WAMP Orange

吃可爱长大的小学妹 提交于 2019-12-21 09:17:09
问题 I've installed WAMP 64bit server on my windows 10 enterprise machine. However I'm getting a orange icon. I've checked the following: Apache -> Service, the start/resume service is greyed out and stop service is red. In addition Test Port 80 gives me: Your port 80 is actually used by : Server: Apache/2.4.9 (Win64) PHP/5.5.12 Mysql -> service, start/resume service is green. When I click on it nothing happens. I've tried turning off the windows firewall, nothing happens. I've checked for skype

Why is mysqlserver.lib file very large? Is this file neccessary in wamp stack?

给你一囗甜甜゛ 提交于 2019-12-21 06:56:11
问题 Recently I created my development server using php7.0.1, mysql5.7 and apache 2.4.20. After I successfully got it running, I checked the file size of my server and found that it is almost 2 GB. So I digged further and found that mysqlserver.lib file inside mysql/lib folder is around 976 MB. So my problem is how can I make my server file size smaller? Is this mysqlserver.lib safe to delete? I don't see mysqlserver.lib in the wamp2.5 version of mysql. Any suggestion for making file size in mysql

Install PHP OAuth Extension on WAMP

拈花ヽ惹草 提交于 2019-12-21 05:14:08
问题 This line of PHP code: $oauthClient = new OAuth($consumerKey, $consumerSecret, ... etc. Results in error: Fatal error: Class 'OAuth' not found I'm running WampServer 2.1, PHP version 5.3.4, Windows Server 2008 R2 (equivalent to Windows 7) I've double checked that php_oauth.dll is installed as per these instructions: PHP OAUTH class api How do I successfully load the oauth extension and fix this PHP error? 回答1: Download the correct oauth DLL from here Paste php_oauth.dll in \wamp\bin\php\php5

Install PHPUNIT with Composer

一个人想着一个人 提交于 2019-12-21 03:43:24
问题 I have project on Symfony 2 and i would like use PHPUNIT on Windows 7. On githut phpunit is: Composer Simply add a dependency on phpunit/phpunit to your project's composer.json file if you use Composer to manage the dependencies of your project. Here is a minimal example of a composer.json file that just defines a development-time dependency on PHPUnit 3.7: { "require-dev": { "phpunit/phpunit": "3.7.*" } } For a system-wide installation via Composer, you can run: composer global require

Why doesn't http://localhost/ load anything with WAMP?

拥有回忆 提交于 2019-12-21 02:54:11
问题 I recently tried installing WAMP but found that none of the pages will load. It also has an orange W logo, if that means anything. It does say (Tray Icon) that the WAMPserver is online though. I also did some research and found that Skype may cause problems and I removed the Use port 80 and 443 as alternatives for incoming connections option, but it still won't work. I get the following screen in my Chrome browser, any ideas? EDIT: After further research I found that something may have gone