PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1174

PostPosted: Wed Apr 08, 2009 5:40 pm Reply with quote Back to top

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
View user's profile Send private message
draxx
Worker
Worker


Joined: Nov 19, 2003
Posts: 186

PostPosted: Wed Apr 08, 2009 8:26 pm Reply with quote Back to top

I noticed that too - but with so much going on i dident have time to investigate.

Latest RN Version - fresh install.
View user's profile Send private message
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1174

PostPosted: Wed Apr 08, 2009 8:29 pm Reply with quote Back to top

only on one domain though running the latest RN, the others don't do this.
View user's profile Send private message
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Fri Apr 10, 2009 6:56 am Reply with quote Back to top

It is being looked at. It is doing it on
Only registered users can see links on this board!
Get registered or login to the forums!
as well.

EDIT: sorry, had it wrong. Raven noticed it there just yesterday.
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Fri Apr 10, 2009 7:38 am Reply with quote Back to top

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 Embarassed. I actually noticed it yesterday (4/9) when I was looking into your other post concerning admins being able to see hidden users
Only registered users can see links on this board!
Get registered or login to the forums!
. So, since there's an actual error to be addressed, I will look into the enhancement request also Wink
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Sun Aug 02, 2009 8:53 pm Reply with quote Back to top

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]
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1251
Location: Texas, USA

PostPosted: Mon Aug 03, 2009 12:13 am Reply with quote Back to top

i noticed this image was missing on the test site
Only registered users can see links on this board!
Get registered or login to the forums!


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
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Mon Aug 03, 2009 1:16 am Reply with quote Back to top

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
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Mon Aug 03, 2009 9:39 am Reply with quote Back to top

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 Wink .
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Mon Aug 03, 2009 6:10 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Mon Aug 03, 2009 9:52 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Mon Aug 03, 2009 11:14 pm Reply with quote Back to top

Are you able to track down the link through maybe the access.log? It would be really helpful.
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Mon Aug 03, 2009 11:17 pm Reply with quote Back to top

Not yet Smile. Will this setting help me: $tnsl_bDebugShortLinks
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum