News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SA Chat

Started by Diego Andrés, July 21, 2010, 10:36:59 PM

Previous topic - Next topic

krittin98

I am using the RC3 version and SMF 2.0.4
My forum users are unable to chat with each other
In Fact, when they click on Who's Online and then on the name of the user they want to chat with the chat box does not appear at all
Please help

The Team K Developers
www.theteamk.co.nr

krittin98

someone please help me

The Team K Developers
www.theteamk.co.nr

electricwildflower

I have abit of a problem if you can help me.

When i see who's online and i click on there name it opens up a small chat box but it seems to interfere with the navigation bar on my website and also the forums check out the photo below to see what i mean.

Is there anyway to solve this or anything.

Cheers

Exsharaen

Hi SA,

I just discovered this problem when suddenly my Web host told me I was out of disk quota. Since I never had any upload activities for months, I checked the whole folders in my host, and I discovered that SA Chat had generated a file named error_log which was huge (64 MB). And it grew without notice until my Web host said I was out of disk quota. IMO this behavior--letting errors undetected--is not a healthy one (I don't know why you choose to log errors to a file instead of database, but you must have your reasons to do so).

So, my suggestion, could you add an Error/Log section in the SA Chat admin panel, so we can immediately notice when there's something wrong with SA Chat? An option to purge the error log (as SMF has) will also be nice.

By the way, I installed the latest version (RC3 Rev63) from SMF and still got these errors (in fact, warnings) every seconds, so my error_log file is growing again. I must uninstall SA chat for now (disabling it didn't work, the error_log was still growing) lest I'll run out of quota again. Can you help determine what's wrong with my settings?

[10-Oct-2013 09:15:51 Asia/Jakarta] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/timezonedb.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/timezonedb.so: cannot open shared object file: No such file or directory in Unknown on line 0
[10-Oct-2013 09:15:51 Asia/Jakarta] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0


They always come in pair and are generated every few seconds (I think every heart beat or every page load).

Thank you,

SA™

the version on here has no error log  built in the errpr file is php's error loggin

the one here does has error loggin built in the sachat admin panel that is kinda like smf's error logs in admin
https://github.com/SAMods


as for the actual errors there not actualy from the chat mod as far as i can see what php version are you uisng ?
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Kindred

the error.log file is created by the server when php itself encounters an error.

Those seem to be timezone setting reports...  check with your host.

I have been running SA Chat for months now with no error.log being created
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

SA™

yeah i just did a sarch in here for those errors seems it maybe php.ini issue? id ask you host about them
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Exsharaen

#907
Hmmm that's weird, since I have not encountered error_log anywhere else. My server uses PHP 5.4.19, I'll try to contact them then and will update you as soon as possible.

Thanks,

EDIT:
Incidentally I found another error_log at the base of my forum installation (/forum). Still investigating with my Web host.

SA™

new version realesed
this is mainly some code cleanup but there was also a few fixes and additions
full changes
https://github.com/SAMods/SAChatBar/commits/master
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

smitch6

hi since updating to rc 2.0.6 the chat has 7 queries

it is saying it's loaded in 0.04 but with 7 queries

any ideas pls
Friendly, reliable web hosting at affordable prices
www.normanboatforum.co.uk l www.PatTesterSuffolk.co.uk

SA™

dont know why i get/got 6

now i got it to 4

with these changes
https://github.com/SAMods/SAChatBar/commit/26a018eb4a840d9a8fa326358a18072a74fbc8c8

just updated the package here with them changes
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Panoulis64

Good evening SA, in Error Logs
I have message "INFO Undefined variable: cpu File: /home/triglian/public_html/sachat/functions.php Line: 751"
what can be and how it corrected??

SA™

do you have load checkinh enabled ?
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Panoulis64


Panoulis64

Good evening SA
One problem I have with the language in the window that opens, while everywhere as shown in the photo are all OK, (utf 8) the member's name in the window that opens is not displayed correctly (utf 8).
Please see and appended photo.

SA™

thats cos of a fix i added for non utf8 dam it never tested with utf8 :(

sachat/functions.php

replace
$temp['real_name'] = utf8_encode($temp['real_name']);
with
$temp['real_name'] = $temp['real_name'];

not sure how one would fix it for both
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

STRRAYNGE

Loving the chat, users love it too. Just one question, im getting an issue with each message I send or user sends, showing up twice? I apologize if this has been covered already, but couldnt find it. Thanks in advance!

SA™

hmm not come across this error yet
have you tyyed this one here
https://github.com/SAMods/SAChatBar
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

STRRAYNGE

Im just using the one in the mod section?

SA™

try the one on github and see if the issue is still there?
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Advertisement: