wamp

How can we upgrade PHP in present available wamp installed in Windows?

此生再无相见时 提交于 2020-01-02 07:46:11
问题 I was installing the Moodle on my machine and faced a problem of requirement of Greater version of PHP which is not available in present version in wamp. So couuld anyone suggest me: How can we upgrade PHP in present available wamp installed in Windows ? 回答1: You download the addon you want from WampServer addons, and execute it. It will add a context menu entry in WampManager letting you choose between the different installed PHP versions. 回答2: Read this article. Just backup your data

WAMP server, localhost is not working

喜你入骨 提交于 2020-01-02 01:10:09
问题 My WAMP server localhost was broken when my Windows 7 updates automatically. My port 80 is already used by IIS server. I searched on website, many people suggested that I need to change the port 80 to port 8080 or something difference. I updated Listen:80 to Listen:8080 and ServerName localhost to ServerName localhost:8080 . But it is still not working and leaves me a blank page. Can anyone help me to solve this problem? 回答1: Goto This link its working.. http://www.ttkalec.com/blog/resolving

IP address is shown in address bar instead of domain

亡梦爱人 提交于 2020-01-01 12:12:56
问题 I have a WAMP home web server up and running on a static IP and registered a domain with Namecheap, but I'm a bit shaky with DNS. At first I used URL Redirect and pointed it to my IP. This meant that when you typed in the domain (like example.com) it just redirected you right to my IP, replacing the domain name with it in the address bar. Now I'm trying to get the domain to show instead of the IP in the address bar, which I'm struggling to understand exactly how to do. The latest thing I've

How to open port 80 for Apache, previously occupied by Visual Studio's servers?

筅森魡賤 提交于 2020-01-01 10:57:30
问题 I installed Visual Studio 2010 after WAMP and had to turn on IIS. Now I want to use my WAMP but my Apache is not turning on even after I have disabled IIS and even uninstalled my Visual Studio 2010. 回答1: You can set the port number in httpd.conf configuration file of Apache server. Usually inside the "conf" folder of Apache installation folder. (Say, c:\wamp\Apache2\conf\httpd.conf ) Then change the line Listen 80 to Listen 8081 . Restart your Apache server. Tip: You can install IIS and

Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from

喜欢而已 提交于 2020-01-01 08:36:29
问题 I'm doing some SOAP exercises But, I cannot get that to work on WAMP. Error which I'm getting is: Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://www.creditsafe.fr/getdata/service/CSFRServices.asmx?WSDL:8080' : failed to load external entity "https://www.creditsafe.fr/getdata/service/CSFRServices.asmx?WSDL:8080" in C:\wamp\www\GESTION\add_debiteur.php:128 Stack trace: #0 C:\wamp\www\GESTION\add_debiteur.php(128): SoapClient->SoapClient(

PHP mail() on Windows: no errors, the email isn't sent

偶尔善良 提交于 2020-01-01 05:26:07
问题 I'm currently trying to debug an Elgg-based website (I didn't develop it) and I would like to send the emails directly from local development machine (WinXP). I'm running WAMP with Apache 2.2.11 and PHP 5.3.0 After some searching, the simplest solution that I've come across is using fake sendmail to forward it to my GMail/Google apps account via SMTP and let it do the sending. The problem is that I get no errors whatsoever, but the email isn't being sent. Here's what I did: Copied the

cakephp & httpd.conf issues on windows based apache server (wamp)

余生长醉 提交于 2020-01-01 03:35:13
问题 So, i was wondering if some one could clarify following occurrence and maybe suggest how I could tackle this. sorry for the weird coloring of the code Let me explain the set up first. I have wamp server installed and it is located physically on one hd and then my development files are located on separate hd. So i have added alias to access specific dev folder in httpd.conf i have following ServerRoot D:/Program Files/wamp/bin/apache/apache2.2.11 Listen 80 ServerName localhost:80 DocumentRoot

windows 服务器设计定时任务

吃可爱长大的小学妹 提交于 2019-12-31 23:07:53
执行 bat 文件; bat 文件内容: D:\wamp\bin\php\php5.5.12\php.exe -f D:\wamp\www\push.php php 程序在 d wamp 下面 通过 -f 执行php文件 bat 文件执行php 文件; php 文件使用 file_get_contents 执行 业务文件即可!!!! 定时任务百度搜索,通过任务管理器设置。 来源: CSDN 作者: erjian666 链接: https://blog.csdn.net/erjian666/article/details/103782405

Upgrade WAMP to MySQL 5.5?

a 夏天 提交于 2019-12-31 10:47:53
问题 My dev team uses WAMP for the php/Mysql environment but i just learnt that uses MySQL 5.1 and MySQL is at 5.5 now. Can I get the mysql upgraded to 5.5 separately without any issue to make it work with WAMP or is there any patch for WAMP to get the latest mysql? I want to ensure they work with the latest build of MySQL but i am not sure if it is as simple as download mySQL 5.5 and it gets auto-added to the WAMP server, or if there are compatible? I assume since WAMP never updated their MySQL

Cannot run PHP CLI on WAMP on Windows 8

若如初见. 提交于 2019-12-31 05:18:31
问题 I have been trying on this for hours i Get the below error 'php' is not recognized as an internal or external command, operable program or batch file. Steps i have done 1- I have added to Windows Environement variables C:\wamp\bin\php\php5.3.13; 2-re-installed wamp 2 times 3-Apache and php error log is clean I have the below configuration Windows 8 64 bit Apache 2.2 PHP 5.3.13 回答1: Actually the php exe you run in wamp for the CLI is just php.exe It is found in the c\wamp\bin\php\phpX.Y.Z\