500 Internal Server Error?

Started by diplomat., June 05, 2004, 12:16:09 PM

Previous topic - Next topic

diplomat.

remember, im sort of a n00b when it comes to stuff like this...

i uploaded all my files to my server, and when i went to the link:

http://titaniumwg.com/forums

it gives me that error. what else should i do? all i have done so far is just uploaded all my files and CHmoded the ones that needed it. did i miss a step?
avidSOUND.com: Where Aspiring Musicians Can Be HEARD!

Chris Cromer

Does you host have some sort of error log? Because 500 error just isn't specific enough. In the error log it should give more info as to what caused the error.
Chris Cromer

"I was here, here I was, was I here, sure I was" - The little voice in my head.

Grudge

It seems to me that PHP isn't set up correctly...

Can you put a file into your forum directory called phpinfo.php and inside it put these contents:

<?php
phpinfo
();
?>

I'm only a half geek really...

diplomat.

ok i added that into the /forums directory, still no dice.

i dunno what to do because im a n00b to this. :(
avidSOUND.com: Where Aspiring Musicians Can Be HEARD!

Chris Cromer

Do you have an error log or something? For instance the error page in cpanel?
Chris Cromer

"I was here, here I was, was I here, sure I was" - The little voice in my head.

diplomat.

would it be called 'Log Manager'? if so, yeah i see that
avidSOUND.com: Where Aspiring Musicians Can Be HEARD!

Chris Cromer

Well does it have any logs that pertain to those 500 errors? If not then, that's not the error log.
Chris Cromer

"I was here, here I was, was I here, sure I was" - The little voice in my head.

diplomat.

no im sorry. that must not be it then. if i do find it, what should i look for?
avidSOUND.com: Where Aspiring Musicians Can Be HEARD!

Chris Cromer

Chris Cromer

"I was here, here I was, was I here, sure I was" - The little voice in my head.

diplomat.

i dont believe i do.

i was able to install phpbb2 with no problem, so i should be able to install smf also :(
avidSOUND.com: Where Aspiring Musicians Can Be HEARD!

Chris Cromer

Hmmm, maybe you need a special chmod for the files? Some hosts require executable files to be chmoded in certain ways.
Chris Cromer

"I was here, here I was, was I here, sure I was" - The little voice in my head.

Ben_S

http://www.titaniumwg.com/forums/phpinfo.php

If a simple phpinfo file wont run then php is broken in some way,
Liverpool FC Forum with 14 million+ posts.

diplomat.

Quote from: Ben_S on June 05, 2004, 05:50:35 PM
http://www.titaniumwg.com/forums/phpinfo.php

If a simple phpinfo file wont run then php is broken in some way,

but i was able to install phpbb with no problem
avidSOUND.com: Where Aspiring Musicians Can Be HEARD!

diplomat.

NVM!

i got it to work! :D

thanx for all the help guys, i appreciate it :)
avidSOUND.com: Where Aspiring Musicians Can Be HEARD!

Chris Cromer

Maybe you should mention what you did for future support questions.
Chris Cromer

"I was here, here I was, was I here, sure I was" - The little voice in my head.

roblef

Quote from: -Diplömat- on June 05, 2004, 10:40:44 PM
NVM!

i got it to work! :D

thanx for all the help guys, i appreciate it :)

HOw, darnit!?!?!?!?!?!

:)

permutations

500 Server errors can be caused by incorrectly set file permissions.

[Unknown]

Quote from: permutations on July 21, 2005, 12:09:46 PM
500 Server errors can be caused by incorrectly set file permissions.

A very large amount of the time, they are not.  That is simply one of the many, many causes.  They can also be caused, for example, by a malformed .htaccess file.  Or by PHP not being configured properly.  Or by an improperly uploaded file.

-[Unknown]

permutations

Quote from: [Unknown] on July 22, 2005, 04:44:08 PM
Quote from: permutations on July 21, 2005, 12:09:46 PM
500 Server errors can be caused by incorrectly set file permissions.
A very large amount of the time, they are not.  That is simply one of the many, many causes.  They can also be caused, for example, by a malformed .htaccess file.  Or by PHP not being configured properly.  Or by an improperly uploaded file.

True. Or running out of memory. I suggested it could be file permissions because this is a frequent cause of 500 errors with forum or blog software.

Advertisement: