0
votes
1answer
27 views

phpprorobid issue: setting up live is messing alot

I have a live project developed in "phpprobid" auction software and i have to transfer it on local, I downloaded it and set it up on my xampp 1.7.4 which has php 5.3.5 but at start it said install ...
0
votes
0answers
40 views

Xampp based project for Wampserver

I've been handed a project made within with xampp in mind, but it fails unlogically on my wampserver version. After heavy testing today it was concluded that my Wampserver simply did not "like" the ...
0
votes
2answers
560 views

WAMP / Xamp Apache Server not Starting

The other day my Wamp server stopped starting(server will not start). I uninstalled, reinstalled etc. I restored my computer back 4 days to where it ran fine. Then I ran Xampp server and had the exact ...
0
votes
2answers
93 views

unable to point different two domains (virtual host) in wamp

in wamp setup, i am unable to set virtual host for my application. Appache; D:\wamp\bin\apache\apache2.2.8\conf\extra # # Use name-based virtual hosting. # NameVirtualHost *:80 <VirtualHost ...
0
votes
1answer
180 views

Apache (WAMP) issue: “AH00404: Child: Unable to read socket data from parent”

Frontend developer desperately trying to get a WAMP running on Windows 7 (Home Premium, 64 bit, SP1). I've tried WAMPSERVER and XAMPP. Starting the Apache service failed on both, returning the exact ...
0
votes
1answer
467 views

Can't start WAMP and XAMPP server on Windows Vista with IIS 7

I had a problem starting WAMP and XAMPP on my PC running Windows Vista. Perhaps because I also program in Microsoft Visual Studio and use IIS 7, localhost (also used by WAMP and XAMP) was not ...
0
votes
2answers
152 views

xamp server to wamp server error

I changed a php project from XAMP to WAMP. when i try to test the forms in project i get an error. The error is like this Deprecated: Function ereg() is deprecated in ...
1
vote
2answers
410 views

PHP echo `null` values

I recently ported from XAMPP, to the latest WAMP Version. All the codes from the previous server work fine, in particular, displaying Null values. In XAMPP: echo $a; If $a is not yet declared, the ...
0
votes
1answer
118 views

Executing bash script from php not working on Windows

I have executed this script under xampp ( ubuntu ) it works fine. but when i tried to execute it under windows it gives me no error but also no output. <? $command='ls -l'; $output = ...
0
votes
1answer
56 views

osFileManager which software package should I use?

I need to use osFileManager. SO I need to setup a webserver on Windows. Which package is the best? The PC will be accessed only on a private LAN. I've tried downloading Apache, PHP, PHPAdmin and ...
0
votes
1answer
753 views

Install localhost server on windows RT

I want to install a localhost server on a tablet with windows RT 32 bit. I tried installing the xampp 32 bit for windows 7 which didn't work. Is there any (xampp/wamp) server available for Windows RT ...
0
votes
1answer
2k views

Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity

I was using this piece of php script in a application running under over XAMPP on my local machine: $dom = new DomDocument(); $filename = "library.xml"; if (!$dom->load($filename)) die("Could ...
0
votes
3answers
477 views

possible to install and use multiple wamp stacks

Is it possible to install and run multiple wamp stacks on the same machine, like wampserver2 and xammp and a separate php and apache installation that I installed myself? Should I expect any ...
0
votes
2answers
3k views

apache not running on windows 7

I have an issue on my windows 7, I want to work on php so i tried everything but can not get it done. It always gives Unable to connect Firefox can't establish a connection to the server at ...
9
votes
4answers
7k views

Is XAMPP (for Windows) preferred over WampServer? If so, why?

It seems lots of answers to questions about getting started in web development include "install XAMPP", even when the platform is Windows. Meanwhile, WampServer doesn't seem to be mentioned often. ...
0
votes
1answer
3k views

How XAMPP 1.7.3 can support PHP 5.3 and PHP 5.2 and other lower PHP

I would like to know how to setup XAMPP Server with multiple PHP versions (eg PHP 5.3, 5.2, 5, and 4), I know WAMP can easily do this, But I have problem with a WP Plugin using WAMP. Now if XAMPP can ...
5
votes
4answers
16k views

XAMPP / WAMP / whatever it is: Apache is running super slow [closed]

I've got my Windows PC (localhost) running XAMPP. It loads the pages sometimes really quick or sometimes really slow. So, I figured and searched and was recommended to get WAMP. I got that and ...