wamp

Looking for OAuth DLL for Windows 7 (Need to use from PHP on WAMP Server) [closed]

こ雲淡風輕ζ 提交于 2019-11-28 04:23:35
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I have been struggling with this problem for several weeks now and would really appreciate any help. I need an OAuth library which works with WAMP Server installed in a Windows 7 (64-bit) environment. I want to access this library from PHP. There are 2 OAuth libraries (i.e., DLLs) available for Windows at http:/

Installing php_apc.dll on wampserver

只谈情不闲聊 提交于 2019-11-28 04:19:33
问题 I need your help. I'm trying to install php_apc.dll into my php directory. So far this is what i've done: I copied php_apc.dll to c:\wamp\bin\php\php5.3.0\ext. I've also restarted the server several times. But when i checked http://localhost/?phpinfo=1 There wasnt any evidence of APC Extension Installation. Please what i'm i doing wrong? I'll be most delighted with your answers, comments and suggestions. Thank you. 回答1: Read the tutorial How to install APC on Wamp. It seems you didnt add

Apache won't start in wamp

喜欢而已 提交于 2019-11-28 03:41:09
I have been googling for the past few hours but I simply can't get my apache on wamp to start. My skype isn't running, and the test port 80 shows it isn't being used by anything. Before this happened, I was trying to add a new vhost, but now I have reverted back all of the files where I made changes. Anyway to debug why apache won't start? Clicking on start/resume service for apache doesn't show any errors either. Also just in case, I am running Win7 64bit If you have an issue in the httpd.conf or any files included by it there are a couple of ways to find out what the problem is First look at

Internal Server Error - htaccess

孤人 提交于 2019-11-28 03:38:00
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 error log file : [Tue Apr 17 10:02:25 2012] [alert] [client 127.0.0.1] D:/wamp/www/jivan/sql/.htaccess

Upgraded to Windows 10 and now WAMP won't work

安稳与你 提交于 2019-11-28 03:28:44
I had WAMP working happily on windows 7 as my local development server. Upgraded to Windows 10 today and had an orange WAMP icon on my taskbar. Turns out Windows had installed and ran IIS automatically (why?). I disabled IIS, restarted, started WAMP and the icon turned green. However, going to localhost results in a connection refused message. I used the 'Test Port 80' option on the WAMP menu and it says that yes, Server: Apache/2.2.21 (Win32) PHP/5.3.10 is listening on port 80. The Apache error log doesn't display anything helpful. [Wed Jul 29 17:48:40 2015] [notice] Apache/2.2.21 (Win32) PHP

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

左心房为你撑大大i 提交于 2019-11-28 03:05:19
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." sotoz As Oriol said, you need the following redistributables before installing WAMP. From the readme.txt BEFORE proceeding with the installation of Wampserver, you must ensure that certain elements are installed on your system, otherwise Wampserver will absolutely not

WAMP Server V 2.5 icon is orange,does not respond and no menu

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-28 01:56:22
I have Windows 7 32 bit and wanted to work on wordpress to host my own page but to do that I got virtual server WAMP Server V 2.5 and after installing it, icon in taskbar was orange and after right and left clicking, there was no menu. I read many forums, disabled IIS and restarted and nothing. Also uninstalled, deleted directory on c:, installed again but same result, no menu, orange icon. I'm not a tech expert, so pls 'customize' your answers keeping this in mind. I have no idea how to check logs etc So pls let me know. Much obliged. Forgot to mention that hovering mouse over icon it says, 1

Why mail() PHP function does not work with WAMP default installation?

你。 提交于 2019-11-28 01:44:38
I have a default installation of WAMP Server 2.0. I'm trying to send email using this simple script: <?php if (mail('my_email@gmail.com', 'My Title', 'Some Text')) { echo "OK"; } else { echo "Why ??"; } ?> Unfortunately, I get the following warning: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\My_Path\send_email.php on line 3 Why ?? What could be the reason for that ? I expected sending email to be a very simple task ... :( To be able to send email you need an outgoing email

Error with PHP Websocket and Wamp Server

南笙酒味 提交于 2019-11-28 01:37:07
问题 I'm really new about this of Websockets, i'm trying to connect this websocket: phpwebsocket with WAMP server, first, in my httpd.conf I wrote listen 9300, and if i go to localhost:9300 it works right, but when I go to console and write: php -q C:\wamp\www\demos\server.php I got this error: Here's the code of server.php: <?php set_time_limit(0); require 'class.PHPWebSocket.php'; function wsOnMessage($clientID, $message, $messageLength, $binary) { global $Server; $ip = long2ip( $Server-

Use Google Drive Directory as Apache Virtual host

为君一笑 提交于 2019-11-27 23:19:26
I am trying to set up an Apache 2.4 server with my google drive folder. I already did it with Dropbox and it's working fine, but with google drive, Apache can't find the directory. After some research, I have discovered that the real path of google drive folder is in C:\Users\ME\AppData\Local\Google\Drive\sync_config.db but it's all compiled. Is there a way to get the path ? I have already tried with this KiXtart script : http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=204938 ...which is not working anymore. It is a permissions issue. Right click 'Google Drive' Folder ->