Hi gents
Love the chat system, but after the install it displays the chat system, but when i type a message in for a test,, it does not display the message. same when i choose smilies it displays them but when i select one they do not appear.
What have i done wrong, I have just used all the default settings in the ACP extension tab
and gal all groups permission to chat, what else could this be
im using the absolution v2 style,, also does the same thing with prosilver
would apprerciate the help
screen shot below
Cheers
chat installed on Absolution style
chat installed on Absolution style
You do not have the required permissions to view the files attached to this post.
Last edited by fishedoff on Mon Nov 21, 2016 3:07 am, edited 1 time in total.
Re: chat installed on Absolution style
sorry i haven't replied till now as work has been brutal
in many cases like this, there are a lot of things that can cause this but the most common is the host does not allow chat scripts to run. if you could, try mChat and see if it will work. if it does, and you would still like to run mine, i would need login info to your board and possibly host control panel access to try to fix the issue.
edit: it could also be in the .htaccess file if you have your forum set up in a sub folder. example would be yoursite.com/forum/index.php
in many cases like this, there are a lot of things that can cause this but the most common is the host does not allow chat scripts to run. if you could, try mChat and see if it will work. if it does, and you would still like to run mine, i would need login info to your board and possibly host control panel access to try to fix the issue.
edit: it could also be in the .htaccess file if you have your forum set up in a sub folder. example would be yoursite.com/forum/index.php
Last edited by spaceace on Fri Nov 25, 2016 8:06 am, edited 1 time in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat installed on Absolution style
Appreicate the reply
i have just recent been upgraded from 3.0 to 3.1 and thought that might have had something to do with this??
as for running a chat system, i currently have a live version of my site running still on 3.0 and it runs chat so i believe my hosting server allows it..
Yes i do have my forum set up in a sub folder, what .htaccess file do i need to edit?? if all fails happy to create a admin account for you to have a look..
Cheers
i have just recent been upgraded from 3.0 to 3.1 and thought that might have had something to do with this??
as for running a chat system, i currently have a live version of my site running still on 3.0 and it runs chat so i believe my hosting server allows it..
Yes i do have my forum set up in a sub folder, what .htaccess file do i need to edit?? if all fails happy to create a admin account for you to have a look..
Cheers
Re: chat installed on Absolution style
i would need to see it as my chat does work fine with Absolution v2 as can be seen in this image. mind you, this is also running in my hosting environment
i also see with this style that i need to tweak my forum legend extension
i also see with this style that i need to tweak my forum legend extension
You do not have the required permissions to view the files attached to this post.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat installed on Absolution style
strange, do you know what could be stopping mine from working then. I think it must have something to do with the upgrade from 3.0 to 3.1
do you still need access to have a look
cheers
do you still need access to have a look
cheers
Re: chat installed on Absolution style
on your 3.0 board, what chat do you have running on it?
this board was updated from 3.0 to 3.1 as well and i would need a link and login to be able to diagnose what the issue is
this board was updated from 3.0 to 3.1 as well and i would need a link and login to be able to diagnose what the issue is
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat installed on Absolution style
Hi, i have exact the same problem. My phpBB3 Board is in the
/munarheim/ directory. And if I press the Send Button nothing is displayed in the Chat Box.
If there is a new post in my Forum the Chat Box shows it. I'm pretty shure that this is a permission issue.
Can you tell me what is to do in this case? I think the .htaccess way can be the right, but im a absolout beginner in this.
My .htaccess (root directory looks like this)
<IfModule mod_version.c>
<IfVersion < 2.4>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
</Files>
</IfVersion>
<IfVersion >= 2.4>
<Files "config.php">
Require all denied
</Files>
<Files "common.php">
Require all denied
</Files>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_authz_core.c>
<Files "config.php">
Order Allow,Deny
Allow from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
</IfModule>
<IfModule mod_authz_core.c>
<Files "config.php">
Require all denied
</Files>
<Files "common.php">
Require all denied
</Files>
</IfModule>
</IfModule>
Last edited by Vocta1310 on Thu Mar 16, 2017 2:43 pm, edited 1 time in total.
Re: chat installed on Absolution style
like i had told fishedoff, i would need to be able to log into your site to see if i can find where the issue is. i would need admin access and if you are able to provide that, then i would better be able to look into itVocta1310 wrote: ↑Thu Mar 16, 2017 2:00 pmHi, i have exact the same problem. My phpBB3 Board is in the
/munarheim/ directory. And if I press the Send Button nothing is displayed in the Chat Box.
If there is a new post in my Forum the Chat Box shows it. I'm pretty shure that this is a permission issue.
Can you tell me what is to do in this case? I think the .htaccess way can be the right, but im a absolout beginner in this.
My .htaccess (root directory looks like this)
<IfModule mod_version.c>
<IfVersion < 2.4>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
</Files>
</IfVersion>
<IfVersion >= 2.4>
<Files "config.php">
Require all denied
</Files>
<Files "common.php">
Require all denied
</Files>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_authz_core.c>
<Files "config.php">
Order Allow,Deny
Allow from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
</IfModule>
<IfModule mod_authz_core.c>
<Files "config.php">
Require all denied
</Files>
<Files "common.php">
Require all denied
</Files>
</IfModule>
</IfModule>
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT