xampp

Localhost not working on XAMPP - both service apache & mysql are fine

萝らか妹 提交于 2019-12-03 21:01:00
My xampp installation 1.7.1 does not seem to work. http://localhost returns not found error. Xampp Control panel shows both mysql & apache service running fine. I'am on windows vista. Frustrated since past 2 weeks to find a solution to this. Any pointers and support will be appreciated! Thanks a ton folks. I struggled for days figuring out why I was getting a blank screen while using xampp. The cultprit was skype. Always turn of skype when you want to use localhost. le dorfier In your "xampp" menu group, one of the items is "Port Checking". If I run it, I get: *********************************

XAMPP+TestLink

社会主义新天地 提交于 2019-12-03 20:49:24
XAMPP(Apache+MySQL+PHP+PERL)是一个功能强大的建站集成软件包。这个软件包原来的名字是 LAMPP,但是为了避免误解,最新的几个版本就改名为 XAMPP 了。它可以在Windows、 Linux 、Solaris、Mac OS X 等多种操作系统下安装使用, https://baike.baidu.com/item/XAMPP/2801774?fr=aladdin XAMPP默认安装之后是很不安全的,普通用户不用任何密码就可以访问其Web管理页面,修改数据库。我们只需要点击左方菜单的 "安全"选项,按照向导操作即可完成安全设置。 在默认状态下,phpmyadmin有两个用户名,分别是pma和root。其中,root是管理员身份,而pma则是普通用户身份,但二者在缺省状态下均无密码。 这里的两个 默认用户 的密码务必要设置,设置方法: (1)先在“安全”这里设置好root账户的密码 (2)通过默认主页左侧的phpmyadmin导航栏进入phpmyadmin界面,输入用户名root后直接点击登陆即可。 (3)更改pma帐号密码:登录后,点击首页的“权限”菜单,点击出现的“用户一览”页面的用户名“pma”后面的图标进入权限设置页面,在“编辑权限”这个页面的“更改密码”这里设置密码。更改后用写字板或记事本等 文本编辑器 xampp\phpMyAdmin\config

Error installing XAMPP: Windows cannot find -n

爷,独闯天下 提交于 2019-12-03 20:33:49
问题 I've been trying to install XAMPP for quite some time now, but every time, at the end of the installation, it says: Windows cannot find "-n" And after that, it says: Problem running post-install step. Installation failed (php.exe) Perhaps you have to install Visual C++ 2008 package. I have Visual C++ 2008 package and it still says this. What do I do now? I have Windows 10 64-bit for anyone wondering. 回答1: I installed it in the root of my C: drive and it worked. Strange that previously I could

XAMPP when configured to port 8080 and hosts file (and WordPress-mu install) issue

[亡魂溺海] 提交于 2019-12-03 20:09:19
问题 I am trying to install WordPress MU in my XAMPP localhost server (that is configured to port 8080). Using this address in the browser >>http://localhost:8080/wordpress-mu/<< gets this response >>WPMU only works without the port number in the URL.<< This is the last line in my hosts file: 127.0.0.1 localhost.localdomain (This points to my IIS7 localhost server not to my XAMPP local host) I am guessing I need to add another entry in this hosts file to configure this for XAMPP and WordPress MU

xampp localhost phpmyadmin Access denied for user 'root'@'localhost' (using password: YES)

爷,独闯天下 提交于 2019-12-03 20:04:51
问题 I am getting two errors when I try to go to my phpmyadmin localhost Access denied for user 'root'@'localhost' (using password: YES) phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server. I don't know what I am doing wrong...here is my config code... $cfg['blowfish_secret'] = ''; /* YOU

How to setup timezone xampp mysql and apache?

别来无恙 提交于 2019-12-03 19:42:31
问题 I am using XAMPP - PHP and MYSQL servers. When I tried to use following - getRates(date('Y-m-d')); function getRates($cDate) { $query = "SELECT * FROM randa WHERE date like '$cDate'" //it only worked at times. } ?> Then I realized the date('Y-m-d') does not return the correct date. Went to php.ini and changed time zone. And is still returning the wrong date. How can I fix this ? Thank you 回答1: Try this 1) In httpd.conf (\xampp\apache\conf\httpd.conf) , add the following line: SetEnv TZ Europe

How to configure xampp to send email

僤鯓⒐⒋嵵緔 提交于 2019-12-03 19:34:40
问题 I know this is elsewhere on the site but for some reason the answers I've found on here still haven't helped I still can't get it to work after trying different things all day. My goal was to have a confirmation code sent to the email that the user enters. I only know a small amount of PHP and followed a tutorial for the login/registration system but I'm fairly sure the php is working fine and the problem lies in my sendmail.ini and php.ini. Here is my sendmail.ini ; configuration for fake

What's the login for phpMyAdmin?

我与影子孤独终老i 提交于 2019-12-03 19:28:45
问题 I downloaded the most recent version of XAMPP (v.1.7.7) and decided start a database. When I opened phpMyAdmin, it alerts me there is a new version of phpMyAdmin available. I downloaded it from online, and I deleted the old version of phpMyAdmin and replaced it with the current version (v.3.5.1). I opened it up and it came up with a log-in screen. I entered in "root" without a password, but it alerts me I need one. I don't know any password nor I know any alternative log-ins. How would I log

PHP debug configuration hangs - Waiting for XDebug session (57%) [duplicate]

泄露秘密 提交于 2019-12-03 17:18:40
Possible Duplicate: eclipse xdebug session never completes When I try to debug a php web page it hangs up. The message - waiting for XDEbug session. At the lower right corner there is another message - launching mydebugconf: (57%). I am running XAMPP for Windows 1.7.7 with PHP 5.3.8 and Apache 2.0 on an x86 Windows 7 computer. phpinfo() - xdebug xdebug.auto_trace Off Off xdebug.collect_assignments Off Off xdebug.collect_includes On On xdebug.collect_params 0 0 xdebug.collect_return Off Off xdebug.collect_vars Off Off xdebug.default_enable On On xdebug.dump.COOKIE no value no value xdebug.dump

Upgrading PHP in XAMPP for linux?

牧云@^-^@ 提交于 2019-12-03 17:12:50
How can I upgrade my current php (only) in xampp? I need to upgrade from 5.3.1 to 5.4.0 Now XAMPP is supporting PHP 5.4 and PHP 5.5 . You can now download installer of your required version of PHP from http://www.apachefriends.org/en/xampp-linux.html Thanks. Download PHP's source code and extract it in /usr/src: cd ~/downloads wget http://snaps.php.net/php5.4-latest.tar.gz tar -xzf php5.4-latest.tar.gz sudo mv php5.4 /usr/src/php-5.4 You need to find the configuration of already installed version , so you can use it and install the new version with the exact same configuration /opt/lampp/bin