FreiChat - Joomla 1.5.26 - problem displaying messages
Hi,
***
the problem is the same complained in that other post:
http://codologic.com/page/node/80
clearly the version 5.x is lower than the current, so your advice is not feasible.
• Versione MySQL: 5.1.41
***
first of all congratulations for the great product that you have achieved, is minimal, simple, easy to use and intuitive!
I'd like to only compliments your product, but unfortunately if I write here I have a problem! :)
I installed Joomla 1.5.26 and the latest version of FreiChat 8.1.2 just downloaded.
Finding the problem is with the form (downloaded from this link: http://codologic.com/page/node/1124) is proceeding with the installation manual, I copied this code in the template:
<!--===============FreiChatX========START========================-->
<!-- For uninstalling ME , first remove/comment all FreiChatX related code i.e below code
Then remove FreiChatX tables frei_session & frei_chat if necessary
The best/recommended way is using the module for installation -->
<?php $session = JSession::getInstance("none",array());
$host = JURI::root();
$ses=$session->getId();
if(!function_exists("freichatx_get_hash")){
function freichatx_get_hash($ses){
if(is_file("C:/Programmi/xampp/htdocs/inova/freichat/hardcode.php")){
require "C:/Programmi/xampp/htdocs/inova/freichat/hardcode.php";
$temp_id = $ses . $uid;
return md5($temp_id);
}
else
{
echo "<script>alert('module freichatx says: hardcode.php file not
found!');</script>";
}
return 0;
}
}
?>
<script type="text/javascript" language="javascipt" src="<?php%20echo%20%24host;%20?>freichat/client/main.php?id=<?php%20echo%20%24ses;?>&xhash=<?php%20echo%20freichatx_get_hash(%24ses);%20?>">
</script><link rel="stylesheet" href="<?php%20echo%20%24host;%20?>freichat/client/jquery/freichat_themes/freichatcss.php" type="text/css"><!--===========================FreiChatX=======END=========================-->
There any other specific information ....
• the Joomla system is operating within an intranet, so it is not reachable from the outside.
• I am attaching the error messages that are listed on Firebug (Firefox):
TypeError: $jn.getJSON(...).complete is not a function
TypeError: $jn.getJSON(...).complete is not a function
http://10.139.153.6/inova/freichat/client/main.php?id=tm8slh2roajhtioavtnh2oqb85&xhash=c5a7fd6af5ef5daf6c01722cd70bb451
Line 1082
Can you give me a help for this problem? Are now several days that I focus my attention on this bug!
Thank you in advance for your support!
Best Regards
Luca De Prisco