Author |
Message |
dad7732
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Mar 18, 2007
Posts: 1242
|
Posted:
Wed Apr 08, 2009 5:40 pm |
|
Searched but couldn't find "my" issue.
In the block RWSWhoIsWhere, it shows "ErrorDocuments" for each user listed no matter where they actually are on the site, me included.
Ideas?
Cheers |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
draxx
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Nov 19, 2003
Posts: 282
|
Posted:
Wed Apr 08, 2009 8:26 pm |
|
I noticed that too - but with so much going on i dident have time to investigate.
Latest RN Version - fresh install. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
dad7732
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 08, 2009 8:29 pm |
|
only on one domain though running the latest RN, the others don't do this. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Fri Apr 10, 2009 6:56 am |
|
It is being looked at. It is doing it on Only registered users can see links on this board! Get registered or login! as well.
EDIT: sorry, had it wrong. Raven noticed it there just yesterday. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
Site Admin/Owner
![](modules/Forums/images/avatars/45030c033f18773153cd2.gif)
Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Fri Apr 10, 2009 7:38 am |
|
dad7732 wrote: | Searched but couldn't find "my" issue.
In the block RWSWhoIsWhere, it shows "ErrorDocuments" for each user listed no matter where they actually are on the site, me included.
Ideas?
Cheers |
How bad of me not to have noticed your post from 4/8 . I actually noticed it yesterday (4/9) when I was looking into your other post concerning admins being able to see hidden users http://www.ravenphpscripts.com/postt17491.html . So, since there's an actual error to be addressed, I will look into the enhancement request also ![Wink](modules/Forums/images/smiles/icon_wink.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 02, 2009 8:53 pm |
|
It's a server/caching issue. In .htaccess comment out the following line (on or about line 57):
FROM
ExpiresByType text/html "access plus 5 minutes"
TO
# ExpiresByType text/html "access plus 5 minutes"
Clear your browser cache before proceeding to test
Do not make the following changes unless the above change does not fix the problem. If the problem persists, also comment out the following lines. Be aware that commenting out the following lines will cause 404 errors to give the standard Apache DOCUMENT NOT FOUND error and not the RN formatted error message. At this point I am just not sure what/where the error is or if it's even an error. On my home testing machines I do not have to comment out the following lines but on my production servers I do. So, it may be and probably is a configuration issue somewhere.
FROM
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) /modules.php?name=ErrorDocuments&file=404&rs=$1 [NC,L,R]
TO
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteRule (.*) /modules.php?name=ErrorDocuments&file=404&rs=$1 [NC,L,R] |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/48fb116845dfecf66294c.gif)
Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA
|
Posted:
Mon Aug 03, 2009 12:13 am |
|
i noticed this image was missing on the test site
http://www.ravennuke.com/includes/jquery/css/images/loading.gif
could that be why errordocuments is displayed?
i notice it's not displaying errordocuments now, but i also notice:
"Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. "
just a heads up ![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 03, 2009 1:16 am |
|
Thanks for the note on the missing images But that doesn't clear up the mystery in the other 3 lines of code that have to be commented out ![Confused](modules/Forums/images/smiles/icon_confused.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 03, 2009 9:39 am |
|
AHA! It's a Short Links issue. Now I just have to find out what/where it is exactly. I'll need to back trace through the Short Link changes. Anyway, this should be fixed by the time we release v2.40.00 in a few weeks . |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 03, 2009 6:10 pm |
|
Raven, guess I am not sure what the issue is and why ShortLinks is involved. if you want/need me to look into it, feel free to add the details to the issue if you have not already. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 03, 2009 9:52 pm |
|
When I removed the shortlinks.htaccess code from .htaccess the error went away. So, I have confirmed that there is a rule, or rules, that has/have changed somewhere that is/are causing a 404 error. a long link is being passed to the WIW module and is being [mis]translated in .htaccess and that is causing the 404 errordocuments module to be called, thus producing a WIW location of ErrorDocuments. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 03, 2009 11:14 pm |
|
Are you able to track down the link through maybe the access.log? It would be really helpful. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 03, 2009 11:17 pm |
|
Not yet . Will this setting help me: $tnsl_bDebugShortLinks |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|