Page 3 of 3
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy st
Posted: Wed Dec 27, 2006 11:56 pm
by jgiedt
1000-oaks wrote:
the guide appears to tell you to.
I still have a little bit of hair left, so there's hope...
I just gave up and installed Wamp. It worked like a champ!
http://forum.joomla.org/index.php/topic,25954.0.html
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy steps!
Posted: Sat Jan 27, 2007 4:16 am
by larry6688
I just installed Universe Server and Joomla using your guide.
After that i move that installation folder to another drive. then when i go to
http://localhost/demosite/, the Joomla example template is there. But the next time I restart my computer, and then go to localhost/demosite/, it takes me to a 404 error page, I then go to just localhost, and it take me to the first step of the joomla installation page.
When you say rename the installation directory, does that mean the installation folder? And why whenever I restart my computer, the http:l//ocalhost/demosite is gone?
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy st
Posted: Thu Feb 15, 2007 1:18 am
by davedino
Hello all,
I have already installed uniform server on my local machine, then I decided to move the uniform server to a different location. But the server stopped working. So I reinstalled Uniform server. and Since then everytime I run Server_Start.bat, i get a blank page instead of getting the panel.
any input as how this can be fixed is apprecited.
Thanks to all
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy st
Posted: Sat Jun 02, 2007 6:07 am
by Ivan Cardy
RichMedia wrote:
Does anyone have any suggestions or know of a similar tutorial for doing this under OS X? I think I already have most of the pieces installed individually (I'm not too sure about the Perl).
Do the Apache and mySql builds on the local machine need to match those in the live hosting server environment?
thanks!
look for MAMP(mac-apache-mysql-PHP
http://www.mamp.info/en/index.phpI installed joomla with this guide in 5 mins using MAMP
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy st
Posted: Sun Jun 03, 2007 12:49 am
by cru
HELLO ALL! im a newbie
>>i installed uniform server and when i clicked server start batch file, i see its connecting to localhost plus the uniform server logo, keeps searching for local host but could not open the uniform server page.....
>> im using windows xp pro. while doing my research i found this guide from
http://center.uniformserver.com/new_use ... erver_port
1. Start the Command Prompt and then type netstat -ano | find "LISTENING" | find ":80"
1. You'll see a bunch of stuff like "TCP x.x.x.x:80 x.x.x.x:0 LISTENING number", what we're interested in here is number, if there are more than one (which normally shouldn't happen), repeat the steps below for each one
2. Type tasklist /SVC /FI "PID number", replace number with the one you saw after executing the first command.
1. You'll see 3 lines of stuff, but we're only interested in the last line, which should be something like program number service, if program is Skype.exe, you can change the port it listens on; if is not N/A then proceed to the next step
3. Type net stop service, replace service with the one displayed after executing the command above (it shouldn't have any spaces).
1. You should see something like "The xxxx service was stopped successfully", this means that you've got rid of the service (probably IIS) that was using port 80 (and thus making you unable to access Uniform Server);
BUT IN STEP 2, when i typed tasklist /SVC /FI "PID 3276" RETURNS THIS MESSAGE -
The search filter cannot be recognized
>>>> 3276 bring the numbr shown when i did step1.
im confused............... pls help me...
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy st
Posted: Sun Jun 03, 2007 2:38 am
by cru
i mean - >>>> 3276 being the numbr shown when i did step1.
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy steps!
Posted: Fri Jun 08, 2007 9:06 pm
by tittiger
Leo,
Thanks for the tutorial

As you can guess I am writing because I hit a snag. The server starts, I get a W: drive mapped that I can browse and
my web browser goes to W:\home\admin\www\redirect.html and displays a Uniform Sever Logo.
But when it tries to redirect to
http://localhost/ there is a connection error. I have tried to plug in my IP with the same results.
This happens both with IE and Opera
TIA
Joe
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy steps!
Posted: Fri Jun 08, 2007 9:43 pm
by tittiger
Excuse this if its a duplicate my earlier post disappeared.
Installed and started the Uniform Server the spalsh screen shows up in the borwser at
file://localhost/W:/home/admin/www/redirect.html
But get a connection error when it tires to redirect to local host.
Same thing happens if I use my IP rather than local host in the URL.
TIA
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy steps!
Posted: Mon Aug 20, 2007 4:10 pm
by tittiger
For some reason my install was a long struggle but here are what turned out to be the simple fixes to get it up and running:
prob 1 - redirect took to wrong location, so type in -->
http://127.0.0.1/apanel/
prob2- user not created ---> copied root user
prob 3 - where is server root? --> W:\www\testfile.txt is the same as
C:\...\UniformServer\udrive\www\testfile.txt
Re: DISCUSSION: Guide:: Install Local Uniform Testserver & Joomla! in 20 easy st
Posted: Thu Sep 06, 2007 3:42 pm
by bml337
I have the test server up and running on my PC running XP. The template looks fine, but none of the links work. i get the following error
Not Found
The requested URL /demosite/component/option,com_frontpage/Itemid,1/ was not found on this server.
Apache/2.0.59 (Win32) DAV/2 PHP/5.2.3 Server at localhost Port 80
am i missing something?