xampp wont work

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Re: xampp wont work

Postby fcbarca18 » 01. October 2011 20:36

no then i dont have it...and sorry didnt understand the last part could you dumb it down for me? im just 15 and im following some instructions on youtube. which request?
fcbarca18
 
Posts: 11
Joined: 01. October 2011 19:34

Re: xampp wont work

Postby Sharley » 01. October 2011 20:39

fcbarca18 wrote:and what info did we not give you?
XAMPP version and your Windows OS.

fcbarca18 wrote:there is one file that says signup
You will need to configure Windows to display known file types, at the moment this is not selected.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: xampp wont work

Postby fcbarca18 » 01. October 2011 20:41

Sharley wrote:
fcbarca18 wrote:and what info did we not give you?
XAMPP version and your Windows OS.


ahh so sorry this is the download file xampp win32 1.7.3.exe

and im using windows vista
fcbarca18 wrote:there is one file that says signup
You will need to configure Windows to display known file types, at the moment this is not selected.


oh...where could i find how to do that?:/
fcbarca18
 
Posts: 11
Joined: 01. October 2011 19:34

Re: xampp wont work

Postby Altrea » 01. October 2011 20:42

Your Webserver is waiting for requests to process and sending back.
Your error.log logs misleading requests he gets and other errors.

[Sat Oct 01 14:32:46 2011] [error] [client ::1] script 'C:/xampp/htdocs/signup.php' not found or unable to stat

This is one of that misleading request attempts. You can see the time the request arrived, the status, the requesting IP (in your case ::1 which is your own pc) and the error, in that case, that the file C:/xampp/htdocs/signup.php can't be found.

But someone (you) have typed in that request in the browser. Someone typed in http://signup.php and apache searches that file in his folders.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: xampp wont work

Postby fcbarca18 » 01. October 2011 20:46

Altrea wrote:Your Webserver is waiting for requests to process and sending back.
Your error.log logs misleading requests he gets and other errors.

[Sat Oct 01 14:32:46 2011] [error] [client ::1] script 'C:/xampp/htdocs/signup.php' not found or unable to stat

This is one of that misleading request attempts. You can see the time the request arrived, the status, the requesting IP (in your case ::1 which is your own pc) and the error, in that case, that the file C:/xampp/htdocs/signup.php can't be found.

But someone (you) have typed in that request in the browser. Someone typed in http://signup.php and apache searches that file in his folders.



ahh so what file is supposed to be located when i type in localhost/signup.php?

if thats your question I don't really know, if you want i can show you the youtube video im following...would that help?

Sorry this is such a pain doing this was kind of a shot in the dark for me but something i would like to finish
fcbarca18
 
Posts: 11
Joined: 01. October 2011 19:34

Re: xampp wont work

Postby Sharley » 01. October 2011 20:50

Is this a windows version of the game or a Linux version often the Linux versions do not have file name extensions and won't work in XAMPP for Windows.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: xampp wont work

Postby Altrea » 01. October 2011 20:50

fcbarca18 wrote:ahh so what file is supposed to be located when i type in localhost/signup.php?

Your Apache does have a base directory. By XAMPP default thats \xampp\htdocs\
So if you request http://localhost/signup.php it will search a signup.pgp file inside his base directory.
If you would request http://localhost/folder/signup.php it will search for signup.php in \xampp\htdocs\folder\

fcbarca18 wrote:if thats your question I don't really know, if you want i can show you the youtube video im following...would that help?

Yeah, i think that will make some things more clear
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: xampp wont work

Postby fcbarca18 » 01. October 2011 20:54

http://www.youtube.com/watch?v=DnPLEHU9guk&feature=related

this is the link to the video

and sharley..is there any way of finding out what version it is?
http://www.mediafire.com/?gv9k3m869fs7qcb

this is the link where i downloaded the xampp files
fcbarca18
 
Posts: 11
Joined: 01. October 2011 19:34

Re: xampp wont work

Postby Altrea » 01. October 2011 20:56

fcbarca18 wrote:http://www.youtube.com/watch?v=DnPLEHU9guk&feature=related

In Germany i can't watch this video because of the Music rights and missing contracts with the german GEMA :D
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: xampp wont work

Postby fcbarca18 » 01. October 2011 20:58

Altrea wrote:
fcbarca18 wrote:ahh so what file is supposed to be located when i type in localhost/signup.php?

Your Apache does have a base directory. By XAMPP default thats \xampp\htdocs\
So if you request http://localhost/signup.php it will search a signup.pgp file inside his base directory.
If you would request http://localhost/folder/signup.php it will search for signup.php in \xampp\htdocs\folder\


neither of these links work for me..they give me the same page with this error:
Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404

localhost
10/1/2011 3:56:54 PM
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
fcbarca18
 
Posts: 11
Joined: 01. October 2011 19:34

Re: xampp wont work

Postby Jake1244 » 01. October 2011 21:03

Altrea wrote:signup.php is not a xampp file.

so where does that request come from?
which file should that be?


whats an xampp file then?
Jake1244
 
Posts: 2
Joined: 01. October 2011 20:00

Re: xampp wont work

Postby fcbarca18 » 01. October 2011 21:03

ok
these are the files he give me:
Files:http://www.mediafire.com/?x101khp11rpbk3i
Xampp:http://www.mediafire.com/?gv9k3m869fs7qcb
Hamachi:https://secure.logmein.com/products/hamachi/download.aspx

Step 1:download the xampp
step 2: download hamachi link
step 3:extract the files
step 4: install xampp
step 5: put the files in htdocs
step 6: start apache and mysqql
step 7: goto localhost/phpmyadmin and create a database called tube
step 8: import database
step 9: go into database and goto tube_servers and put your hamachi ip in
step 10: go to emu and pur your hamachi ip in configs server
step 11: goto localhost/signup.php/ create an account (cant do that)
step 12: go to emu and start the server (but i can do this)
step 13: login and enoy
fcbarca18
 
Posts: 11
Joined: 01. October 2011 19:34

Re: xampp wont work

Postby Sharley » 01. October 2011 21:08

Do you have any more files without extensions as this may take us back to the Windows known files issue.

@Altrea
:D That's as bad as trying to watch a youtube movie when dial-up is your only connection choice - no chance.
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: xampp wont work

Postby fcbarca18 » 01. October 2011 21:11

Sharley wrote:Do you have any more files without extensions as this may take us back to the Windows known files issue.

@Altrea
:D That's as bad as trying to watch a youtube movie when dial-up is your only connection choice - no chance.


if a under categories is says that the file (example) armor is a php file...is that without an extension? if it is...a lot of files have no extension.

soo...this is what a lot of my files look like

file type
armor PHP file
fcbarca18
 
Posts: 11
Joined: 01. October 2011 19:34

Re: xampp wont work

Postby fcbarca18 » 01. October 2011 21:14

fcbarca18 wrote:
Sharley wrote:Do you have any more files without extensions as this may take us back to the Windows known files issue.

@Altrea
:D That's as bad as trying to watch a youtube movie when dial-up is your only connection choice - no chance.


if a under categories is says that the file (example) armor is a php file...is that without an extension? if it is...a lot of files have no extension.

soo...this is what a lot of my files look like

file type
armor PHP file



actually...none of them have extensions...feel dumb for not realizing this earlier...what do i do? :oops:
Last edited by fcbarca18 on 01. October 2011 21:19, edited 1 time in total.
fcbarca18
 
Posts: 11
Joined: 01. October 2011 19:34

PreviousNext

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 135 guests