xampp

GMail fsockopen(): SSL operation failed error with Codeigniter and XAMPP

橙三吉。 提交于 2019-11-26 21:06:59
Error message 1: Message: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed Filename: libraries/Email.php Line Number: 1962 Error message 2: Message: fsockopen(): Failed to enable crypto Error message 3: Message: fsockopen(): unable to connect to >ssl://smtp.gmail.com:465 (Unknown error) php.ini: extension=php_openssl.dll -> uncommented I have tried with: openssl.cafile= C:\xampp\perl\vendor\lib\Mozilla\CA\cacert.pem I have tried with disabled firewall I have tried with another network

XAMPP - Error: MySQL shutdown unexpectedly

不打扰是莪最后的温柔 提交于 2019-11-26 21:05:50
问题 I have reinstalled XAMPP for some reason and MySQL is not working, giving the following error in the console: 01:56:03 [mysql] Error: MySQL shutdown unexpectedly. 01:56:03 [mysql] This may be due to a blocked port, missing dependencies, 01:56:03 [mysql] improper privileges, a crash, or a shutdown by another method. 01:56:03 [mysql] Check the "/xampp/mysql/data/mysql_error.log" file 01:56:03 [mysql] and the Windows Event Viewer for more clues When checking the "/xampp/mysql/data/mysql_error

error running apache after xampp install

随声附和 提交于 2019-11-26 20:49:53
问题 I installed xampp on win7 and get this error when starting apache. I unchecked skype and nothing changes. How do I find what is using port 80? How do I fix this please. I dont have another server running. update this is the error. I click on start and get this problem Error: Apache shutdown unexpectedly. 11:27:19 PM [Apache] This may be due to a blocked port, missing dependencies, 11:27:19 PM [Apache] improper privileges, a crash, or a shutdown by another method. 11:27:19 PM [Apache] Press

XAMPP Port 80 in use by “Unable to open process” with PID 4 [duplicate]

偶尔善良 提交于 2019-11-26 19:52:49
问题 This question already has answers here : XAMPP - Port 80 in use by “Unable to open process” with PID 4! 12 (26 answers) Closed 5 years ago . XAMPP won't work it says Port 80 in use by "Unable to open process" with PID 4! 6:32:24 PM [Apache] Apache WILL NOT start without the configured ports free! 6:32:24 PM [Apache] You need to uninstall/disable/reconfigure the blocking application 6:32:24 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port I have tried

How to Solve the XAMPP 1.7.7 - PHPMyAdmin - MySQL Error #2002 in Ubuntu

淺唱寂寞╮ 提交于 2019-11-26 19:44:37
问题 I have been through lots of forums and checked various posts on similar topic but non seems to work out for me. I have freshly installed XAMPP 1.7.7 on my Ubuntu 11.10 Operating system. Everything is running except for the phpMyAdmin. Upon hitting: http://localhost/phpmyadmin, I am getting the following error: MySQL said: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) Connection for controluser as defined in your configuration failed.

Installing Zend Framework 2 on XAMPP in Windows

て烟熏妆下的殇ゞ 提交于 2019-11-26 19:24:54
问题 I know this question may have appeared few times here and in the internet. But still I feel it is not clear for somebody who wanted to enter into the world of frameworks. I have followed these links Rob Allens Tutorial, ZF Quick Tutorial. But some how I feel it is not quite clear with the installation part. I have a windows system basically Vista with the newest version of XAMPP installed. I have downloaded the latest version of ZFSkeletonApplication from this link ZFSkeletonApp, extracted

“Connection for controluser as defined in your configuration failed” with phpMyAdmin in XAMPP

依然范特西╮ 提交于 2019-11-26 19:19:28
I have just installed XAMPP on my Windows XP machine, and I get an error saying: Connection for controluser as defined in your configuration failed. Before I installed XAMPP, I had a MySQL database installed and it had a password. I changed and put the password in config.inc.php for MySQL, and I got this error: <?php if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) { $uri = 'https://'; } else { $uri = 'http://'; } $uri .= $_SERVER['HTTP_HOST']; header('Location: '.$uri.'/xampp/'); exit; ?> When I try to access index.php, it seems like something is wrong with the XAMPP installation

WAMP/XAMPP is responding very slow over localhost

纵然是瞬间 提交于 2019-11-26 19:15:49
I don't know what the problem is. WAMP was very slow, so I reformatted my computer and installed WAMP. Still, accessing localhost is very, very slow, and sometimes it doesn't even load at all. I even removed it and replaced it with XAMPP, but I still got the same result. What might possibly be the problem? Here's my current hosts file: 127.0.0.1 localhost 127.0.0.1 localhost It was perfectly working fine before, but I do not know what happened and why it has started acting strange lately, since even a reformat didn't fix it. I had the same problem running on Windows 8 running on 64bit. Apache

Xampp Access Forbidden php

懵懂的女人 提交于 2019-11-26 19:11:32
问题 I'm a windows user. I've been using xampp for quite a while but suddenly none of my .php files are working now! I get this error message: Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server. If you think this is a server error, please contact the webmaster. Error 403 localhost Apache/2.4.4 (Win32) OpenSSL/0.9.8y PHP/5.4.16 I can see the list of my .php files in localhost/Practice (Practice is the folder where I

how to configuring a xampp web server for different root directory

社会主义新天地 提交于 2019-11-26 18:59:08
问题 The web directory is the home of all of your application's public and static files. Including images, stylesheets and JavaScript files. It is also where the front controllers live. So the question is when i install and set up xampp my web directory is: xampp\htdocs and I want to set it up for: xampp\htdocs\myproject\web How to do it? Now when I type in my browser the address: http://localhost/ I enter xampp\htdocs directory and I want to type in my browser the address: http://localhost/ and