Requesting Help, And topic was closed. Internal Server error

Status
Not open for further replies.

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
1. Have you tried looking into the Error log via cPanel?

2. Have you gone to either Joomla or Agora and asked on their support forums?

You are talking about a third party plugin for a third party CMS. If someone happens to know about it, they can offer help.
 

sharlaxismp

New Member
Messages
48
Reaction score
1
Points
0
I've went to the Agora forums, they said the same exact thing that it may be the htaccess file.

In the error log it says that file doesn't exist, but that doesn't explain the error as if it didn't exist the thread wouldn't show up I assume.
This is the error log:

Code:
[Tue Apr 06 17:42:54 2010] [error] [client 68.12.4.148] File does not exist: /home/asterope/public_html/500.shtml, referer: http://twitterthought.exofire.net/index.php?option=com_agora&task=forum&id=1&Itemid=167
[Tue Apr 06 17:41:53 2010] [error] [client 68.12.4.148] File does not exist: /home/asterope/public_html/404.shtml
[Tue Apr 06 17:41:53 2010] [error] [client 68.12.4.148] File does not exist: /home/asterope/public_html/favicon.ico
[Tue Apr 06 17:41:50 2010] [error] [client 68.12.4.148] File does not exist: /home/asterope/public_html/404.shtml
[Tue Apr 06 17:41:50 2010] [error] [client 68.12.4.148] File does not exist: /home/asterope/public_html/favicon.ico
[Tue Apr 06 17:41:50 2010] [error] [client 68.12.4.148] File does not exist: /home/asterope/public_html/404.shtml
[Tue Apr 06 17:41:50 2010] [error] [client 68.12.4.148] File does not exist: /home/asterope/public_html/favicon.ico
[Tue Apr 06 17:39:27 2010] [error] [client 130.65.109.107] File does not exist: /home/asterope/public_html/500.shtml, referer: http://twitterthought.exofire.net/index.php?option=com_agora&Itemid=167
[Tue Apr 06 17:38:28 2010] [error] [client 130.65.109.107] File does not exist: /home/asterope/public_html/404.shtml
[Tue Apr 06 17:38:28 2010] [error] [client 130.65.109.107] File does not exist: /home/asterope/public_html/favicon.ico
[Tue Apr 06 17:38:26 2010] [error] [client 130.65.109.107] File does not exist: /home/asterope/public_html/404.shtml
[Tue Apr 06 17:38:26 2010] [error] [client 130.65.109.107] File does not exist: /home/asterope/public_html/favicon.ico
[Tue Apr 06 17:38:25 2010] [error] [client 130.65.109.107] File does not exist: /home/asterope/public_html/404.shtml
[Tue Apr 06 17:38:25 2010] [error] [client 130.65.109.107] File does not exist: /home/asterope/public_html/favicon.ico
[Tue Apr 06 17:34:36 2010] [error] [client 173.56.131.218] File does not exist: /home/asterope/public_html/500.shtml, referer: http://twitterthought.exofire.net/index.php?option=com_agora&task=forum&id=1&Itemid=167
[Tue Apr 06 17:34:35 2010] [error] [client 173.56.131.218] File does not exist: /home/asterope/public_html/500.shtml
[Tue Apr 06 17:32:55 2010] [error] [client 173.56.131.218] File does not exist: /home/asterope/public_html/404.shtml
[Tue Apr 06 17:32:55 2010] [error] [client 173.56.131.218] File does not exist: /home/asterope/public_html/favicon.ico
[Tue Apr 06 17:31:43 2010] [error] [client 173.56.131.218] File does not exist: /home/asterope/public_html/404.shtml
[Tue Apr 06 17:31:43 2010] [error] [client 173.56.131.218] File does not exist: /home/asterope/public_html/favicon.ico
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
So nobody is able to look into this or what?

What's in the .htaccess file exactly? The error logs are 404's for favicons (this is normal and wouldn't cause a 500 error), then a 500 error. Something's broke for sure but the error log doesn't indicate what exactly is.
 

sharlaxismp

New Member
Messages
48
Reaction score
1
Points
0
currently this

Code:
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName twitterthought.exofire.net
AuthUserFile /home/asterope/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/asterope/public_html/_vti_pvt/service.grp

previously this
Code:
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName twitterthought.exofire.net
AuthUserFile /home/asterope/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/asterope/public_html/_vti_pvt/service.grp
--------------------------------------------------------------------------------

and before that,
Code:
Options All -Indexes
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
is there a file called error_log in the files, somewhere. If so, it can be quite useful.
 

sharlaxismp

New Member
Messages
48
Reaction score
1
Points
0
Code:
[01-Apr-2010 22:18:58] PHP Warning:  require_once(/home/asterope/public_html/components/com_chronocontact/libraries/chronoform.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/asterope/public_html/plugins/content/chronocontact.php on line 10
[01-Apr-2010 22:18:58] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/asterope/public_html/components/com_chronocontact/libraries/chronofo

this is the latest in error_log, other dates back to 2009. and it has nothing to do with agora, either. that component was uninstalled before agora was installed
 
Status
Not open for further replies.
Top