Hello. Can't enter the chat room. When i click on the link writes: The link you are trying to reach is no longer available or invalid. Back to previous page.
The link looks like this: http://site.com/chat/chat/1-tim%E2%80%99s-chat/
Version Burning Board is 4.1.2
Incorrect link
- Eternity
- Thread is marked as Resolved.
-
-
Hi
please try enabling the Debug mode in your ACP. Now try to enter the chat again, you should find a debug message in the page source. Please provide me this message. It looks similar to this (maybe it's longer or shorter):
Code<!-- wcf\system\exception\IllegalLinkException thrown in /data/webroot/wcf/wcf2/lib/system/request/RequestHandler.class.php (249) Stacktrace: #0 /data/webroot/wcf/wcf2/lib/system/request/RequestHandler.class.php(117): wcf\system\request\RequestHandler->buildRequest('wbb') #1 /data/webroot/wbb/wbb4/index.php(10): wcf\system\request\RequestHandler->handle('wbb') #2 {main} -->
-
Code
<!-- wcf\system\exception\IllegalLinkException thrown in /var/www/site/data/www/site.com/wcf/lib/system/request/RequestHandler.class.php (249) Stacktrace: #0 /var/www/site/data/www/site.com/wcf/lib/system/request/RequestHandler.class.php(117): wcf\system\request\RequestHandler->buildRequest('wbb') #1 /var/www/site/data/www/site.com/index.php(10): wcf\system\request\RequestHandler->handle('wbb') #2 {main} -->
-
Hi
it cannot properly resolve the page, maybe due to the SEO urls. Did you configure the .htaccess for the chat folder? If not: Please try. If you configured the .htaccess this seems to be a bug in WCF and should be reported in WoltLab Community Forum.
-
Tell me, please, what should i write in .htaccess to chat?
-
-
Hi
Tell me, please, what should i write in .htaccess to chat?
neither worked with the SEO urls before, nor with Apache. But your .htaccess looks correct at the first glance. Does it work?
-
Works fine, except for the chat, all other links are correct
-
Hi
please open a thread in WoltLab Community Forum then. Nothing I can do about this here.
-
I don't even know where to write. This is most likely a problem of the plugin, not the WBB.
-
On your forum URL Rewrite is disabled, so the plugin here and works...
-
Hi
I noticed that Community Framework tries to search the chat page in Burning Board (note the 'wbb' in your given “Stacktrace”). Are you running any applications other than Burning Board and my Chat (e.g. Gallery or Blog)?
-
For the blog and the gallery it looks like this:
Apache Configuration
Display More<IfModule mod_rewrite.c> RewriteEngine on RewriteBase / # Rewrite application /gallery/ RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^gallery/(.*)$ gallery/?$1 [L,QSA] # Rewrite application /blog/ RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^blog/(.*)$ blog/?$1 [L,QSA] </IfModule>
-
Hi
add the Chat there as well.
-
What exactly to write for chat?
-
-
-
Hi
can you re-lookup the Stacktrace in the page source, please?
-
Code
<!-- wcf\system\exception\IllegalLinkException thrown in /var/www/site/data/www/site.com/wcf/lib/system/request/RequestHandler.class.php (249) Stacktrace: #0 /var/www/site/data/www/site.com/wcf/lib/system/request/RequestHandler.class.php(117): wcf\system\request\RequestHandler->buildRequest('wbb') #1 /var/www/site/data/www/site.com/index.php(10): wcf\system\request\RequestHandler->handle('wbb') #2 {main} -->
-
Hi
the request still is being routed to Burning Board (wcf\system\request\RequestHandler->handle('wbb')). Looks like the .htaccess is not properly in effect.