wampserver

Accessing website files and phpmyadmin in wamp from another computer on lan

我只是一个虾纸丫 提交于 2019-11-30 16:43:07
I have my files hosted on one computer acting as the server , but I want to access the root (www) directory files and the phpmyadmin from another computer on the lan.By access I mean to edit them and open them to see and make changes to the database and code.How is it possible? By default WAMPServer is configured to be a standalone development system for running on your workstation. If you want to run Wamp on one PC and access it from another you have to change the Apache security configuration. You dont mention anything useful like the version of WampServer you are running so I guess I will

Installing Composer in WAMP PHP Google+ Project, PHP is not recognised

扶醉桌前 提交于 2019-11-30 15:56:33
I am following this PHP Google+ tutorial and I am trying to install composer in my WAMP directory C:\wamp\www\gplus-quickstart-php>curl -s https://getcomposer.org/installer | php but I'm getting this error 'php' is not recognized as an internal or external command operable program or batch file. How do I resolve this problem? I already have PHP installed (via WAMP Server). Do I have to install PHP in my computer as well? Ok a couple of things you need to do here. First windows does not have a curl processor like unix so you need to use the other option for installing Composer php -r "eval('?>'

phpmyadmin in WAMP error #1045 - Need to reset password

空扰寡人 提交于 2019-11-30 15:24:22
I have recently reinstalled WAMP on my PC and copied over files from a back-up I had. I am able to access localhost without any problem and my existing sites function fine. The problem is that I cannot seem to log-in via http://localhost/phpmyadmin/index.php . I receive a #1045 Cannot log in to the MySQL server response. After doing some reading I have been lead to believe that I can edit phpmyadmin's config.inc.php file to adjust the settings. After setting my files (as outlined below), I just get a Cannot connect: invalid settings. error. <?php /* * This is needed for cookie based

WAMPSERVER on windows 8 not starting

﹥>﹥吖頭↗ 提交于 2019-11-30 14:05:07
问题 I have just installed WAMPSERVER (Apache/2.4.9 (Win64) ) on my WIN 8 machine and when tried to start it, its icon is always RED / orange ( not green ). From services when tried to run the service I see following error message: From the even log, I see following multiple errors The wampapache64 service terminated with the following service-specific error: Incorrect function. The Apache service named reported the following error: >>> (OS 10013)An attempt was made to access a socket in a way

function http_build_url()

怎甘沉沦 提交于 2019-11-30 13:39:04
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 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 .ini-s) If the file is absent, either download it separately from http://downloads.php.net/pierre/ or download

wamp server not working on 8.1

一笑奈何 提交于 2019-11-30 13:28:25
I just upgrade to win8.1 from win8 and I can't start wamp server (2.2 x64) It was working fine on win8 Try checking that the Apache and MySQL services are still registered as services. Look in Windows Services for services called - 'wampapache' and wampmysql' Or if you have WAMPServer 64bit wampapache64 and wampmysqld64 If they dont exist do the following:- wampmanager -> MySQL -> Service -> Install Service wampmanager -> Apache -> Service -> Install Service Then try to restart all services. After Upgrading of window to window 8.1. Please click on the wamp icon go to apache then services and

.htaccess not working on WAMP

耗尽温柔 提交于 2019-11-30 11:36:39
I have installed WAMP on Windows. I found .htaccess files are not working here. Is there any way to work with .htaccess? Click on Wamp icon and open Apache/httpd.conf and search "rewrite_module". Remove # as below and save it LoadModule rewrite_module modules/mod_rewrite.so after that restart all service. 1) Left click WAMP icon 2) Apache 3) Apache Modules 4) Left click rewrite_module Open Apache/conf/httpd.conf and search "rewrite_module". Remove # as below #LoadModule rewrite_module modules/mod_rewrite.so as LoadModule rewrite_module modules/mod_rewrite.so Then Save it and restart your

Not able to launch WAMP - Aestan Tray Menu has stopped working

无人久伴 提交于 2019-11-30 11:29:05
I just downloaded and installed WAMP, when I open it I get a warning box that Aestan Tray Menu has stopped working -"A problem has caused program to stop working correctly. Windows will close program and notify you if a solution is found". I have tried the usual solutions : I checked the IIS and it is already disabled. And I also unchecked the "use port 80..." option in Skype. Can anyone help me out with this? Had the same problem. I had to install this to make it work properly : http://www.microsoft.com/download/en/confirmation.aspx?id=29 HTH Mathieu. Somnath Muluk I was having same problem

WAMPSERVER on windows 8 not starting

给你一囗甜甜゛ 提交于 2019-11-30 09:16:48
I have just installed WAMPSERVER (Apache/2.4.9 (Win64) ) on my WIN 8 machine and when tried to start it, its icon is always RED / orange ( not green ). From services when tried to run the service I see following error message: From the even log, I see following multiple errors The wampapache64 service terminated with the following service-specific error: Incorrect function. The Apache service named reported the following error: >>> (OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : AH00072: make_sock: could not bind to address 0.0.0.0:80 The Apache

Windows7 x64在Wampserver上安装memcache

无人久伴 提交于 2019-11-30 09:14:48
Windows7 x64在Wampserver上安装memcache 放假重装了一下系统,win7 x64的,而我使用的win下的开发环境也升级到了最新版,所集成的是php5.3.13,一切很顺利,但是在安装php的memcache扩展的时候发现官方并未提供(http://downloads.php.net/pierre/),只提供了有限的x86的线程安全与非线程安全两种,并未提供x64的。经过一翻寻找,安装成功,再次做下记录,方便以后查找。 www.2cto.com 一、安装memcache的php扩展 1. php_memcache.dll 下载: 下载地址:php_memcache.zip http://www.2cto.com/uploadfile/2012/0713/20120713110240777.zip 2. 把php_memcache.dll放到php的ext目录: 例如:D:\WampServer\bin\php\php5.3.11\ext\php_memcache.dll 3. 打开 php.ini 文件: 我的php.ini的位置:D:\WampServer\bin\php\php5.3.11\php.ini 4. 在 php.ini上增加一行: extension=php_memcache.dll 5. 重启Wampserver的apache服务