phpbb forum still having problem

Status
Not open for further replies.

joshua1

New Member
Messages
33
Reaction score
0
Points
0
Hi All,

website: http://joshuacrook.x10hosting.com/
server: chopin

I am still having a problem with my phpbb forum

i have flushed my dns cache, i have re created mySQL User, but it does make any difference

I was getting MySQL errors before but i am now getting a 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Please check your php files permissions, and make sure it is not set to 777

Also check your .htaccess file, if you don`t know what is wrong with this post the content of this file here. I will check it.
 

joshua1

New Member
Messages
33
Reaction score
0
Points
0
Hi Zubair,

my php file permissions are set to 644.
here is the contents of my .htaccess file
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Hi All,

website: http://joshuacrook.x10hosting.com/
server: chopin

I am still having a problem with my phpbb forum

i have flushed my dns cache, i have re created mySQL User, but it does make any difference

I was getting MySQL errors before but i am now getting a 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

when i try to access http://joshuacrook.x10hosting.com/

It is giving some phpbb error . So try to reinstall the forum

When I goto http://joshuacrook.x10hosting.com/forum i am getting only 404 error. Are you sure there is forum folder and forum is installed there.
 

joshua1

New Member
Messages
33
Reaction score
0
Points
0
I have fixed the phpBB errors by reinstalling the forum, yes my forum is installed in the forum folder
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello, is there anything else we can help you with before we close this thread?
 
Status
Not open for further replies.
Top