FreiChat related discussions

Got any problems? Then this is the best place for all your questions regarding FreiChat

56
6

I've "successfully" installed freichatx and even made parameter changes through the admin. The only thing I've changed is: VI. ChatBox on load should be: minimized. Freichat, however, does not appear anywhere on the screen. What did I miss? Here is my site URL

http://tns.sairabydesign.com

Where do I start?

Bernard

P.S. Do you have a search function for your forum? My eyes get tired quickly reading through entries trying to decipher related stuff.

55
5
mawi posted Mar 22 '12 at 7:52 pm

Feirechat is not starting up in IE.

When i browse to the site in IE, the user is added to the database. But the boxes to chat, and the box to see wich users are online are NOT shown.



It works fine in CHROME and FF.

I have from al browsers the latest editions.
Is this a know problem?

102
3

Hi guys,

I've installed freichat on localhost with Elgg 1.8.3 with no problem at all, it works great. But when I install it on my production site on my web server, chat box (right bottom of the screen) and draggable box are not appearing. It only appears when you are logged off, but not showing when you are logged in.

during installation, I got this problem/error:

Warning: Missing argument 2 for info(), called in /home/ofwsocia/public_html/mod/chat/vendors/freichat/installation/install.php on line 307 and defined in /home/ofwsocia/public_html/mod/chat/vendors/freichat/installation/drivers/Elgg.php on line 3

WHAT SHOULD I DO TO CORRECT THE ISSUES? THANKS!

54
1
nhunaro@yahoo.com posted Mar 22 '12 at 5:51 pm

**************************************************************************




Missing argument 2 for info(), called in /home/ofwsocia/public_html/mod/chat/vendors/freichat/installation/install.php on line 307 and defined in /home/ofwsocia/public_html/mod/chat/vendors/freichat/installation/drivers/Elgg.php on line 3

I am using Elgg 1.8.3. It has no problem when installed in localhost.
I GOT THIS ERROR. COULD PLEASE SOMEONE TELL HOW TO CORRECT THIS?
You may email your reply also to nhunaro@yahoo.com.
THANK YOU IN ADVANCE!

94
4
dhwani posted Mar 22 '12 at 12:47 pm

I have used freichat in PHP.
I got the js generated from http://evnix-dot-com.appspot.com/?time=1325470593 via some web proxy and named tmp.js, then I modified test.php to

<script type="text/javascript" language="javascipt" src="tmp.js?time=&lt;?php%20echo%20time()%20?&gt;"></script>

INSTEAD OF

<script type="text/javascript" language="javascipt" src="http://evnix-dot-com.appspot.com/?time=&lt;?php%20echo%20time();%20?&gt;"></script>


to use the tmp.js instead the original url.

But it cause an error.
"$jn is not a function"

Can you please give me solution?

89
16
mawi posted Mar 22 '12 at 11:16 am

I have read the manual for adding Avatar support in a Custom setup.

I did not changed ag.php because the field name is correct.

//Avatar
$avatar_field_name = 'avatar';


I changed in Custom.php:
public function avatar_url($avatar) {
//$murl = str_replace("server/freichat.php", "", $this->url);
//$avatar_url = $murl . 'client/jquery/user.jpeg';
$murl = "http://www.mysite.nl/img/avatars/";

$avatar_url = $murl . $avatar;
return $avatar_url;
}


The avatar is not showing.
63
6
Unnati posted Mar 20 '12 at 1:03 pm

This module not work for Joomla 2.5.2 . Plz provide installation procedure for joomla 2.5.2 .

69
5
theonejrm posted Mar 14 '12 at 12:00 pm

Hello there,

is it possible to view also the offline Users in the Userlist?
I'm using the chat with buddies, so I would like to see all my buddies in the list even if tey're offline.

How can I do that?

Thanks! :)

117
16
mawi posted Mar 14 '12 at 7:51 am

