wamp

How to install ImageMagick for WAMP 2.5

筅森魡賤 提交于 2019-11-27 06:23:03
问题 WAMP does not come with ImageMagick PHP extension installed, how do I install it manually? All the tutorials I have found seem outdated and too confusing. 回答1: I got ImageMagick to work on WAMP 2.5 on Windows 8.1 . Here's what I did. Download the latest ImageMagick here: http://imagemagick.org/script/download.php#windows Install it here (It should be ticked by default, but make sure you tick the "Add application directory to your system path" when installing): C:\imagemagick Go to the latest

Wamp2 and “The ordinal 942 could not be located in the dynamic link library LIBEAY.dll”

戏子无情 提交于 2019-11-27 06:00:13
问题 I want to learn to use SSL with Wamp, and I am using the article Wamp2 HTTPS and SSL Setup Step-by-Step guide. When I type in the command openssl genrsa -des3 -out server.key 1024 in the command line, it shows me an error The ordinal 942 could not be located in the dynamic link library LIBEAY.dll. How can I solve this problem ? Thank you! 回答1: Another application on your computer is using a different version of OpenSSL, and it has installed older library files. Download OpenSSL, unzip it and

Fatal error: Call to undefined function: ldap_connect()

↘锁芯ラ 提交于 2019-11-27 05:24:43
问题 I get this error when using WAMP: Fatal error: Call to undefined function: ldap_connect() I have already edited the php.ini folder and enabled php_ldap.dll . For some reason only some of the extensions show up in phpinfo() when I turn them on. I have restarted Apache and restarted my computer. 回答1: If you are a Windows user, this is a common error when you use XAMPP since LDAP is not enabled by default. You can follow this steps to make sure LDAP works in your XAMPP : [Your Drive]:\xampp\php

Internal Server Error - htaccess

夙愿已清 提交于 2019-11-27 05:09:39
问题 I have a htaccess file that it work perfectly on host but when I put it on local ,it shows me this error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. I found this alert in

WAMP won't turn green. And the VCRUNTIME140.dll error

人盡茶涼 提交于 2019-11-27 05:05:53
问题 WAMP won't turn green. It was working fine a couple of weeks ago. When looking at other answers on this topic, a lot said to install services in Apache. When I do this, I get an error code stating: "The program can't start because VCRUNTIME140.dll is missing from your computer. Try reinstalling the program to fix the problem." 回答1: As Oriol said, you need the following redistributables before installing WAMP. From the readme.txt BEFORE proceeding with the installation of Wampserver, you must

why wamp server put online/ offline option is missing?

吃可爱长大的小学妹 提交于 2019-11-27 04:05:32
I'm using windows 8. recently i've installed wampserver3_x86_apache2.4.17_mysql5.7.9_php5.6.15. but the put online/offlline option is missing. I did wamp manager->wamp settings->menus item online/offline. it doesn't work also. there is no green the green mark beside this option. What to do? Its not missing it is now an optional menu Right click Wampmanager -> WAMPSetting -> Menu Item: Online/Offline If you click it so there is a Tick beside it, you will see the Online/Offline menu on the left click menu. However it was made optional as its use is defunct. You should create Virtual Hosts for

Enable CORS with wamp on windows 8

守給你的承諾、 提交于 2019-11-27 03:24:24
问题 I have a cross domain request problem with an application I'm doing. I really spent hours looking for a solution on how to enable CORS with wamp (localhost) but nothing worked for me. I have Apache 2.4.9 on Windows 8.1. I have enable the headers, I tried to put Header add Access-Control-Allow-Origin "*" Header add Access-Control-Allow-Methods: "GET,POST,OPTIONS,DELETE,PUT" in a .htaccess and in the http.conf as well as countless other variations. If anyone had a solution that'd be awesome!

How to change mysql database directory on WAMP

独自空忆成欢 提交于 2019-11-27 02:52:52
问题 I'm running a dual boot server with Windows 7 and Ubuntu. On Ubuntu, everything is configured how I want it. On Windows, I need to know how to change my MySQL database directory so that it uses the same directory I'm using on Ubuntu. How do I do this? 回答1: Hope this image would guide clear. You can write click and select view image to see my answer clearly Please don't forget to restart wamp/xampp after these steps then it will be applied 回答2: 1 in WAMP sever 2.2 [ in windows ], go to C:\wamp

How to access my localhost from another PC in LAN?

喜夏-厌秋 提交于 2019-11-27 02:46:12
问题 I am using WAMP server to run my website. I am using Windows 7. I created LAN between 2 PC and I want to access my localhost from the second PC. Note that I am not using Internet connection so I couldn't use IP address. Please, give me your suggestion. 回答1: You have to edit httpd.conf and find this line: Listen 127.0.0.1:80 Then write down your desired IP you set for LAN. Don't use automatic IP. e.g.: Listen 192.168.137.1:80 I used 192.167.137.1 as my LAN IP of Windows 7. Restart Apache and

Running Composer returns: “Could not open input file: composer.phar”

喜欢而已 提交于 2019-11-27 02:32:46
I am new to symfony2 and reading symblog . In third chapter while trying with data-fixtures I tried the command: php composer.phar update but I got the error: Could not open input file: composer.phar So I googled a little and tried php composer.phar install but still getting the same error. So please guide how to deal with this composer to install new extentions or bundles like data-fixtures in symfony2 using wamp. If you followed instructions like these: https://getcomposer.org/doc/00-intro.md Which tell you to do the following: $ curl -sS https://getcomposer.org/installer | php $ mv composer