xampp

XDebug not working with xampp

我是研究僧i 提交于 2019-12-06 01:26:43
I'm using (or trying to anyway) use the bundled XDebug with XAMPP 1.7.2. It comes bundled with Apache 2.2.12, PHP 5.3.0, XDebug 2.0.5 and Zend (not sure on version) This is a totally fresh install of XAMPP, the only thing I've added to php.ini (at xampp/php/php.ini) is: zend_extension_ts = "C:\xampp\php\extensions\php_xdebug.dll" [xdebug] xdebug.auto_trace = 1 xdebug.collect_includes = 1 xdebug.collect_params = 1 xdebug.collect_return = 1 xdebug.default_enable = 1 xdebug.extended_info = 1 xdebug.show_local_vars = 0 xdebug.show_mem_delta = 1 xdebug.trace_format = 1 xdebug.trace_options = 0

Apache: Change XAMPP/PHP handle from application/x-httpd-php to application/x-httpd-php5

半腔热情 提交于 2019-12-06 01:23:52
My goal is to stop having to have a local copy and a live copy of my .htaccess file and instead be able to use the same single .htaccess file for BOTH local/live configurations. This will force me to better understand configuring a server. My local server is XAMPP on my computer while my live server is a shared web host where I obviously can't change settings. I'm not at the point where I can configure everything from scratch so I'll be sticking with XAMPP for a while longer. Additionally anyone familiar with XAMPP should know that I attempted to use their forums (broken signin/password reset)

PHP proc_open won't work - gives me “Missing handle qualifier in array”

白昼怎懂夜的黑 提交于 2019-12-06 00:34:42
问题 Warning: proc_open(): Missing handle qualifier in array in C:\...\updatedots.php on line 102 I'm trying to open notepad the close it after 2 seconds. This is my code: $descriptorspec = array( 0 => array("pipe" => "r"), 1 => array("pipe" => "w"), 2 => array("file" => "logs/errors.txt") ); // Create child and start process $child = array("process" => null, "pipes" => array()); $child["process"] = proc_open("notepad.exe > nul 2>&1", $descriptorspec, $child["pipes"]); Any idea what this error

Setting Up ChromePhp For Wordpress Using Xampp

跟風遠走 提交于 2019-12-05 23:18:12
I found ChromePhp to help with my PHP debugging woahs and installed the related Chrome plugin but I can't seem to get it to work. I originally put it in a folder in my redirected htdocs and added that to my PHP path in php.ini of xampp using: ; Windows: "\path1;\path2" include_path = ".;C:\xampp\php\PEAR;D:\htdocs\includes" That didn't seem to work I kept getting errors like the one below whenever I tried to include the file and output a ChromePhp::log("message") Warning: Cannot modify header information - headers already sent by (output started at D:\htdocs\ask.ca\wp-admin\menu-header.php:91)

localhost is working but not 127.0.0.1 in windows 7

佐手、 提交于 2019-12-05 22:27:37
I am running xampp on windows 7. When I do http://localhost , I get the xampp welcome screen in my web browser but http://127.0.0.1 does not work. In my windows hosts file, I have uncommented 127.0.0.1 localhost but the problem still exists. I have checked to see if firewall is blocking anything but still no good results. How do I resolve this problem. Two or three shot in the dark guesses. This is how I would diagnose the issue. It's possible that your web browser is resolving localhost on your computer to the IPV6 loopback address, ::1 . Compare the results of typing http://[::1] and compare

Error installing MongoDb PHP driver with XAMPP on Max OS Lion

时光怂恿深爱的人放手 提交于 2019-12-05 21:42:40
I get this error when i try to run following command sudo pecl install mongo Error: ...php_mongo.c:22:10: fatal error: 'php.h' file not found #include <php.h> ^ 1 error generated. make: *** [php_mongo.lo] Error 1 ERROR: `make' failed I am new to MAC, please help me to resolve this and get Mongo Working with PHP. I have installed MacPorts and autoconf It seems, that you did not install the xampp "Developer Package", required to build additional php extension. You can download the "Developer Package" from: http://www.apachefriends.org/en/xampp-macosx.html#849 Mark Hillick This has already been

how to replace the xampp favicon with my own one?

蓝咒 提交于 2019-12-05 21:28:58
trying to edit the xampp favicon but coudn't do that so revomed them. now my webpages don't even have xampp favicon and i'm unable to add my own icon.can someone walk me through the whole process that really works. if can't then just teach me how to add an icon on a real server where my site soon going to b hosted? Thanks! just add the code bellow to your file. <head> <link rel="icon" href="images/favicon.ico" type="image/ico"> </head> I think that this will work for you. Just go to C:\xampp\htdocs and delete the favicon.ico file (if it is there). Insert the image file in that folder.

Wamp and xampp on same machine

荒凉一梦 提交于 2019-12-05 21:25:50
I use wamp2.2 for all the time, but i had to install xamp1.6.8 cause i've got to work with project created for old php version. Xamp installation goes fine but when i run it i cant get localhost site. Ive got blank page with favicon of wamp and comunicate that site is unavaible. I know that this is configuration case. Anybody know how to fix this? I want to run only one of them at once, and i have configured some virtualhosts for wamp they dont have to be accesible while xamp is running i need xamp only for one project. saber for run xampp and wamp in same computer you can use this tutorial

xampp not working on windows 7 - Windows 7 Forums

本秂侑毒 提交于 2019-12-05 20:59:11
My xampp installation 1.7.4 in windows 7 does not seem to work. http://localhost returns not found error. Xampp Control panel shows both mysql & apache service running fine. Frustrated since past 2 weeks to find a solution to this. Any pointers and support will be appreciated! Do you have Skype or something similar running on your computer? Skype uses the default http and https ports 80 and 443 unless you explicitly change that in its settings. As I saw this is common "problem" for Windows 7 and Vista - in some cases these systems doesn't know 'localhost'. Try use http://127.0.0.1 or add one

Can't send mail from localhost/xampp

随声附和 提交于 2019-12-05 20:16:50
Failed to connect to mailserver at "mail.google.com" port 587, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() I configured my xampp php.ini and sendmail.ini file to use my Gmail account for sending email from my PHP script. i am using xampp. after changing the [mail function] part of my php.ini looks like this (i have deleted commented outlines for simplicity) [mail function] SMTP = mail.google.com smtp_port = 587 mail.add_x_header = Off and my sendmail.ini file looks like this [sendmail] smtp_server=mail.google.com smtp_port=587 smtp_ssl=auto error_logfile=error.log