I installed FCX on my website. My users login with email and password.
The userID is stored in a cookie. When i set up FCH for showing -GUESTS- it seems to work.

The next step was to connect FCX to my userbase. I added a line to store the userid also in a session.

>> Question: is it necessary to store the userid in a session?

I also made a change to the arp.php on lines 182 -> 185 i changed the names to the field values of mij own user database. A few lines above i see the correct acces settings for my database.

>>Question: In the FEILOG.LOG there are the next reports i cant -place-:
March 14, 2012, 12:31 am: Wrong method defined!
March 14, 2012, 12:31 am: connected to database successfully
March 14, 2012, 12:31 am: Unable to store in session

The connection is ok, but what's the meaning of line 1 and 3 of this ?

When i change the administrator setting to -users- the chat is not showing up at the location where the userid is stored in a session/cookie. On the location where no user is logged in, the box shows up and reports to log in.

Do you have suggestions for me ?

50
1
Wade posted Mar 14 '12 at 2:15 am

Just installed the latest version. I'm using the un-integrated version. The install went fine but the smilie box is not showing in the chat rooms. I see the smilies in the basic chat img folder but they do not display on the chat box.

Also, how do you float the windows?

Thanks in advance!

Wade
WADEradio.com




151
11

Hi,

I´m having a problem with avatar-picture cropping not working in JomSocial, the same way it´s described in this thread: http://evnix.com/drupal2/comment/1731

The thing is that this time it doesn´t matter if I comment: require_once 'jquery/js/jquery.1.7.1.js'; in "main.php"

Actually the problem is still there when I de-activate the freichat module, so I´m pretty sure the conflict comes from somewhere else this time around..

This is very irritating because everything else on my site is working 100% as wanted, including the chat.

This is the error-report I get from F12 in chrome:

script-1.2.js:1467Uncaught TypeError: Object [object Object] has no method 'imgAreaSelect'
4event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
script-1.2.js:1467Uncaught TypeError: Object [object Object] has no method 'imgAreaSelect'
2event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
script-1.2.js:1467Uncaught TypeError: Object [object Object] has no method 'imgAreaSelect'
4event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
script-1.2.js:1467Uncaught TypeError: Object [object Object] has no method 'imgAreaSelect'
6event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.

goes on in loop...

It seems it point towards:
/components/com_community/assets/script-1.2.js


I really hope that someone can help me fix this one, because it is really the only thing not working on my site right now and I´m almost ready to launch.

I´m running Joomla 2.5 with JomSocial 2.4.2

Brgds

60
5
elena posted Mar 13 '12 at 8:50 am

good
I need to validate the css of my website, and there are some parameters of the chat code impiden.l I guess it's a tall order, but I needed to ask if you know how I can put this code in a manner consistent with validation.

http://validator.w3.org/check?uri=www.videatv.es&charset=%28detect+automatically%29&doctype=Inline&group=0

43
1
tomazo posted Mar 9 '12 at 12:35 pm

While i' m trying to ulpload package files i receive a message "JInstaller: :Install: Cannot find XML setup file". Any help please?

73
1
webself posted Mar 8 '12 at 12:13 pm

Hey there,

I attached italian language file.

http://www.webself.it/downloads/italian.zip

Greetings
http://www.webself.it

52
1
scaldinghail posted Mar 7 '12 at 12:38 am

I'm having trouble installing Freichat 6.3.2 on my website. I'm installing it for Elgg 1.8.3. On the first step, accepting the license, when I click accept, nothing happens. I tried with both the latest versions of Chrome and IE.

In Chrome when I check the errors, this is what shows up:

Uncaught SyntaxError: Unexpected token

40
1
sriram posted Mar 6 '12 at 7:30 pm

Hi,


Am using Freichat 6.2.. I want to reposition the chat room or have it as a menu item.. Kindly help me.. Am a new user. Thanks.

1.31k
6.08k
20
Actions
Hide topic messages
Enable infinite scrolling
Previous
Next
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft