anne
Joined: 21 Dec 2007 Posts: 21
|
Posted: Mon Jun 16, 2008 6:07 am Post subject: Error Logs and Viewtopic Session Errors. |
|
|
My board keeps in getting an "Internal Service Error." I sent a support ticket to my host and they said to look at my error.log as it might direct me to the solution for my problem.
I browsed through my error.log and I have at least 271500 errors. And they look like:
| Code: | [Sun Jun 15 22:27:38 2008] [error] [client 129.64.25.64] File does not exist: /home/ncis_admin/ncismanga.net/shion
[Sun Jun 15 22:27:38 2008] [error] [client 74.137.29.36] File does not exist: /home/ncis_admin/ncismanga.net/unlicensed-manga
[Sun Jun 15 22:27:38 2008] [error] [client 74.137.29.36] File does not exist: /home/ncis_admin/ncismanga.net/latest-news
[Sun Jun 15 22:27:39 2008] [error] [client 71.172.50.163] File does not exist: /home/ncis_admin/ncismanga.net/latest-news
[Sun Jun 15 22:27:39 2008] [error] [client 202.180.111.64] File does not exist: /home/ncis_admin/ncismanga.net/manga-index |
I think the problem is on the SEO. but I honestly don't know how to fix it. Is there anyway we can fix this problem?
The following is my .htaccess
| Code: | DirectoryIndex newspage.php index.php index.html index.htm
# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
ErrorDocument 400 /error.php?mode=400
ErrorDocument 401 /error.php?mode=401
ErrorDocument 403 /error.php?mode=403
ErrorDocument 404 /error.php?mode=404
ErrorDocument 500 /error.php?mode=500
# You may need to un-comment the following line
# Options +FollowSymlinks
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION
#####################################################
# PHPBB SEO REWRITE RULES - ADVANCED
#####################################################
# AUTHOR : dcz www.phpbb-seo.com
# STARTED : 01/2006
#################################
# FORUMS PAGES
###############
# FORUM INDEX
RewriteRule ^board\.html$ /index.php [QSA,L,NC]
# FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/?(page([0-9]+)\.html)?$ /viewforum.php?f=$1&start=$3 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
RewriteRule ^announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^([a-z0-9_-]*)/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?forum_uri=$1&t=$2&start=$4 [QSA,L,NC]
# PROFILES THROUGH USERNAME
RewriteRule ^member/([^/]+)/?$ /memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
# USER MESSAGES THROUGH USERNAME
RewriteRule ^member/([^/]+)/(topics|posts)/?(page([0-9]+)\.html)?$ /search.php?author=$1&sr=$2&start=$4 [QSA,L,NC]
# GROUPS ADVANCED
RewriteRule ^[a-z0-9_-]*-g([0-9]+)(-([0-9]+))?\.html$ /memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L,NC]
# ACTIVE TOPICS
RewriteRule ^active-topics(-([0-9]+))?\.html$ /search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
# UNANSWERED TOPICS
RewriteRule ^unanswered(-([0-9]+))?\.html$ /search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
# NEW POSTS
RewriteRule ^newposts(-([0-9]+))?\.html$ /search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
# THE TEAM
RewriteRule ^the-team\.html$ /memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES
RewriteRule ^donation\.html$ /lwdonate.php [QSA,L,NC]
RewriteRule ^news\.html$ /newspage.php [QSA,L,NC]
# FORUM WITHOUT ID & DELIM
# THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^([a-z0-9_-]+)/?(page([0-9]+)\.html)?$ /viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
# END PHPBB PAGES
##################################################### |
Also, it might have no relation to the above issue but whenever I try to access viewtopic.php => I get the following error:
| Code: | Warning: strtr() [function.strtr]: The second argument is not an array in /home/.thurber/ncis_admin/ncismanga.net/includes/session.php on line 1810
Warning: strtr() [function.strtr]: The second argument is not an array in /home/.thurber/ncis_admin/ncismanga.net/includes/session.php on line 1810
Warning: strtr() [function.strtr]: The second argument is not an array in /home/.thurber/ncis_admin/ncismanga.net/includes/session.php on line 1810
Warning: filemtime() [function.filemtime]: stat failed for /message_body.html in /home/.thurber/ncis_admin/ncismanga.net/includes/template.php on line 211
Fatal error: template->_tpl_load_file(): File /message_body.html does not exist or is empty in /home/.thurber/ncis_admin/ncismanga.net/includes/functions_template.php on line 63 |
Thank you very much. Live: http://www.ncismanga.net/viewtopic.php |
|
|