.htaccess [message #31328] |
Tue, 18 April 2006 01:30 |
chickenout
Messages: 55 Registered: February 2005 Location: Philadelphia
Karma: 0
|
Member |
|
|
I have been having problems with access to my forum all weekend.
I was getting the old Internal Server Error for both my FUDforum and my coppermine photo page.
I contacted the host and the Coppermine seems to be working OK now, but the forum is still down. I no longer get the error message, but a blank page.
I found a .htaccess file in the include folder and have seen in other threads the mention of deleting it? Could this be the source of my problems?
Should I delete it?
Any info would be greatly appreciated.
Thanks
|
|
|
|
Re: .htaccess [message #31341 is a reply to message #31336] |
Tue, 18 April 2006 13:46 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The include/ folder is never access by the web browser so the .htaccess file in it is not a problem, it actually is there to prevent people from directly accessing your include files. Check the forum's SQL error log inside the errors/ directory it will likely have clues about why it does not work. Most likely one of the SQL table was corrupted and needs to be repaired.
FUDforum Core Developer
|
|
|
|
Re: .htaccess [message #31348 is a reply to message #31346] |
Tue, 18 April 2006 14:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Does the /var/www/html/FUDforum/include/core.in file exist and if so what are its permissions?
FUDforum Core Developer
|
|
|
|
|
|
Re: .htaccess [message #31356 is a reply to message #31354] |
Tue, 18 April 2006 19:43 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to make sure that the SQL username you are using has permission to LOCK tables.
FUDforum Core Developer
|
|
|
|
Re: .htaccess [message #31361 is a reply to message #31358] |
Tue, 18 April 2006 22:56 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Check the user and db table inside the mysql database
FUDforum Core Developer
|
|
|
|
Re: .htaccess [message #31379 is a reply to message #31371] |
Wed, 19 April 2006 20:37 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Check the LOCK permission settings.
FUDforum Core Developer
|
|
|
|
Re: .htaccess [message #31397 is a reply to message #31394] |
Thu, 20 April 2006 20:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Then you are not looking hard enough, check on MySQL.com how to grant to a user LOCK privileges for a table.
FUDforum Core Developer
|
|
|
|
Re: .htaccess [message #31434 is a reply to message #31427] |
Sat, 22 April 2006 17:37 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Then you need to ask your admin to grant your account those permissions to the database you have access to.
FUDforum Core Developer
|
|
|