Hello Sir jerome
-I would like to show you some problem in the live chat
01- I have the same problem as this position: https://jakweb.ch/support/t/9/business-chat-button
02-the operators (super admin) her all the time offline and unable to put us online.
03-when you want to send conversation history, it does not work including sending form by visitors.(offline message)...:
I can give you all acces juste help me please ....
Please provide me url where live chat business have been installed and the url where you have placed the client button.
yes :
our website :http://amiti.co/
the code it's placed on all pages of website :http://amiti.co/
Folder and url where I install live chat: http://www.amiti.co/livechat
operator link: http://www.amiti.co/livechat/operator/
Ok, following problems.
You have added all three Stylesheets:
You need to choose one. Plus you have chosen the false one, because your button is not slide up it is pop up, so you need to include only the stylesheet for pop up.
It says in your operator panel:
For the chat you also need to include one stylesheet file see below between the head tags on your website.
Second you have the jQuery library twice, it only should be included once. Your website jQuery is 1.3.2, that is so old we do not support such old versions, please make sure it is at least 1.8.3 or higher.
Be careful with mixing www. and none www. because these are two different domains. So when you setup the chat with www.amiti.co but calling the website only with amiti.co the chat won't work (or you have to use cross site option).
Hope that helps you to understand how it works.
https://jakweb.ch/faq/a/1/button-control-business-websocket
okay, I'll see all your comments, and I give you back soon
Thank you so much
Hello Dear ;
I saw the problem of jquery and I replace the old content with the new version
I understand the principle and I got the model I wanted
but the problem of email, persists and I do not know how
my team doir tecevoir chat history, like that each involve sending an email.
so I'm still in offline mode
I just want to receive the email is the largest prioriter, after for the rest I just find solutions :(
juste email
best reagrd;
Hi,
now all works except for the emails?
If so what email option do you use? PHP Mail or SMTP?
Please check your settings.
hello ,
no but email is urgent very importante then other pb
so, I use php mail, like your esplication https://jakweb.ch/faq/a/95/smtp-email-settings
but same probleme , can you connecte in my admin interface and look if everything goes well ? juste one time ?
Sure I can, but probably Mail is not setup correctly with your host. You can send me all details with following form:
https://jakweb.ch/access-form
Thanks
Thank you for the access, I have updated your chat to the latest version 1.3.3.
I can connect and the back end is running fine so far, the Mail() does not work, I would need access to your server error logs to determine what is wrong. But I think there is a miss confugaration on your server.
Could I also have FTP access to check file permission, please. You can use the same form:
https://jakweb.ch/access-form
hello thank you for you dear !
I juste take a look of error log and all the files are empty, and we don't have accees to ftp , just on hosting interface
but I downald the Accees logs, I can send it.it contains a lot of data, contrary to other files (errors logs)
I will send a form access
Good morning,
Could I have SQL access, please or best is complete control panel access to figure out what is going on.
I have created a button within your directory and the user online list did not work, when I swapped to show all department it worked fine (you have selected all three with your account which is all), I will find a solution for that issue on our side.
Thanks.
Good morning, and Thank you so much
Sir Jerome, I create acceesfor you, to control panel, where can I give you accee ?
Merci
hello !!!
the probleme of email it's ok !!! thank you so so much you are the best jerome ! :)
now juste explaine me the probleme of jqury ,on my index page www.amiti.co my slider don't work when I incert code for chat live
where I have 2 same fils ? of JQury
thank you so much :)
Important is that you only include one jQuery and it has to be greater or equal version 1.8.3.
aha ok
thank you , I will try to do it
Nadjia
Everything ok?
Hello ,
Not Everything.....:)
I have somme pb for exemple:
when I want to attract the visitor's attention with a message pop up, it is not visible.
This morning, still the problem of email, no reception.
this the paramount problems that destabilizes me, the rest I find some solution without disturbing you.
Thank you Jerome
There is still so much wrong with your website it plus your websever does not run the php file it will download it.
Still two jQuery libraries included, it won't work that way. Over 10 Javascript errors on the start page will prevent anything below to work as it should. All the errors come from your website, please fix it and Live chat will work as expected.
Best regards
Jérôme
yes dear, I sorry
My godady form mailer it's give me furst time a gdform.php after, I have a new php file webformmailer.php
gdform.php code;
<?php
$request_method = $_SERVER["REQUEST_METHOD"];
if($request_method == "GET"){
$query_vars = $_GET;
} elseif ($request_method == "POST"){
$query_vars = $_POST;
}
reset($query_vars);
$t = date("U");
$file = $_SERVER['DOCUMENT_ROOT'] . "/../data/gdform_" . $t;
$fp = fopen($file,"w");
while (list ($key, $val) = each ($query_vars)) {
fputs($fp,"<GDFORM_VARIABLE NAME=$key START>\n");
fputs($fp,"$val\n");
fputs($fp,"<GDFORM_VARIABLE NAME=$key END>\n");
if ($key == "redirect") { $landing_page = $val;}
}
fclose($fp);
if ($landing_page != ""){
header("Location: http://".$_SERVER["HTTP_HOST"]."/$landing_page");
} else {
header("Location: http://".$_SERVER["HTTP_HOST"]."/");
}
?>
I don't understand, that code you posted is not part of live chat.
Please tell me the problem you have?
Thank you.