chat installed on Absolution style

Post Reply
User avatar
fishedoff
Registered User
Posts: 3
Joined: Mon Nov 21, 2016 2:55 am
Flag: Australia

chat installed on Absolution style

Post by fishedoff »

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
screchatcapture.jpg
Cheers
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.


User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: chat installed on Absolution style

Post by spaceace »

sorry i haven't replied till now as work has been brutal :roll:

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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
fishedoff
Registered User
Posts: 3
Joined: Mon Nov 21, 2016 2:55 am
Flag: Australia

Re: chat installed on Absolution style

Post by fishedoff »

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

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: chat installed on Absolution style

Post by spaceace »

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 ;)
screencapture-31-livemembersonly-index-php-1480163589888.png
i also see with this style that i need to tweak my forum legend extension :roll:
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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
fishedoff
Registered User
Posts: 3
Joined: Mon Nov 21, 2016 2:55 am
Flag: Australia

Re: chat installed on Absolution style

Post by fishedoff »

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

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: chat installed on Absolution style

Post by spaceace »

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
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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
Vocta1310
Newly Registered User
Posts: 1
Joined: Thu Mar 16, 2017 1:56 pm
Flag: Germany

Re: chat installed on Absolution style

Post by Vocta1310 »

spaceace wrote:
Fri Nov 25, 2016 7:11 am
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
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.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: chat installed on Absolution style

Post by spaceace »

Vocta1310 wrote:
Thu Mar 16, 2017 2:00 pm
spaceace wrote:
Fri Nov 25, 2016 7:11 am
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
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>
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 it
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.

Image

Need hosting? Click this text to check out ICDSOFT

Post Reply