Page 1 of 1

cannot start xampp

PostPosted: 03. September 2011 22:28
by helpcomm
hi,

installed xampp on win 7.

When i try to run from desktop a message says that have to do it from xampp directory. tried from dos xampp_start does not work either.

Is there any way to fix that?

Thanks

Re: cannot start xampp

PostPosted: 03. September 2011 23:04
by JonB
where did you install XAMPP?

is your Windows 32 or 64 Bit?

Re: cannot start xampp

PostPosted: 03. September 2011 23:09
by helpcomm
c:\xampp

Re: cannot start xampp

PostPosted: 04. September 2011 00:18
by JonB
Its most likely NOT a problem with your installation

The original control panel and install had some issues.

Before throwing hands in the air

Read:
viewtopic.php?f=16&t=46743
DL:
http://arloh.de/xampp/xampp_control3.0.2.zip

after it is unpacked copy xammp-control3.exe to the c:\xampp folder, then start it by double-clicking.

Good Luck
8)

Re: cannot start xampp

PostPosted: 06. September 2011 01:08
by helpcomm
hi,

now everything works fine. The only thing that changed is that i am running that file to start xampp instead of the original one.

Now i have another problem, and i am wondering if it is not related to the same issue.

I tried to install a pear package. but i have the following error:
----
C:\Users\me>pear install HTML_QuickForm2-beta
downloading HTML_QuickForm2-0.6.0.tgz ...
Starting to download HTML_QuickForm2-0.6.0.tgz (156,935 bytes)
.................................done: 156,935 bytes
downloading HTML_Common2-2.0.0.tgz ...
Starting to download HTML_Common2-2.0.0.tgz (7,777 bytes)
...done: 7,777 bytes
ERROR: failed to mkdir C:\php\pear\tests\HTML_Common2
ERROR: failed to mkdir C:\php\pear\tests\HTML_QuickForm2\QuickForm2\Container
----

Thanks