xampp

Can we use roundcube, thunderbird or any webmail in our xampp/wamp server?

只愿长相守 提交于 2019-12-02 14:44:21
问题 I have a web application developed in PHP and all users can access it via local network(xampp), now the users want to access their gmail,yahoo or any emails via localhost(xampp), I want something like MS-outlook to work in my xampp. is there any solution ? 来源: https://stackoverflow.com/questions/39699980/can-we-use-roundcube-thunderbird-or-any-webmail-in-our-xampp-wamp-server

Connecting to mysql in xampp without password

帅比萌擦擦* 提交于 2019-12-02 14:31:35
I want to configure the mysql xampp password to no password. I opened the my.ini and I saw the following line: # password = password I I don't use password what should I type? And that's the error I get when I try to connect to mysql through php: mysqli_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\spikes\functions.php on line 53 Failed to connect to MySQL: Access denied for user 'root'@'localhost' (using password: YES) Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in C:\xampp\htdocs\spikes\home.php on line

PHP mail() no longer works after update to OSX Mountain Lion

浪尽此生 提交于 2019-12-02 14:18:18
I just updated OS X to Mountain Lion yesterday, but the php function mail() does not work anymore. Before updating, the PHP mail() function worked fine, Apple mail works fine. After updating, Apple mail works fine, but PHP mail() function DOES NOT work. Webserver: XAMPP 1.7.3 I use this code to test the mail() function: if (mail($to, $object, $content, "From: ". $from)) { echo 'send '; } else { echo "not send"; } It shows: not send Anything I have to change? such as the php.ini or something else? Thanks in advance. Globalfish Finally I found the solution. After looking at the error_log (

PHP (cli) version doesn't match XAMPP version I installed

为君一笑 提交于 2019-12-02 12:30:56
Recently I installed XAMPP for doing local development on my Windows 7 machine. I honestly didn't think PHP was installed at all before hand. I installed the latest version of XAMPP and configured for php 5.6.24. I created some virtual hosts and everything seemed to work. I was having an issue and I needed to confirm which version of PHP I was using so I opened up my command line and typed php -v . For some reason it is reporting I'm using PHP 5.4.25. The exact line is PHP 5.4.25 (cli) (built: Feb 5 2014 21:19:58) I don't recall using this version (I had Visual Studio Community installed

Could not find driver ( PHP and Firebird )

早过忘川 提交于 2019-12-02 12:29:42
问题 I have a web-based PHP script named portail , so I want to make it functional on Ubuntu . I installed Xampp 5.6 , Firebird 2.5 under Ubuntu , then I uncommented the library: "extension=php_pdo_firebird.dll" and I made the specific configuration for php5 and firebird (https://mapopa.blogspot.com/2009/04/php5-and-firebird-pdo-on-ubuntu-hardy.html), but he always shows me the following message could not find driver localhost/portail Screenshot: 回答1: You should install the required php extension

通过xampp安装wordpress环境

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 11:12:38
自己动手安装php和apache折腾了好久,最后还是版本不匹配失败告终。建议对linux不熟悉或服务器不熟悉的不用走这条路了,快速建站,这里可以选择XAMPP,他已经集成了php、apache、mysql软件,我的服务器已经安装过了mysql,发现安装xampp下来也没有关系。 一、安装下载XAMPP , 下载地址: https://www.apachefriends.org/download.html 有windows、linux、macOS平台的可以下载。选择适合自己的系统。我这里下载的是linux版本7.2.23版本(服务器环境是centos 7) 服务器直接下载: wget https://downloadsapachefriends.global.ssl.fastly.net/7.2.23/xampp-linux-x64-7.2.23-1-installer.run #####二、安装xampp 直接命令安装:./xampp-linux-x64-7.2.23-1-installer.run 如果出现不能安装,那应该是没有权限。 chmod +x xampp-linux-x64-7.2.23-1-installer.run 再执行 ./xampp-linux-x64-7.2.23-1-installer.run 如果出现###killed,那应该是遇到跟我一样的问题

namshi/jose 5.0.2 requires lib-openssl on macosx

六月ゝ 毕业季﹏ 提交于 2019-12-02 11:03:04
问题 I looked at other questions, but I could not find a solution.While trying to install JWT package I get an error as mentioned in the title. I am using xampp version 7.0.8 on mac os x Sierra with PHP 5.6.The error I get is as follows. Problem 1 - namshi/jose 5.0.2 requires lib-openssl * -> the requested linked library openssl has the wrong version installed or is missing from your system, make sure to have the extension providing it. - namshi/jose 5.0.1 requires lib-openssl * -> the requested

Virtual Host cannot create with XAMPP server

依然范特西╮ 提交于 2019-12-02 11:00:41
I add the following codes in httpd-vhost.conf file. <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/mmcast" ServerName mmcast.dev <Directory "C:/xampp/htdocs/mmcast"> AllowOverride All Require all granted </Directory> Although I can run the Apache and MySQL in XAMPP but I cannot call my vhost. I got "Unable to connect" error in when I call mmcast.dev in browser. Do I need to change <VirtualHost *:80> into 81 ? Because I change Listen 81 in httpd file. But, I tried to change 80 to 81 but it still does not work. In httpd.conf file, I change like this but it does not work. <Directory />

禅道ZenTao在windows和Lniux下集成安装环境和一键安装方法整理

天大地大妈咪最大 提交于 2019-12-02 10:23:27
https://www.cnblogs.com/testyao/articles/6690771.html 一共4种安装方法看官可以根据你自己的实际环境来选择一个都很简单 windows下用禅道官网的一键安装包方法(推荐): 为了简化大家在windows下面的安装,我们在xampp基础上做了禅道的windows一键安装包。xampp是业内非常著名的AMP集成运行环境。禅道的一键安装包主要在它基础上做了大量的精简,并集成了我们自主开发的控制面板,使用起来会更加方便。关于xampp一键安装包,大家有兴趣可以访问下面的官方网站:https://www.apachefriends.org/ (注:这个是xampp官方网站文章下面有详细安装方法,禅道一键安装包不需要登录这个网址下载)。 一、安装 1.1 在我们的站点下载新的windows集成运行环境(.exe结尾)。 1.2 双击解压缩到某一个分区的根目录,比如c:\xampp,或者d:\xampp, 必须是根目录。 1.3 进入xampp文件夹,双击start.bat(新的windows一键安装包右键以管理员身份运行 启动禅道.exe)启动控制面板程序,界面如下: 1.4 修改apache和mysql的启动端口(注意:默认系统会自动切换可以使用的端口,如果需要指定特定端口可以按以下步骤操作): 1)、点击控制面板(运行xampp/启动禅道

安装禅道的基本步骤

陌路散爱 提交于 2019-12-02 10:22:01
禅道是软件测试工具,既可以做缺陷管理工具又可以作为软件的项目管理工具。 一、 在官网上下载禅道安装包(windows集成运行环境(.exe结尾));双击解压缩到某一个分区的根目录,比如c:\xampp,或者d:\xampp, 必须是 根目录 。 将文件安装到F盘为例,点击“Extract”按钮。如下图所示: 二、选择完路径(建议不要安装到C盘)。出现安装的进度条,如下图所示: 三、打开F盘进入xampp文件夹,双击start.bat启动控制面板程序,弹出“禅道集成运行环境”框,如下图所示: 四、 点击“启动禅道”按钮,系统会自动启动禅道所需要的apache和mysql服务。 启动成功之后,点击“访问禅道”,即可打开禅道环境的首页。5秒钟之后,页面会自动跳转到禅道的页面。 五、等待一下,页面会自动跳转到禅道的页面。见下图: 来源: https://www.cnblogs.com/lvdongjie/p/11741716.html