fris server, still getting, Internal Server Error on smf

Status
Not open for further replies.

nflarc

Member
Messages
55
Reaction score
0
Points
6
Server Name fris
new server, still getting, Internal Server Error
was getting this on lotus before it was moved

thread was closed, issue not resolved
http://x10hosting.com/forums/free-hosting/123546-http-nflarc-x10hosting-com-smf.html
 

carl6969

Community Support Team
Community Support
Messages
6,874
Reaction score
206
Points
63
The troubleshooting on the Fris server continues. Staff is working to resolve the issues as quickly as possible. We apologize for the inconvenience.

Carl
01100011 01100001 01110010 01101100
 

korea936

New Member
Messages
15
Reaction score
1
Points
0
Please let us know here when the troubleshooting is finished. I need to upload many changes to http://korea936.x10hosting.com when it is fixed. I have subscribed to this thread for this reason to find out when fixed. Thank you.
 

dlukin

New Member
Messages
427
Reaction score
25
Points
0
Server Name fris
new server, still getting, Internal Server Error
was getting this on lotus before it was moved

thread was closed, issue not resolved
http://x10hosting.com/forums/free-hosting/123546-http-nflarc-x10hosting-com-smf.html

Check any .htaccess file in public_html or subdirectory. If it uses mod_rewrite make sure you have the line

RewriteBase /

before any rewrite code.

Also, make sure any .php file has permissions 0755 or less. 0777 will cause an error.

Lastly, a directory with permissions set to 0777 seems to cause a 500 error if a .php file is executed.

You can check cPanel --> Error log for system errors. Not all get logged, but many 500 errors are. This is not the error_log that PHP creates in public_html.
 

nflarc

Member
Messages
55
Reaction score
0
Points
6
added
RewriteBase /
and it did not change anything

looking at error log

[Thu Jun 24 12:49:23 2010] [error] [client 99.166.3.214] File does not exist: /home/nflarc/public_html/500.shtml, referer: http://nflarc.x10hosting.com/
[Thu Jun 24 12:49:23 2010] [error] [client 99.166.3.214] SoftException in Application.cpp:249: File "/home/nflarc/public_html/smf/index.php" is writeable by group, referer: http://nflarc.x10hosting.com/
[Thu Jun 24 12:42:47 2010] [error] [client 99.166.3.214] File does not exist: /home/nflarc/public_html/500.shtml, referer: http://nflarc.x10hosting.com/
[Thu Jun 24 12:42:47 2010] [error] [client 99.166.3.214] SoftException in Application.cpp:249: File "/home/nflarc/public_html/smf/index.php" is writeable by group, referer: http://nflarc.x10hosting.com/
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
I see Amateur Radio when I visit your site, not a 500 Error any more.
You might want to try clearing your browser cache and flushing your DNS cache to see if that resolves the problem
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
I see Amateur Radio when I visit your site, not a 500 Error any more.
You might want to try clearing your browser cache and flushing your DNS cache to see if that resolves the problem

In the first table there is a smf link
click it you will get the 500 error.

He has to change the permissions for index.php to 0755 then it might work.
 

nflarc

Member
Messages
55
Reaction score
0
Points
6
index.php
was 664

666 no good
755 no good


back to 664 as original

---------- Post added at 03:52 PM ---------- Previous post was at 03:46 PM ----------

I looked at the second working SMF and the index.php was 644
so I changed the non working SMF to 644....

BINGO it works now!

thanks for every ones help :smile:
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Problem Solved

***Thread Closed***
 
Status
Not open for further replies.
Top