Page 1 of 2

Installation

PostPosted: 10. May 2011 23:31
by sammylo
CAN ANYONE IN THIS FORUM TELL ME HOW TO GET XAMPP ON MY WINDOWS

Re: Installation

PostPosted: 10. May 2011 23:37
by Sharley
Please, no need to shout - see my signature re forum etiquette and all caps.


Here you go.
http://www.apachefriends.org/en/xampp-windows.html#522

Re: Installation

PostPosted: 10. May 2011 23:38
by Altrea
Download and install / extract

Re: Installation

PostPosted: 11. May 2011 08:13
by sammylo
Thanks for the reply i received, i have gotten it installed on windows. i will get back to you as soon as i find any issues.

Re: Installation

PostPosted: 11. May 2011 19:21
by terranceUnce
I am having trouble installing xampp. I'm running Windows 7 (64 bit). I continuously get an error about User Account Control (UAC). It says to install on a folder other than the C drive. I tried that and it still doesn't work. The other option is to deactivate the UAC with (msconfig) and I don't know how to do that. I am a Web student and I need XAMPP installed asap. Can someone please help?

Re: Installation

PostPosted: 11. May 2011 19:25
by lucb1e
Google for "disable UAC", optionally with your operating system (vista/7) after that.
If I remember correctly, it was in control panel > user accounts > user account control > drag the slider to the bottom. Or you can search for UAC in the search field in the right-top of the control panel. If that does not work, google it or ask a classmate (actually all programming/scripting students should be able to do such things if you ask me, I'm one myself btw).

Re: Installation

PostPosted: 11. May 2011 19:39
by terranceUnce
I know how to disable UAC in the control panel, but I assume that msconfig is asking me to use the command prompt. I don't know how to disable it using the command prompt. I had the same error results when I tried to disable it in the control panel. If anyone has had the same errors I described in my earlier post and has a known solution (not just a guess) I would appreciate your help. As a third semester Web student I am rarely exposed to the command prompt.

Re: Installation

PostPosted: 11. May 2011 20:27
by terranceUnce
I have also just disabled UAC using msconfig but still can't get XAMPP to respond! Any help is appreciated.

Re: Installation

PostPosted: 11. May 2011 22:10
by peterwt
Hi terranceUnce,

I have XAMPP ver 1.7.3 installed and running on Windows 7 64 bit with UAC on.

I installed in the default directory C:\XAMPP. It is important you install whilst logged into an administrator account. There are others on this Forum who are using XAMPP on Vista and Windows 7 64 bit.

Peter

Re: Installation

PostPosted: 12. May 2011 04:10
by blic
Hi All,

I'm also using windows 7 64bits.
I've downloaded the latest available version of Xampp for Windows: v1.7.4

I'm trying to get xampp working, but I'm getting the error:
Fatal error: Call to undefined function pg_connect()

I've checked php.ini to uncomment the lines:
extension=php_pdo_pgsql.dll
extension=php_pgsql.dll

But I still don't get it to work.

so, when I check phpinfo() I don't see postgre loaded.I've tested loading other extensions, and they work, but not the one i need.

I was wondering if it's some problem with the dll and the fact that I'm using a 64bit, or something totaly different.

I'd really appreciate if someone could help me with that.

Re: Installation

PostPosted: 14. May 2011 17:13
by sammylo
after installation i went to my "http://localhost/".I cant found xampp running on my browser.So what do i do?

Re: Installation

PostPosted: 14. May 2011 17:42
by Altrea
have you started Apache & MySQL in the XAMPP Control Panel?
Are there green running indication for them in the control panel?

Re: Installation

PostPosted: 14. May 2011 22:23
by terranceUnce
Thanks for the tip Peter, but I'm still unable to get it installed. I have the only account on my laptop and it is an administrator account. This is driving me crazy. I've got to get it installed by this weekend. I'm already behind on an assignment for my PHP class. Did you have to deviate from the normal installation process at all? This is a brand new laptop so I don't believe it's the problem. Please someone, anyone help!

Re: Installation

PostPosted: 14. May 2011 22:34
by peterwt
Hi terranceUnce,

I followed the standard install instructions which included extracting the files using "run as administrator". Try version 1.7.3 - the one before the current one. Install in C:\XAMPP.

Peter

Re: Installation

PostPosted: 15. May 2011 00:19
by terranceUnce
It works............finally!

Installing the older version seems to have worked perfectly. Thanks for your help Peter! I really appreciate it. Now it's homework time! Take care.