/    Sign up×
Community /Pin to ProfileBookmark

500 internal server error, smf forum

hello everyone, im new here….

me and my friend have started a new forum, and every other time it seems like this error will come up:

The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.

any help would be greatly appreciated.

-Jason, Co-Admin at zune-talk.com

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@skyrider01Jan 19.2008 — Not much to go on there, seems the errors are turned off on the server so you cant see the actual real errors.

if you have access to the source of the page you could try one of these to turn on error reporting temporarily, or maybe there is a way to turn on debugging in the forum script you are using.


// Turn off all error reporting

error_reporting(0);

// Report simple running errors

error_reporting(E_ERROR | E_WARNING | E_PARSE);

// Reporting E_NOTICE can be good too (to report uninitialized

// variables or catch variable name misspellings ...)

error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);

// Report all errors except E_NOTICE

// This is the default value set in php.ini

error_reporting(E_ALL ^ E_NOTICE);

// Report all PHP errors (bitwise 63 may be used in PHP 3)

error_reporting(E_ALL);

// Same as error_reporting(E_ALL);

ini_set('error_reporting', E_ALL);
Copy linkTweet thisAlerts:
@TheRaveJan 21.2008 — Look at the server error log. You hosting should give you access to the error log which will describe when and where the problem occured.
×

Success!

Help @pacman24 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.13,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...