Internal Server Error, Agora forum for joomla

Status
Not open for further replies.

sharlaxismp

New Member
Messages
48
Reaction score
1
Points
0
Made a thread using the latest agora forums for joomla, and when I view it, i get internal server error. I'm on chopin also, and i dont think the current migration has something to do with it. Not sure what the issue could be, if someone can look into this.
 

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
Try refreshing the page to try again. Servers often get internal server errors and are often temporary.

Do you have a URL?
 

sharlaxismp

New Member
Messages
48
Reaction score
1
Points
0
http://twitterthought.exofire.net/ -- click on the forums link at the top, and yes i refreshed the page numerous times to no avail. I guess the forums have a cron job, It was at 180 and I set it to 210..not sure if this has anything to do with the error but thought I'd throw that in there. I dont really understand cron jobs. >.>
 
Last edited:

sharlaxismp

New Member
Messages
48
Reaction score
1
Points
0
Thats not the problem..........

"Made a thread using the latest agora forums for joomla, and when I view it, i get internal server error."
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Thats not the problem..........

"Made a thread using the latest agora forums for joomla, and when I view it, i get internal server error."

That is a problem with script not hosting...

paste the code from .htaccess file here.
 

sharlaxismp

New Member
Messages
48
Reaction score
1
Points
0
ok this is weird....

Code:
Options All -Indexes

this is what is there right now
------------------------

this is what i found in my other htaccess file i saved on my HDD before reinstalling joomla a few weeks ago.

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
--------------------------------------------------------------------------------

Edit:

Zub can you tell me whats wrong with my htaccess file?

Edit:

Or anyone for that matter?

Edit:

Well this thread is extremely helpful.
 
Last edited by a moderator:

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Did you try replacing the current .htaccess file with 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
 
Status
Not open for further replies.
Top