<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d33142127\x26blogName\x3dfishyweb\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://fishyweb.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://fishyweb.blogspot.com/\x26vt\x3d4851815010354999608', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Xampp 2.5.8 on windows7

XAMPP refused to start up on win7. Sad smile

Figured out SQLServer’s reporting service was stealthily using the port 80, disguised as a system process! Yuck! So, stopping this service fixes the port issue but whoa – no luck yet – XAMPP won’t want to come up!

Thanks to apache error logs, Smile  this time, the culprit turned out to be the path! XAMPP was installed under “\program files” while all the 32 bit apps are installed under “Program files (x86)” in Win7 64!

And all the httpd.conf and php.ini files were pointing to “\program files”.

So, just moved the XAMPP installation from “program files (x86)” to “program files” and voila – all’s well!

XAMPP now runs like a song!

It’s always nnnnnniiiiiiiiiiiiicccccccccccceeeeeeeeee to find solutions!

Full Kick-UUU! Winking smile

You can leave your response or bookmark this post to del.icio.us by using the links below.
Comment | Bookmark | Go to end