xampp

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

断了今生、忘了曾经 提交于 2019-12-02 10:10:13
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

how to send mail using phpmailer on xampp

南笙酒味 提交于 2019-12-02 10:04:11
I have been trying to send a mail using php mailer on xampp and i do get this error saying Message could not be sent. Mailer Error: The following From address failed: xxxx2@gmail.com : Called Mail() without being connected please, i need help on how to fix this. Here is my code; <?php require( 'class.phpmailer.php' ); $mail = new PHPMailer; $mail->IsSMTP(); $mail->SMTPAuth = true; $mail->Host = "tls://smtp.gmail.com"; $mail->Port = 25; $mail->Username = "xxxx@gmail.com"; $mail->Password = "xxxxx"; //Sending the actual email $mail->setFrom('xxxx2@gmail.com', 'Aaron'); $mail->addAddress('xxxx2

Fatal error because an Error instance is being passed instead of an expected Exception instance

為{幸葍}努か 提交于 2019-12-02 10:03:48
I just installed xampp with php 7.0.4 and a fresh cakephp 3.2.6. I did a lot of research and everything I found shows that they are compatible. However as soon as I go to open the application with a browser, cake replies with an Internal Error. The only pointer as to what to do is that xampp logs the following in apache error.log: PHP Fatal error: Uncaught TypeError: Argument 1 passed to Cake\Error\BaseErrorHandler::handleException() must be an instance of Exception, instance of Error given in D:\Xampp\htdocs\cakephp\vendor\cakephp\cakephp\src\Error\BaseErrorHandler.php:153 Stack trace: #0

Unable to Edit config.inc.php

随声附和 提交于 2019-12-02 09:56:16
问题 Running: macOS High Sierra Version 10.13.3, zsh w/ iTerm2 Trying to set up a local environment with xampp , which has worked just fine for me in the past. However, I'm now unable to access phpmyadmin after changing the root password via the phpmyadmin UI. The tutorial I am following (which suggested doing this) pointed me to the config.inc.php file, where the password variable would also need to be updated. Unfortunately, I am unable to edit this file. I've seen other users in Stack Overflow

XAMPP MySQL - Setting ft_min_word_len

天涯浪子 提交于 2019-12-02 09:36:27
问题 I have XAMPP installed on my computer, and am using MySQL through it on localhost for a personal project. I am trying to set the ft_min_word_len variable for fulltext searches in boolean mode to 2 from the default of 4. I've tried (after stopping MySQL from the XAMPP control panel): Opening Shell from the XAMPP control panel, and typing at the prompt: mysqld ft_min_word_len=2 This doesn't appear to have any effect on ft_min_word_len when I check its value afterwards with mysqld --help -

WordPress本地环境搭建及安装图文教程

对着背影说爱祢 提交于 2019-12-02 09:18:57
原文:http://blog.sina.com.cn/s/blog_7fc436a001012vaq.html Wordpress强大的可扩展性和易用性等功能,使得越来越多的人选择它来建立自己的博客和网站。那么新手朋友该如何入手呢,今天 WP百科网 制作这个教程就是旨在帮助新手朋友快速入门,从而为今后WP建站打下坚实的基础。由于是针对初学者,故文中多采用通语言而少用专业术语。如果想更直观的学习请 下载免费高清视频教 程 。 1.下载并安装XAMPP本地环境软件 XAMPP包含是了Apache+MySQL+PHP+PERL软件的集成软件包,可以用它在自己的电脑里模拟一个网站能运行的虚拟主机。所以也叫本地环境软件。第一步是下载这个软件, XAMPP 下载地址 http://115.com/file/cl1xh5y9 ;第二步安装软件:安装过程非常简单(本教程以安装在D盘根目录为演示),解压安装包后,双击安装执行文件,一路点“下一步”,直到安装完为止。安装好后双击桌面快捷图标,运行该软件,将Apache 和 MySQL两个服务打开(点击最上面的两个star按钮,等按钮变为绿色就表明服务已经成功打开,如下图2所示)。至此,一个本地环境就搭建成功。(测试XAMPP是否安装成功:在浏览器地址栏中输入 http://localhost 或 http://127.0.0.1

php ssh connection phpseclib

无人久伴 提交于 2019-12-02 09:05:39
System: Linux Server: XAMPP Goal: ssh-connection to a server (later: doing some stuff on this server, not part of this question) Test-Code: <?php set_include_path(get_include_path().PATH_SEPARATOR.'/home/myusername'); include('Net/SSH2.php'); $ssh = new Net_SSH2('123.45.6.78'); if (!$ssh->login('user', 'password')) { exit('Login Failed'); }else{ echo "connected".'<br>'; echo $ssh->exec('whoami').'<br>'; echo $ssh->exec('hostname')).'<br>'; } ?> Output: connected (M4300-28G-PoE+) > (M4300-28G-PoE+) > Problem: I do not get any errors (neither in the output of the website (see above) nor in /opt

Problems with displaying a php-site locally with XAMPP-package. Site works fine on remote server

冷暖自知 提交于 2019-12-02 08:40:46
My first ever post on stackoverflow.com! A great site, and I hope my post will contribute to the benefit of others. The situation: I have been entrusted to renovate a really small, existing, php-driven web site. So, I started to set up my environment: Dreamweaver was installed. I FTP'd the files to my computer from the remote server. I choose Apache and MySQL via the XAMPP package to set up a local host on my computer (PC, Windows XP), installed XAMPP and set the passwords that are left out by default. I made sure that both Apache and MySQL was up and running. I set the parameters for the

xampp

自古美人都是妖i 提交于 2019-12-02 08:23:50
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style> /* css样式表 */ span { display: inline-block; width: 20px; height: 20px; border: 1px solid gray; text-align: center; border-radius: 5px; margin: 0px 5px; line-height: 20px; cursor: pointer; } .page { padding: 20px 0px; } .blue { background: deepskyblue; } img { width: 100px; height: 100px; } </style> </head> <body> <!-- 盒子样式 --> <table border id="tables"> </table> <div class="page

Error Installing PG Gem on Windows

你离开我真会死。 提交于 2019-12-02 08:22:20
I'm using XAMPP as my installation folder for PostgreSQL 9.3. C:\xampp\pgsql\9.3 And now I'm trying to install PostgreSQL gem using that directory as a reference: gem install pg -- --with-pg-include="C:\xampp\pgsql\9.3\include" --with-pg-lib="C:\xampp\pgsql\9.3\lib" --with-pg-config="C:\xampp\pgsql\9.3\bin\pg_config" But this command failed with errors listed below: ERROR: Error installing pg: ERROR: Failed to build gem native extension. C:/Ruby/Ruby200/bin/ruby.exe extconf.rb --with-pg-include=C:\xampp\pgsql\9.3 \include --with-pg-lib=C:\xampp\pgsql\9.3\lib --with-pg-config=C:\xampp\pgsql\9.