Home Support
Welcome, Guest
Please Login or Register.    Lost Password?

Unable to delete Website Selection ::Unable Regist
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Unable to delete Website Selection ::Unable Regist
#5101
BlastChatSupport
Admin
Posts: 2414
graph
User Offline Click here to see the profile of this user
BlastChat
Re:Unable to delete Website Selection ::Unable Reg 2 Years, 1 Month ago Karma: 68
remember, if you registered www.domain.com, then if your website visitor arrives at domain.com and tries to enter chat, it will fail to load, unless you implement one of mentioned steps to prevent it.
 
The administrator has disabled public write access.
#5100
dico83
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Unable to delete Website Selection ::Unable Reg 2 Years, 1 Month ago Karma: 0
Although I have no idea about working with SQL I made it! I changed the url field in phpmyadmin and now it works fine again.

Thanks much for your fast replies!
 
The administrator has disabled public write access.
#5099
BlastChatSupport
Admin
Posts: 2414
graph
User Offline Click here to see the profile of this user
BlastChat
Re:Unable to delete Website Selection ::Unable Reg 2 Years, 1 Month ago Karma: 68
Problem is that:

if you join your admin backend using www.domain.com, then blastchat tries to register www.domain.com, if you use domain.com, it uses domain.com - those two are considered two different URLs.

I hope you have a way to administer your mysql database, find table jos_blastchatc and edit row that is there, and replace 'url' field with same value that is in Configuration-Server.

To make sure that your website always uses same URL, you can implement following in your httpd.conf or .htaccess

Code:

############# redirect abc.com to www.abc.com ##############  
# For sites running on a port other than 80  
#RewriteCond %{HTTP_HOST}   !^www.abc.com$ [NC]  
#RewriteCond %{HTTP_HOST}   !^$  
#RewriteCond %{SERVER_PORT} !^80$  
#RewriteRule ^/(.*)         http://www.abc.com:%{SERVER_PORT}/$1 [L,R]  
  
# And for a site running on port 80  
RewriteCond %{HTTP_HOST}   !^www.abc.com$ [NC]  
RewriteCond %{HTTP_HOST}   !=""$  
RewriteRule ^(.*)$         http://www.abc.com/$1 [R=301,L]  
############################################################



If this is something you can not do or do not know how, you can ensure that blastchat uses always same URL by:

Editing api.blastchatc.php file, adjusting function "bc_getLiveSite" - explanation on how to adjust it is right inside the file (i.e. hardcode your URL into this function as a return value).
 
Last Edit: 2010/09/29 08:47 By BlastChatSupport.
The administrator has disabled public write access.
#5098
dico83
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Unable to delete Website Selection ::Unable Regist 2 Years, 1 Month ago Karma: 0
Hi,

I found out that url in server config and client config differs. But I didn´t found out how to change it. Once i wrote it with "www." and once without.

Thanks for your help again
 
The administrator has disabled public write access.
#5097
BlastChatSupport
Admin
Posts: 2414
graph
User Offline Click here to see the profile of this user
BlastChat
Re:Unable to delete Website Selection ::Unable Regist 2 Years, 1 Month ago Karma: 68
url
intra_id
priv_key

MUST MATCH between Configuration-Server and Configuration-Client
(please, verify you have them all the same)
 
The administrator has disabled public write access.
#5096
dico83
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Unable to delete Website Selection ::Unable Regist 2 Years, 1 Month ago Karma: 0
Hi,

thanks for the hint, but unfortunately I changed id and key a time ago. Now I got these changed id and key in server and client configuration and that´s what is prompted now:

Contact your website administrator. Data mismatch for your website (url and intra_id).

Thanks again for your efforts...
 
The administrator has disabled public write access.
Go to topPage: 12