wampserver

Enabling OpenSSL in WAMP

孤人 提交于 2019-11-27 18:12:58
I installed the latest WAMP (from wampserver.com ) today on my Windows 7 computer. I have enabled SSL in PHP > PHP Extensions > php_openssl And Apache > Apache Modules > open_ssl But when I try to access anything with https:// I get "Problem Loading Page". The apache_error.log says [Thu Jun 27 16:25:08.622056 2013] [ssl:warn] [pid 4812:tid 356] AH01882: Init: this version of mod_ssl was compiled against a newer library (OpenSSL 1.0.1e 11 Feb 2013, version currently loaded is OpenSSL 1.0.1d 5 Feb 2013) - may result in undefined or erroneous behavior [Thu Jun 27 16:25:08.973076 2013] [ssl:warn]

function http_build_url()

做~自己de王妃 提交于 2019-11-27 18:06:24
问题 I work with windows 7 using WampServer Version 2.2 php5.3.13 I put my project in www and during the execution of my project this error is displayed Fatal error: Call to undefined function http_build_url() in C:\wamp\www in the source code of my project I use this syntax $url = http_build_url($url); I think I need to configure wamp 回答1: Check your extensions folder for php_http.dll file. If the file is present, check that php_http extension is enabled in your php.ini (or any other included

What is the difference between “utf8_unicode_ci” and “utf8_unicode_520_ci”

a 夏天 提交于 2019-11-27 17:23:34
问题 I recently upgraded WAMPServer and now in phpMyAdmin, I see both collations utf8_unicode_ci and utf8_unicode_520_ci . I was using "utf8_unicode_ci" for Turkish applications, but I wonder what is different in the new *_520 collation? 回答1: As documented under Collation Names: Unicode collation names may include a version number to indicate the version of the Unicode Collation Algorithm (UCA) on which the collation is based. UCA-based collations without a version number in the name use the

How to install Ruby on Rails alongside WampServer?

跟風遠走 提交于 2019-11-27 17:15:45
Is is possible to install Ruby on Rails alongside WampServer (and keep WampServer's Apache/MySQL installs)? Olivier Lalonde I installed Ruby on Rails alongside WampServer. Here is how to do it: Replace C:\wamp\ in the following text by your own WampServer's install repository. Installing Ruby: Download Ruby. Use the Windows binary version, not the "one click installer" because it contains MySQL and Apache which we don't need. Extract the zip to C:\wamp\ruby\ . Add Ruby's bin repository in your PATH environment variable: Right click "Computer / Properties". Click "Advanced System Settings".

Running Python from a virtualenv with Apache/mod_wsgi, on Windows

不问归期 提交于 2019-11-27 13:56:30
问题 I'm trying to set up WAMP server. I've got Apache working correctly, and I've installed mod_wsgi without a hitch. Problem is, I'm using virtual environments (using virtualenv) for my projects. So obviously, mod_wsgi is having problems locating my installation of Django. I'm trying to understand how I can get mod_wsgi to work well with the virtualenvs. The documentation seems to think this isn't possible: Note that the WSGIPythonHome directive can only be used on UNIX systems and is not

Putting a password to a user in PhpMyAdmin in Wamp

Deadly 提交于 2019-11-27 13:38:47
问题 How do you change the password for the root user in phpMyAdmin on WAMP server? because I'm locked out of phpMyAdmin, after changing the password incorrectly. 回答1: my config.inc.php file in the phpmyadmin folder. Change username and password to the one you have set for your database. <?php /* * This is needed for cookie based authentication to encrypt password in * cookie */ $cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */ /* * Servers

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

夙愿已清 提交于 2019-11-27 13:18:53
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 ? Adeniji Olasunkanmi After thorough research, I found out the solution which worked for me as well.. open wamp/www/index.php. Change this line

Sqlsrv for PHP 5.6 on WAMP server

China☆狼群 提交于 2019-11-27 13:04:26
问题 After looking so many posts about this problem, I don't understand why it don't work because it should be working. I will post all the information I have so far: Windows 10 64-bit WampServer 3 64-bit (http://www.wampserver.com/) PHP 5.6.16 Apache 2.4.17 Microsoft SQL Server 2016 I downloaded SQLSRV32.exe from microsoft. I extracted the dll files to C:\wamp\bin\php\php5.6.16\ext. In my php.ini given by wampserver: extension_dir = "c:/wamp/bin/php/php5.6.16/ext/" extension=php_sqlsrv_56_ts.dll

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

那年仲夏 提交于 2019-11-27 12:29:07
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? 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(2008 , 2010 , 2012 , 2013 , 2015 , 2017 ... ) . So you have to download them one by one and then install all of

How to change the URL from “localhost” to something else, on a local system using wampserver?

二次信任 提交于 2019-11-27 10:30:22
On a Windows machine, there's a system running on the local wampserver, but while the application is running on localhost, the URL says otherwise. While I would expect the URL to be like this based on the directory structure: http://localhost/pro/include/db_report.php The developer has managed to do this: http://ap-mispro/pro/include/db_report.php So instead of localhost , the URL says ap-mispro . And both URLs work fine. How is the second URL made? I tried checking out the wampmanager.ini and wampmanager.tpl but maybe I didn't know what to look for? WINDOWS + WAMP solution Step 1 Go to C: