Does anyone respond to trouble tickets as I have two tickets and not one has been attended to yet for over two weeks? Issues all relate to the business version of Freichat as the "Chat feature is NOT WORKING and the video needs a more user friendly way of alerting the users that a video has started as when you generate a REQUEST the link takes a long time to show on the other end (Even when both users are in the same country [Europe]) so you end up having both users frantically sending requests at random.
Also in the ticket you requested for information and when I gave you what you requested it was not even looked used.
Finally, I know you mentioned an "update" is due for the Freichat/Video would you know when you are expecting to release that update?
I just purchased the upgrade to Corporate from Free. I'm not sure what I need to adjust to allow my SMF forum's visitors to use Freichat on their mobile phone or tablet. The current workaround is to show the website on the mobile device in desktop mode. I'm sure there is something I need to add to get access to the mobile chat feature in the paid version.
I am looking at the mobile section and Chat section and wondered if there is a way to activate the Mobile Rendering of the FREI Chat (which I have bought the Corporate version 11 a while back) ? I wanted to be able to give my users the ability to flip to a chat page if they want to, but unsure what the link would be.
I think it would be [domain]/freichat/client/chat.php , but would like some guidance to ensure it is setup properly and all.
everything works great except one thing, on the chat you can enter your message but when you click the return button to add the message so the other person can see it, all it does is drop down to the next line without posting it, in the char rooms i have created it works fine.
Humhub 1.25 Stream doesn't load when freichat 11 is activated.
Here are the errors I get:
Uncaught TypeError: $ is not a function at setMailMessageCount (index.php?r=dashboard%2Fdashboard:192) at index.php?r=dashboard%2Fdashboard:183 index.php?r=dashboard%2Fdashboard:407 Uncaught TypeError: $ is not a function at index.php?r=dashboard%2Fdashboard:407 index.php?r=dashboard%2Fdashboard:547 Uncaught TypeError: $ is not a function at index.php?r=dashboard%2Fdashboard:547 index.php?r=dashboard%2Fdashboard:673 Uncaught TypeError: $ is not a function at index.php?r=dashboard%2Fdashboard:673 index.php?r=dashboard%2Fdashboard:693 Uncaught TypeError: $ is not a function at index.php?r=dashboard%2Fdashboard:693 index.php?r=dashboard%2Fdashboard:909 Uncaught TypeError: jQuery is not a function at index.php?r=dashboard%2Fdashboard:909
Once installed and I login to the admin area, everything I click on (other then the dashboard itself) returns an error in arg.php
Fatal error: Call to a member function fetchAll() on a non-object in /home/u72/public_html/daytraderstar/chat/arg.php on line 65
Fatal error: Call to a member function fetchAll() on a non-object in /home/u72/public_html/daytraderstar/chat/administrator/admin_files/chatrooms/chatrooms/index.php on line 218
Plus, I have added the code between the <head> and </head> tags and still see this message in the check form:
freichat code is not found .... looks like you have copy pasted the code in the wrong location/file . please correct it
Hmm Failed to connect to your database ERROR: Fatal error: Call to undefined function update_db() in /Applications/XAMPP/xamppfiles/htdocs/intranet/tools/freichat/installation/smart_ajax.php on line 1132
After manually creating the table in sql server i'm getting this issue at end could not authenticated user..verify your copy paste code.though I can see all users,chat box,who online every thing perfect except communication between users. please help me
when the user A send message to user B, it's ok, but when the user B respond the message appears two chat windows for the user A, but one window is empty and the other contains the conversation. how fix it?
Hello, Where can i download the FreiChat plugin for Codoforum integration, the download link from this page sends to download the regular install package.
Is there a ready to use plugin as mentioned, that i could upload to Codoforum directory and turn on on Codoforum admin panel?
I also noticed a chat related piece of commented code in the site, even though i haven't installed nothing yet from FreiChat:
Everyone is a guest also the users who are online.
Here the code:
if(!empty($row['id'])) { $ses = $row['id']; //tell freichat the userid of the current user setcookie("freichat_user", "LOGGED_IN", time()+3600, "/" ); // do not change -> freichat code } else { $ses = null; //tell freichat that the current user is a guest setcookie("freichat_user", null, time()+3600, "/" ); // do not change -> freichat code }
when i print $ses out it works it's printing the right userid but its not workink.