wamp

jQuery Ajax request from local filesystem (Windows file:///)

廉价感情. 提交于 2019-11-26 06:44:05
问题 I\'m trying to do an ajax request to get the contents of \"http://localhost/\" running on Windows Wamp Server. The script is running from something like this: file:///C:/my/path/index.html I\'m just using a standard $.ajax request to try and get the contents of localhost: $.ajax({ type: \'GET\', url: \'http://localhost/\', success: function(data) { alert(\'success\'); }, error: function (data) { alert(\'failed\'); } }); I can\'t get it to be successful though... Seems to be some problem with

WampServer orange icon

旧巷老猫 提交于 2019-11-26 05:56:29
问题 I am having problems with Wamp Server, the icon will never turn green. It is constantly stuck at orange. I have tried many ways, editing HOSTS file, .config files, disabling IIS, changing SKYPE\'s port, quitting SKYPE, disabling World Wide Web publishing services etc... And under wamp server icon > Apache > Test port 80, it states that Apache is using that port. I am running Windows 8 64 bit and Wamp Server 2.4. Any help would be appreciated. 回答1: Before you can fix anything you need to know

How to stop Chrome from redirecting to HTTPS?

让人想犯罪 __ 提交于 2019-11-26 05:36:15
问题 A few days ago, Chrome started redirecting all of my vHosts in Wampserver to https. Everything was working fine until a couple days ago, then one day I logged on to work on my site and Chrome said that the site couldn\'t be reached, even though I used the same URL i always did in the past. Wamp is running as well as Apache and MySQL and none of those services have any errors in the error log. I have already tried removing the domain(I use a fake .dev extension for my local sites) with chrome:

How to configure WAMP (localhost) to send email using Gmail?

旧城冷巷雨未停 提交于 2019-11-26 05:21:33
问题 I want to use the mail() function from my localhost. I have WAMP installed and a Gmail account. I know that the SMTP for Gmail is smtp.gmail.com and the port is 465 (more info from gmail). What I need to configure in WAMP so I can use the mail() function? Thanks!! 回答1: Gmail servers use SMTP Authentication under SSL or TLS. I think that there is no way to use the mail() function under that circumstances, so you might want to check these alternatives: PEAR::Mail phpMailer Nette\Mail They all

Fix Access denied for user 'root'@'localhost' for phpMyAdmin

谁都会走 提交于 2019-11-26 04:39:03
问题 I\'m using WAMP Server 2.2 on a PC. In phpMyAdmin (version 5.5.24) I edited the \'root\' user (with \'localhost\' host) and gave it a password of \'root\'. This turned out to be a big mistake that I\'m trying to revert. Now when I go to localhost/phpmyadmin/ I get the menu of databases on the left, but the main frame has an error that reads: #1045 - Access denied for user \'root\'@\'localhost\' (using password: NO) phpMyAdmin tried to connect to the MySQL server, and the server rejected the

How to send email from localhost WAMP Server to send email Gmail Hotmail or so forth? [duplicate]

落花浮王杯 提交于 2019-11-26 04:26:12
问题 This question already has an answer here: (WAMP/XAMP) send Mail using SMTP localhost [on hold] 6 answers I\'m finding to proper information about how to send email from localhost WAMP . And how to get authorize to send email from particular authorize email address to send any other email address. How to configure this whole step explain me details, I already visit here some Stack Overflow answer as well as blog post but all are very confusing and old dated so it\'s may be possible to not

WAMP shows error 'MSVCR100.dll' is missing when install

耗尽温柔 提交于 2019-11-26 04:07:05
问题 When I tried to install WAMP , that popped up the following alert, I clicked OK , it continued to install WAMP. When I start, the WAMP logo is always \'yellow\'. It isn\'t turning \'green\', meaning there\'s something wrong. What exactly is the MSVCR100.dll file? How do I obtain it and fix this error? 回答1: The MSVCR100.dll file is part of the Microsoft Visual C++ , redistributables. You can install them and see if this solves your problem. After you install the above check if your wamp

PHP cURL not working - WAMP on Windows 7 64 bit

人盡茶涼 提交于 2019-11-26 03:47:21
问题 I got my WAMP installed on my windows 7 64bit. cURL is not working, but still I got it enabled from the WAMP tray. I have also uncommented extension=php_curl.dll in php.ini for both the PHP and Apache folder. Windows give me an error message, PHP Startup: unable to load dynamic library \'c:/wamp/bin/php/php5.4.3/ext/php_curl.dll\' - the application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-lin sxstrace.exe

What is maximum query size for mysql?

被刻印的时光 ゝ 提交于 2019-11-26 03:40:08
问题 What is maximum query size for mysql? Some times the server stops working when I fire a too long query. 回答1: You can check your current server setting with: SHOW VARIABLES LIKE 'max_allowed_packet'; This gives you the answer in bytes. for e.g max_allowed_packet=1048576 or 1mb 回答2: To increase the max_allowed_packet , open my.ini/my.cnf under [mysqld] section. Once the change is done you would have to restart the server. 来源: https://stackoverflow.com/questions/16335011/what-is-maximum-query

Sendmail Wamp Php

試著忘記壹切 提交于 2019-11-26 03:39:49
问题 I have spent all the morning searching this on internet trying to find a solution about this. I have installed wamp server on Windows 8.1 and i\'m trying to send some mails with sendmail (http://glob.com.au/sendmail/) and my gmail account When i configure sendmail to use port nº 465 I always get this error: Socket Error # 10060Connection timed out If i try to use port nº 587 i get this line on error log: Connection Closed Gracefully. But no email is sent. This is my sendmail.ini file