| Author |
Message |
dad7732 RavenNuke(tm) Development Team

Joined: Mar 18, 2007 Posts: 1174
|
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 |
|
|
|
 |
draxx Worker


Joined: Nov 19, 2003 Posts: 186
|
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. |
|
|
|
 |
dad7732 RavenNuke(tm) Development Team

Joined: Mar 18, 2007 Posts: 1174
|
Posted:
Wed Apr 08, 2009 8:29 pm |
|
only on one domain though running the latest RN, the others don't do this. |
|
|
|
 |
montego Former Admin in Good Standing

Joined: Aug 29, 2004 Posts: 9071 Location: Arizona
|
Posted:
Fri Apr 10, 2009 6:56 am |
|
It is being looked at. It is doing it on as well.
EDIT: sorry, had it wrong. Raven noticed it there just yesterday. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16976 Location: Kansas
|
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 . So, since there's an actual error to be addressed, I will look into the enhancement request also  |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16976 Location: Kansas
|
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] |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
Posted:
Mon Aug 03, 2009 12:13 am |
|
i noticed this image was missing on the test site
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  |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16976 Location: Kansas
|
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  |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16976 Location: Kansas
|
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 . |
|
|
|
 |
montego Former Admin in Good Standing

Joined: Aug 29, 2004 Posts: 9071 Location: Arizona
|
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. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16976 Location: Kansas
|
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. |
|
|
|
 |
montego Former Admin in Good Standing

Joined: Aug 29, 2004 Posts: 9071 Location: Arizona
|
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. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16976 Location: Kansas
|
Posted:
Mon Aug 03, 2009 11:17 pm |
|
Not yet . Will this setting help me: $tnsl_bDebugShortLinks |
|
|
|
 |
|
|
|
|