|
|
kendkoll |
|
|
Posts: 40
Posts Per Day: 0.06
Time Online: 11 hours 38 minutes
|
I have updated to 10.2.5 - I believe everything has gone well
Except.....
Know I'm locked out of my own message board
I had some problems eariler today with getting my boards updated, so when I got home I reuploaded all the update files and followed Setup. Everything went well, then I updated Forum Settings saved it and now I'm locked out of my own board - I used the correct admin username and password
I tryed uploading the update files again and running setup again but it did nothing and I'm still locked out
Any help would be great. Mesha |
|
|
|
|
|
Justin |
|
|
Posts: 15,075
Gender:  Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
|
|
|
|
|
|
kendkoll |
|
|
Posts: 40
Posts Per Day: 0.06
Time Online: 11 hours 38 minutes
|
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@triadmoms.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. |
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
|
Looking at your site it looks like you previously used MOD_REWRITE You need to edit Blah.pl and set this again.
|
Code
$scriptname = $scriptname || 'Blah.pl'; # Change name of Blah.pl
$modrewrite = $modrewrite || '?'; # Setting, mod_rewrite: on = '' | off = '?'
|
|
To:
|
Code
$scriptname = $scriptname || '/boards/'; # Change name of Blah.pl
$modrewrite = $modrewrite || ''; # Setting, mod_rewrite: on = '' | off = '?'
|
|
|
| Martin's Reputation: Increase |
|
|
|
|
|
kendkoll |
|
|
Posts: 40
Posts Per Day: 0.06
Time Online: 11 hours 38 minutes
|
I did the above but instead of '/boards/' I used '/forum/' I went to http://www.triadmoms.com/forum and hit login and was taken to the Login Screen, typed in Username and Password and got the following message: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@triadmoms.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. Thanks, Mesha |
|
|
|
|
|
kendkoll |
|
|
Posts: 40
Posts Per Day: 0.06
Time Online: 11 hours 38 minutes
|
When I did the above exactly as you stated I got "page not found" when I hit the login link |
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
|
The only reason I said /boards/ is because when you follow the link on your index page it goes to: http://www.triadmoms.com/boardsIf you want me to take a look, pm ftp login details. |
| Martin's Reputation: Increase |
|
|
|
|
|
kendkoll |
|
|
Posts: 40
Posts Per Day: 0.06
Time Online: 11 hours 38 minutes
|
The index page is not correct - I need to put an "Under Construction" Page up for the Index Page. I'll PM you
Thanks, Mesha |
|
|
|
|
|
|