xampp

how can i enable PHP Extension intl?

女生的网名这么多〃 提交于 2019-11-26 22:09:44
I am going to install Magento2 at my local server and it gives me following error notice. I am using XAMPP. When I tried to enable it from php.ini file it throws another error for missing dll: The program can't start because MSVCP110.dll is missing from your computer. Try reinstalling the program to fix this problem. Any help? Raham First of all stop the xampp/wamp and then kindly remove the starting semicolon ( ; ) from your xampp/php/php.ini the following code. ;extension=php_intl.dll And then restart your xampp/wamp. I was also having the same issue, and just now i got it solved . Please

mysqli not working in xampp windows

五迷三道 提交于 2019-11-26 22:05:39
问题 By seeing suggestions throught the internet I tried to convert all my queries to mysqli. But mysqli is not working in my xampp.I checked my php folder and there is an php_mysqli.dll file ... still it doesnt work Thanks in advance 回答1: Have you declare it to php.ini to load it? If no, try find this in php.ini and add php_mysqli.dll ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; If you wish to have an extension loaded automatically, use the following ; syntax: ; ;

How to enable curl in xampp? [duplicate]

◇◆丶佛笑我妖孽 提交于 2019-11-26 21:54:54
This question already has an answer here: How to enable cURL in PHP / XAMPP 18 answers How to enable curl in xampp ? My PHP twitter application needs curl function. But it is not enabled in XAMPP. how to enable it. I found no options for doing that. You have to modify the php.ini files in your xampp folder. Three files in three different places need to be changed. Follow the following steps to enable curl library with XAMPP in Windows: Step 1: Browse and open the following 3 files C:\Program Files\xampp\apache\bin\php.ini C:\Program Files\xampp\php\php.ini C:\Program Files\xampp\php\php4\php

Why does Microsoft Edge open some local websites, but not others, where the domain name is routed to 127.0.0.1 in hosts file

时光怂恿深爱的人放手 提交于 2019-11-26 21:39:20
Like a lot of programmers, I test sites locally. I use the hosts file to map domain names to my local ip (127.0.0.1). I use qualified domain names, usually with a "d" subdomain (for "development"). For example: d.somewebsite.com d.anotherwebsite.com and so on... In Microsoft edge, most of the web sites work. However, a couple of them do not. There is nothing special or weird about the domain names that won't work. Just a simple d.someletters.com . They work fine in Chrome, IE, and Firefox. In Edge, I get the error message: "Hmm, we can't reach this page." At first I thought it wasn't resolving

IP address is showing in form action with CodeIgniter http://::1/codeigniter/ in html sourcecode

人盡茶涼 提交于 2019-11-26 21:34:48
问题 I have the CI script installed on Xampp. Currently I am working on forms and when I click on submit on html, it does nothing. I tried echo form_open('verifylogin'); echo form_open(); It show on sourcecode as <form action="http://::1/codeigniter/verifylogin"> <form action="http://::1/codeigniter/"> respectively. I don't understand what this "http://::1/" is and how to get rid of it? 回答1: If ip address is displayed in form action or url http://::1/yourproject/ http://127.0.0.1/yourproject/

Extension PHP5 does not parse in XAMPP

一世执手 提交于 2019-11-26 21:30:50
问题 I've installed XAMPP Apache server and put my website into htdocs. I've started Apache server. On my website I've got files with extension PHP and with extension PHP5.The difference is that when I type in into browser localhost/file.php - I see a parsed website. But when I type localhost/file.php5 (i have this file on server), than browser asks me if I want to download or open this file. And if I choose open than I see PHP code of file.php5! I've looked into configuration, so: I dont have

How to install mod_wsgi for apache 2.4 and python 3.4 on windows?

倾然丶 夕夏残阳落幕 提交于 2019-11-26 21:26:26
问题 I had apache 2.4 already installed with xampp.I tried adding mod_wsgi using the steps mentioned here But when I add the line LoadModule wsgi_module modules/mod_wsgi-py34-vc10.so Apache does not start. 回答1: It is better to build mod_wsgi yourself from code rather than use an arbitrary binary off the net. The steps are as follows. Ensure you have a decent Apache installation which includes header files, e.g. Apache 2.4.37 Win64 from Apache Lounge . Preferably installed at location of C:

说说部署网站的奇葩事

倾然丶 夕夏残阳落幕 提交于 2019-11-26 21:22:57
一直在Linux下开发,是PHP5.6的xampp。很羡慕PHP7的效率,于是首先在服务器上部署xampp的PHP7。下面开始出现问题啦。 第一个,split函数不存在了。这事怪我没提前测试好,改为explode就好了。 第二,突然告知服务器不是Linux了,要做在Windows7 32位的机器上,单机版,不是网站了。想了想,PHP平台无关,就下载最新的PHP7.0.6,把vc++2015也给安装好。一切显示正常,但是在运行的时候不正常了。每次登录localhost都提示要登录一个用户,这是xampp从来没有遇到过的事情啊。百思不得其解,后来经过专业人员解释,说是安装了一个网络安全检测系统,必须要登录成功,把该网页设置为可信任的,就不会再跳转到那个页面了。这关终于过去了。 第三个,这台电脑也是32 win7,没啥说的,轻车熟路,安装xampp,竟然没有出现第二个问题,暗暗高兴。检测一切正常,可是问题还是出现了。因为网站要得到访问客户端的IP地址,可是这台电脑竟然没有安装IP4相关的任何东西,获得的IP为空,无法通过验证,没办法只好修改源代码,跳过IP验证。万恶的notepad编辑器,修改一点代码,保存后,各种语法错误,我都服了,明天弄个vscode继续吧。 第四个,这个电脑是Windows XP。电脑老是出现蓝屏,百度知道这玩意不能安装PHP7,就想也没想,下载xampp的1.8

No mail received in inbox with XAMPP 1.8.0, MercuryMail and mail()

我只是一个虾纸丫 提交于 2019-11-26 21:22:31
问题 I upgraded my local server using XAMPP 1.8.0 which contains Apache 2.4.2, PHP 5.4.5 and MySQL 5.5. I send mails with PHP mail() function by running MercuryMail, but no email received in my inbox. Sending mails are working when I tested with Mozilla Thunderbird. And the mail() function seems to be working with no error issued. I checked php.ini in my XAMPP installation path D:\xampp\php . I saw this below [mail function] ; XAMPP: Comment out this if you want to work with an SMTP Server like

How can I access the MySQL command line with XAMPP for Windows?

六月ゝ 毕业季﹏ 提交于 2019-11-26 21:20:37
How can I access the MySQL command line with XAMPP for Windows? Your MySQL binaries should be somewhere under your XAMPP folder. Look for a /bin folder, and you'll find the mysql.exe client around. Let's assume it is in c:\xampp\mysql\bin, then you should fireup a command prompt in this folder. That means, fire up "cmd", and type: cd c:\xampp\mysql\bin mysql.exe -u root --password If you want to use mysqldump.exe, you should also find it there. Log into your mysql server, and start typing your commands. Hope it helps... On the Mac, or at least on my Mac using a default install, I accessed it