| Author |
Message |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Sun Dec 13, 2009 7:15 pm |
|
Hi,
I have 2 questions :
1-
I did it: | Code: |
$ tnsl_bUseShortLinks = false;
$ tnsl_bAutoTapBlocks = false; |
but still I get an error, when calling link
2-
and on the block who is online, I always get the Error Documents |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Sun Dec 13, 2009 7:25 pm |
|
Were you using ShortLinks before? If so, you will need to make sure they are removed from your htaccess file. There are also rule for the Error Documents in htaccess. |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Sun Dec 13, 2009 7:28 pm |
|
no, I have tried until now. but I get errors |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Mon Dec 14, 2009 1:22 am |
|
What error are you getting? |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Mon Dec 14, 2009 1:30 am |
|
in modules block are not shown as an HTML link,
and is in the block who's online, I look at each :
guest » ErrorDocuments |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Mon Dec 14, 2009 2:17 am |
|
So you want errordocuments to appear with a HTML link?
If you've got shortlinks set to false then the HTML link won't display. |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Mon Dec 14, 2009 4:39 am |
|
I want to use the shortlinks,
I have changed in rnconfig.php from the :
| Code: |
$ tnsl_bUseShortLinks = false;
$ tnsl_bAutoTapBlocks = false; |
to
| Code: |
$ tnsl_bUseShortLinks = true;
$ tnsl_bAutoTapBlocks = true; |
but still not working, this is my first question
My question second: why in the block "Who's Online" is always "guest Error Documents"? |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Mon Dec 14, 2009 6:59 am |
|
Do you have the shortlink re-writes in your .htaccess file? |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Mon Dec 14, 2009 7:33 am |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Mon Dec 14, 2009 10:12 am |
|
does your server have mod_rewrite installed? |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Mon Dec 14, 2009 11:20 am |
|
yes I have it on my server where I have used php-nuke everything works. only white raven, I do not how I do it  |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Tue Dec 15, 2009 1:26 am |
|
on what I need to attention, what I need to do. There is an explanation! please |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Tue Dec 15, 2009 8:51 am |
|
If you could, either post your .htaccess or send it to me in a pm. Let's check that first. |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Tue Dec 15, 2009 10:59 am |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Wed Dec 16, 2009 1:12 pm |
|
nuken thank you, it works 100%, now I just waiting for your answer abaut the Error Documents |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Wed Dec 16, 2009 3:11 pm |
|
I can not reproduce an error with the Who Is Online block. Have you tried the suggestions in the link Palbin posted? I honestly have no idea what is causing the issue with that block but it seems others are having the same issue. |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Wed Dec 16, 2009 4:58 pm |
|
if you have missing files, such as a .js, .css, or image it may cause every page to display as error documents. The "web developer" addon for firefox has an option for "find broken images", might try that. For js and css you can also look at your error logs with your host and see if there are files being called for that are missing.
If you don't see any issues in your error log try removing these rewrites in .htaccess
| Code: | RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) /modules.php?name=ErrorDocuments&file=404&rs=$1 [NC,L,R]
ErrorDocument 400 /modules.php?name=ErrorDocuments
ErrorDocument 401 /modules.php?name=ErrorDocuments
ErrorDocument 403 /modules.php?name=ErrorDocuments
ErrorDocument 406 /modules.php?name=ErrorDocuments
ErrorDocument 500 /modules.php?name=ErrorDocuments |
then load a few pages and check your logs again. Once you have identified any missing files replace that code in .htaccess |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Thu Dec 17, 2009 11:58 am |
|
thanks, I've found what is missing for the input.
to instalieren Flash chat, I had to Changen this lines in config.php , is that ok?
from: | Code: | echo 'Unable to locate the RavenNuke™ configuration file - ' . INCLUDE_PATH . 'rnconfig.php' . "\n<br><br>";
echo 'It could be missing or not readable. Please verify that the file exists and is readable in the root folder.';
die(); |
to: | Code: |
//echo 'Unable to locate the RavenNuke™ configuration file - ' . INCLUDE_PATH . 'rnconfig.php' . "\n<br><br>";
//echo 'It could be missing or not readable. Please verify that the file exists and is readable in the root folder.';
//die(); |
|
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Thu Dec 17, 2009 12:27 pm |
|
The proper thing to do would be to add the appropriate code to the flash change file per this post, but commenting out those liens shouldn't cause you any problems. |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Thu Dec 17, 2009 1:20 pm |
|
thank you, I am glad that the threat is not on my side |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Thu Dec 17, 2009 7:17 pm |
|
what is the location of the file causing the error? i.e. something like
html/modules/???/???.php |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Thu Dec 17, 2009 7:25 pm |
|
/modules.php?name=ErrorDocuments&file=404&rs=themes/amchum2009/style/images/arrows-ffffff.png |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Thu Dec 17, 2009 10:31 pm |
|
ok try copying the images directory from here
includes/jquery/css/images
to here
themes/amchum2009/style/
so you should now have the file at
themes/amchum2009/style/images/arrows-ffffff.png
and hopefully no more error  |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Fri Dec 18, 2009 4:46 am |
|
Great, now I do not get this error message, thank you. May God protect you |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Fri Dec 18, 2009 7:19 am |
|
I don't believe this thread really has anything to do with ShortLinks right? If not, would someone who is more familiar with the true issues here update the thread title to be more in line with the real issue? Thanks. |
|
|
|
 |
|
|
|
|