Extension talk:Chat

From mediawiki.org
Latest comment: 9 years ago by ComradeSlice in topic 'Can't create database 'xxxxx'; database exists'

Read this before reporting issues[edit]

When reporting a problem please include the version of MediaWiki you are using and anything else that may help debug the problem, such as the version of MySQL. This helps me conserve what little time I have available to support the extension. Thanks. --Firebreather 23:13, 11 September 2010 (UTC)Reply

Great Idea[edit]

This extension will be very interesting when be done. It's really an amazing idea, thanks for developing it and let mediawiki better and better. Lleoliveirabr 18:59, 29 March 2007 (UTC)Reply

Problems[edit]

Hi first off i want to say thanks and what a great idea this extension is, i'm using it on an internal wiki and it's great for full windows domain pcs i have, although we use citrix and for some strange reason the chat function doesn't load. It sticks at the chat loading page and just has the animated loading bar scrolling round.

I've been trying to think of a few things i can check to troubleshoot this as the citrix server that i've been testing it on is no different (really) from a normal windows 2003 server using IE 6. Can you suggest anything to help me solve this? Thanks!


Progress on this, Firefox 3 works fine, is nice and quick and successful at loading wiki chat. Although IE6 and IE7 it seems can't load this - can anyone suggest any reasons why?

Chat doesn't load[edit]

I installed phpfreechat 1.2 at Mediawiki 1.12.0. At standalone phpfreechat works fine. But if I embed phpfreechat in mediawiki I will get the following Message: Chat loading ... Please wait. After that nothing happens. The Chat doesn't load. What could be the reason? Andy ideas?

Ideas[edit]

I think the chat page could have all people that are browsing all pages, and not be separated by article. So in the chat will appear the user name of people and what "article" pages they are browsing. I don't know if is a good idea store all chats in discussion page. i think it's a lot of information. The idea of show in top of pages how many people is browsing the page is an excellent idea. But i think the way the message appear could be easily customized. Lleoliveirabr 03:00, 31 March 2007 (UTC)Reply

Keeping Chat off of public pages[edit]

I run a members only wiki, so I have a few public pages but the rest is private. In LocalSettings, I use $wgGroupPermissions and $wgWhitelistRead to keep guests out of the members area. With this extension, it puts a chat tab on every page. Despite the above settings in my LocalSettings, guests can still bring up the chat screen. I don't want this. In the future, it looks like there will be an option to include the tab only on certain pages.

I don't know php, but modified WikiChat.php from:

function onUnknownAction($action, $article) {
global $wgOut, $wgSitename, $wgCachePages, $wgUser, $wgTitle;
$wgCachePages = false;
if($action == 'chat') {
if($wgUser->isAnon()) {
$nick = "Guest";

to:

function onUnknownAction($action, $article) {
global $wgOut, $wgSitename, $wgCachePages, $wgUser, $wgTitle;
$wgCachePages = false;
if($action == 'chat') {
if($wgUser->isAnon()) {
return true;

I know someone just cringed, but it seems to work as guests cannot now chat. They are taken to a MediaWiki error page about a bad URL. I've never seen that error come up before, so I changed the error message to something like "You must be a member to chat".

Does anyone have something better I could stick there to keep guests from getting into chat? David Shenk 19:51, 30 May 2007 (UTC)Reply

I would do something like:
 function onUnknownAction($action, $article) {
  global $wgOut, $wgSitename, $wgCachePages, $wgUser, $wgTitle;
  $wgCachePages = false;
  if($action == 'chat') {
  if($wgUser->isAnon()) {
  $wgOut->addWikiText('Anonymous Users are not allowed into this chatroom');
  return false;

--Firebreather 09:01, 6 June 2007 (UTC)Reply

In fact I just added an option to disallow anonymous users and display a message to login. See the ChangeLog for version 0.2, review the Optional Parameters section and download/install the new version from WikiChat.php --Firebreather 09:57, 6 June 2007 (UTC)Reply

Thanks Firebreather, I'll try the newest version. Thank you for your work on this extension! David Shenk 09 Sep 2007

Special Page Version error[edit]

After adding Chat (and it works great!) I'm getting the following error when I try to view the Version page, it won't come up at all:

Catchable fatal error: Object of class WikiChat could not be converted to string in domain.com/wiki/includes/SpecialVersion.php on line 241

Any ideas?

I've had that before on some of my extensions too and found a fix which I've added to WikiChat, try downloading again and see if it's fixed. --Nad 07:30, 2 June 2007 (UTC)Reply
I also applied a fix about 2 weeks ago for a problem that caused the Special:Version page to crash, so should hopefully be all sorted now. Please post a comment if not. --Firebreather 08:19, 6 June 2007 (UTC)Reply

Can't add the tab[edit]

Warning: Cannot modify header information - headers already sent by (output started at 
C:\xampp\htdocs\wiki\extensions\WikiChat.php:1) in C:\xampp\htdocs\wiki\includes\WebResponse.php
on line 10

This might have to do something with the fact that I already have an extra tab (Extension:Attribute) although I can't find any special page for chat in Specialpages either. 354d 17:59, 20 August 2007 (UTC)Reply

Multiple Chat Room Problems[edit]

I have a problem using the "$params["channels"] = array($wgTitle->getPrefixedText());" setting. It seems that whenever I go to the WIKI after manually clearing the cache ( or reinstalling) - I get the chatroom created for the first page I try the chat tab from. It will not create separate rooms for each page. Any thoughts?

MediaWiki 1.11 - using MYSQL container

Error: GetScriptFilename function returns a wrong path[edit]

When I click on the "Chat" tab, I get the error:

"Error: GetScriptFilename function returns a wrong path"

Can anybody please point me in the right direction. Thank you. Polo

chat in sidebar[edit]

I would like a small footprint chat program. It would always be on the page. (perhaps on the right)So that even when you are viewing and article you would still see the chat program. That way a person does not have to click on a tab to get to chat. --72.165.30.2 01:40, 11 January 2008 (UTC)Reply

Pb with title and user witch is connected[edit]

Problems with the title of room when I want a room per Page : $wgTitle->getPrefixedText() in WikiChat.php return wrong name. Username is sometime wrong. Could you help me to make it run with on chat per page ?


question[edit]

wich price has the download?--87.179.244.252 22:53, 28 June 2008 (UTC)Reply

Same Chat Across Multiple Wikis[edit]

I am trying to let users from multiple wikis chat. I have been able to get users from multiple websites to chat using the phpFreeChat, it is just a mater of changing the serverid parameter to be the same for each site, instead of being generated.

Change
$params["serverid"] = md5(__FILE__);
to
$params["serverid"] = "SOMENAME";

but when I try the same from the extension

change
$params["serverid"] = $wgSitename;
to
$params["serverid"] = "SOMENAME";

the page starts to load, but will never finish.
Anybody have any ideas? --Jeff.worldwide 20:41, 31 July 2008 (UTC)Reply

Actually it worked with a shorter server name. This will alow multiple wikis to speak, just set the server id to something other than a hash of the wiki name. --160.79.105.46 19:15, 26 August 2008 (UTC)Reply

Need Help on phpfreechat-1.0-beta11[edit]

I have installed phpfreechat-1.0-beta11 on my mediawiki-1.13.3 and cant login chat room as user, I can only login as admin. What can I do???

KimLorentz, kimlorentz@hotmail.com


Wikichat.org site is down[edit]

:(            --Dougbast 20:17, 12 December 2008 (UTC)Reply


Any chance someone could post an alternate link? or, paste the last code they downloaded into this wiki? Please? --24.218.221.150 02:16, 21 February 2009 (UTC)Reply

Well it is still down, but I found this. Rgoodermote 19:58, 12 September 2009 (UTC)Reply

Chat won't load[edit]

Hi! after I installed the last version of phpfreechat (1.2) and Wikichat the chat won't load in any browser or computer, I've looked for solutions elsewhere to no avail )=

Anyone got a sloution?[edit]

The problem: 'Chat loading ... Please wait' still exists ... Anyone? --Adam42 14:09, 4 February 2009 (UTC)Reply

is a bit tricky, you have to ad just the Path in freechat config (src/pfcglobalconfig.class.php) and try somehow to ln the missing things, take me over 3 hours to find that solution --Thorsten -at- Projekt1 -dot- org 00:11, 6 Apr. 2009 (UTC+1h)

Updates Needed[edit]

This extension currently makes use of phpfreechat-1.0-bea11. Can someone update it to work for phpfreechat-1.2?

Solution for phpfreechat-1.2[edit]

http://www.phpfreechat.net/forum/viewtopic.php?id=2180 --Nfora

Updated to phpfreechat 1.2[edit]

Also fixed 'Chat loading ... Please wait' problem. Updated source code here Firebreather 09:35, 20 January 2010 (UTC)Reply


Problem Still Exists[edit]

I'm having the 'Chat loading ... Please wait' problem. I updated everything today, but haven't checked the solution above. --4.225.209.8 05:33, 25 January 2010 (UTC)Reply

I've checked the solutions above and they don't seem to apply. The problem seems to be that my wiki's index.php is calling: { src="../phpfreechat/data/public/js/..." } when it should be calling { src="/phpfreechat/data/public/js/..." }. Nothing I've tried has been able to fix this. Advice would be appreciated.--4.225.209.8 06:47, 25 January 2010 (UTC)Reply

What version of MediaWiki are you using? Are you using PhpFreeChat 1.2? Are you using the 0.3.4 source code here? Are you using MySQL? What version? Does the "chathistory" table exist in your database? What browser and version are you using? Please try and give me as much information as you can. I want to fix this problem once and for all.
To me that path looks right because its relative from the phpfreechat/src directory. But try using the next release WikiChat 0.3.5 it sets the following parameters in function configurePFC_Params
  • $params["data_public_url"] = "phpfreechat/data/public";
  • $params["data_public_path"] = "phpfreechat/data/public";
Make sure to set define('WC_PFC_DIRECTORY', 'phpfreechat') to point to your phpfreechat directory
Also, check the detailed instructions at Install WikiChat to make sure you did the installation correctly.
Firebreather 19:13, 25 January 2010 (UTC)Reply
MediaWiki from mediawiki-1.15.1.tar.gz
PhpFreeChat from phpfreechat-1.2.zip
For WikiChat I've used both that link and the 0.3.4 sourcecode on wikichat.org
MySQL version 5.1 and chathistory exists
Firefox 3.5.7 and IE 8.0.6001
{ src="../phpfreechat/data/public/js/ ..." } is being called from { http://www.monticello21st.com/rpg/nfwiki/index.php? ... } and phpfreechat directory is under nfwiki directory. (The site is currently down, and is in development in any case. I haven't been able to test the 0.3.5 release yet.)
I've set the WikiChat.php file to no anonymous logins and a single site-wide chat room.
--4.225.210.133 22:56, 25 January 2010 (UTC)Reply

I think I've found a fix

I suspected that the problem was because you have your wiki installed a few directories down from the web root directory i.e. in /rpg/nfwiki. So I installed a wiki with the same configuration and managed to replicate the issue. It appears your initial guess was correct phpfreechat can't find the directory you installed it in.

The solution requires two steps.

The first step is to replace your WikiChat.php with the 0.3.6 (or later) source code here.

The second step is to look in phpfreechat/data/private for a directory called 'cache'. Remove this directory (this is known as manually 'rehashing' and forces the parameters from $params to be updated). Then try loading the chat again. Fingers crossed. Please let me know if this solves your problem Firebreather 07:52, 26 January 2010 (UTC)Reply

Chat for SubPages[edit]

Works fine, Thanks for the extension. However, the chat room does not work for sub pages, like

http://lopedevega.es/donlope/wiki/index.php?title=Comenius:Solutions_-_Political_aspects/Spain&action=chat

generating a Warning which I cannot read because its hidden behind the tabs (it´s something like: "function file??? failed to open stream...". Help would be appreciated: Horst.Salzwedel@gmail.com, Thanks --Horst Salzwedel 09:16, 31 January 2010 (UTC)Reply

Thanks for reporting this issue. I've fixed it in the latest release WikiChat 0.3.7. Firebreather 01:34, 1 February 2010 (UTC)Reply
this site no longer has the chat extension: http://lopedevega.es/donlope/wiki/index.php?title=Special:Version Adamtheclown 05:15, 24 December 2010 (UTC)Reply

Suggestion[edit]

When WC_ALLOW_ANNOYMOUS_USERS is set to false, would it be possible to link the online users listed on the right side to their wiki user page ? Thank you for this useful extension!

You're welcome and thanks for the suggestion. While it could be done, the trouble is that it means modifying the PhpFreeChat code which is maintained by the vendor of that software. This means it won't be in new releases of their software and I'd have to redevelop the feature every time they did a release. That said, I'm working on something that should address that issue and allow deeper integration of the Chat into the Wiki. Too early to announce it yet though. Firebreather 06:53, 12 February 2010 (UTC)Reply

How to become admin of the own chat?[edit]

Hi,

first of all thanks for this great extension. Now i am able to run the phpchat within a wiki, which is fantastic. Today i tested in on a temp.server but i could not igure out, how to become admin in the chat. I decided to have only 1 chat tab pointing to a single chat room. It takes the username from the wiki, but i am not the admin. what to do?

thanks in advance
best regards
TurboKanne

OK, now it seems to work, i have a golden shield as admin. But kicking and other commands seem to have no effect. How does /kick work?
answer:now i found out that kicking and banning does not work if the username includes spaces like Mister Noname. I made a change to the script where username is given to param[nick] to replace whitespace with underlines.
i added $params["admins"] and now it works, but is there a way to make admins or moderators by wiki privileges? currently i have to make the commands /nick admin and /identfy password. i would like admins to be admins by wiki priviledges.
thanks
regards
--TurboKanne 14:48, 15 February 2010 (UTC)Reply
Hi. I'm glad you like the extension. In answer to your question - no there is currently no way to make wiki admins also chat admins. You have to configure the $params["admins"] as you have found out. It is possible to develop this feature, and in fact I intend to, in time. I have something for WikiChat in the pipeline that I believe will expand the WikiChat extension's relevance to the community significantly, and will announce it when the time is right. Firebreather 09:46, 16 February 2010 (UTC)Reply

$params don't always update[edit]

I'm having trouble configuring the chats parameters. I've tried increasing $params["max_channels"] and $params["height"] and it doesn't seem to get updated in the actual chat. I've added additional dedicated channels using the $params["channels"] variable, and that works fine, but for some reason I cannot get height and max_channels to be any values other than their default. Any idea why it's not working?


Parameters that I've changed:

$params["channels"] = array(str_replace('_', ' ', $wgTitle->getDBKey()), 'dev', 'int', 'eval');
$params["max_channels"]   = 5;        // limit the number of joined channels tab to 3
$params["height"]         = "350px";  // height of chat area is 230px

Problem: Database would not load (error 1071)[edit]

I also cross-listed this on: http://www.mwusers.com/forums/showthread.php?14763-Problem-with-WikiChat&p=49035#post49035

The freephpchat by itself works (that is, I can browse to the directory and start chatting). But, when I clicked chat on one of the articles, I got the following error:

A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "". MySQL returned error "1071: Specified key was too long; max key length is 1024 bytes (wik101360809XXXX.db.5617XXX.hostedresource.com)".

Can anyone advise? Thanks in advance.

Dana

problem should now be fixed. You'll have to update the WikiChat code to > 0.3.8 and remove the chathistory table from the database if its there from a previous installation of WikiChat Firebreather 03:10, 3 September 2010 (UTC)Reply

errors...[edit]

i think $wgHooks['SkinTemplateTabs'] [] = $this; is messing up my wiki... if i dont disable it.. it will give me errors... alot of em.... i added: $wgShowExceptionDetails = true; for more details... ignore the root path.

Warning: Parameter 1 to WikiChat::onSkinTemplateTabs() expected to be a reference, value given in D:\xampplite\htdocs\Martijn\mediawiki\includes\Hooks.php on line 133

Warning: Parameter 1 to WikiChat::onSkinTemplateTabs() expected to be a reference, value given in D:\xampplite\htdocs\Martijn\mediawiki\includes\Hooks.php on line 133 MediaWiki internal error.

Original exception: exception 'MWException' with message 'Detected bug in an extension! Hook WikiChat::onSkinTemplateTabs failed to return a value; should return true to continue hook processing or false to abort.' in D:\xampplite\htdocs\Martijn\mediawiki\includes\Hooks.php:155 Stack trace:

  1. 0 D:\xampplite\htdocs\Martijn\mediawiki\includes\SkinTemplate.php(863): wfRunHooks('SkinTemplateTab...', Array)
  2. 1 D:\xampplite\htdocs\Martijn\mediawiki\includes\SkinTemplate.php(490): SkinTemplate->buildContentActionUrls()
  3. 2 D:\xampplite\htdocs\Martijn\mediawiki\includes\OutputPage.php(1572): SkinTemplate->outputPage(Object(OutputPage))
  4. 3 D:\xampplite\htdocs\Martijn\mediawiki\includes\Wiki.php(376): OutputPage->output()
  5. 4 D:\xampplite\htdocs\Martijn\mediawiki\index.php(118): MediaWiki->finalCleanup(Array, Object(OutputPage))
  6. 5 {main}

Exception caught inside exception handler: exception 'MWException' with message 'Detected bug in an extension! Hook WikiChat::onSkinTemplateTabs failed to return a value; should return true to continue hook processing or false to abort.' in D:\xampplite\htdocs\Martijn\mediawiki\includes\Hooks.php:155 Stack trace:

  1. 0 D:\xampplite\htdocs\Martijn\mediawiki\includes\SkinTemplate.php(863): wfRunHooks('SkinTemplateTab...', Array)
  2. 1 D:\xampplite\htdocs\Martijn\mediawiki\includes\SkinTemplate.php(490): SkinTemplate->buildContentActionUrls()
  3. 2 D:\xampplite\htdocs\Martijn\mediawiki\includes\OutputPage.php(1572): SkinTemplate->outputPage(Object(OutputPage))
  4. 3 D:\xampplite\htdocs\Martijn\mediawiki\includes\Exception.php(164): OutputPage->output()
  5. 4 D:\xampplite\htdocs\Martijn\mediawiki\includes\Exception.php(191): MWException->reportHTML()
  6. 5 D:\xampplite\htdocs\Martijn\mediawiki\includes\Exception.php(289): MWException->report()
  7. 6 D:\xampplite\htdocs\Martijn\mediawiki\includes\Exception.php(348): wfReportException(Object(MWException))
  8. 7 [internal function]: wfExceptionHandler(Object(MWException))
  9. 8 {main}

if anyone knows what this is.... message me ><

Flipp0

There has been a change in MediaWiki 1.16 to fix a 'bug' see bugzilla:21650. Unfortunately this bug fix breaks all extensions using the SkinTemplateTab hook. I don't think there's anyway to fix it without making WikiChat incompatible with with all MediaWiki releases prior to 1.16. So I've put up two versions of the WikiChat.php extension, one for prior to release 1.16 and one for after 1.16. See WikiChat.php. Could you let me know if the new code works for MediaWiki 1.16 as I haven't got time to test it. --Firebreather 22:58, 11 September 2010 (UTC)Reply


hello Firebreather
ok the error dissapeared by adding an & at "$this" in skintemplate.php at line 863 its now: "wfRunHooks( 'SkinTemplateTabs', array( &$this, &$content_actions ) );" but the tab havent shown up yet.. everything is just working fine right now.. but no chat tab. thanks for helping ^^
Flipp0
14:55 15 September 2010


wait...
i switched my skin to monobook.. and the chat tab is there.. i clicked on it but it keeps loading.
i normally use vector skin for the sidebar, cuz in the other skins its just ugly.. (i think)
is it because the vector skin cant add tabs? just wondering.
i cant wait for ur reply ^^
Flipp0
15:23, 15 September 2010

Lol sorry for so much updates..
i found something else.. the tab doest show up. but i can get acces to the chat page. so if i make a link on a word.. then i can chat anyways :D
the only problem is.. its not loading.. its stuck on "Chat loading ..., Please wait"
Again i cant wait to ur reply.. trust me, i cant :D
Flipp0
16:15, 15 September 2010

hello.. again ^^
i think i fixed it, i deleted the "cache" folder like you told ppl earlier in this page.. and it works! i can chat now!! =P
now i want to be an admin of the chat.. you said earlier this page something about $params["admins"], but how do i configure it? like $params["nick"]?? nick is just an example for a nickname. or $params["admins"] = 'nick';?
Thx alot ^^
Flipp0, 11:00, 16 September 2010

wfQuery and version 1.17[edit]

--Daemonraco 00:29, 18 September 2010 (UTC)Reply

Hi! i've been trying to use this extension on version 1.17 and it looks like it's not compatible. Digging a little more, I found that in version 1.17, we don't have a file called DatabaseFunctions.php neighter a function called wgQuery, ergo, the extension fails showing some in apache like:

PHP Warning:  require_once(/var/www/wiki17/includes/DatabaseFunctions.php): failed to open stream: No such file or directory in /var/www/wiki17/extensions/WikiChat.php on line 26, referer: http://localhost/wiki17/index.php?title=Main_Page&action=submit
PHP Fatal error:  require_once(): Failed opening required '/var/www/wiki17/includes/DatabaseFunctions.php' (include_path='/var/www/wiki17:/var/www/wiki17/includes:/var/www/wiki17/languages:.:/usr/share/php:/usr/share/pear') in /var/www/wiki17/extensions/WikiChat.php on line 26, referer: http://localhost/wiki17/index.php?title=Main_Page&action=submit

Does anyone have an idea?

Database functions was removed in rev:63241. It was really old at the time, and nothing was supposed to be using it. You could try manually downloading the old DatabaseFunctions.php file to see if it makes it work. Its available at http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/DatabaseFunctions.php?revision=59969&view=co&pathrev=63240 Bawolff 18:07, 21 October 2010 (UTC)Reply

Need Help Hi! i've been trying to use this extension on version 1.2 and it looks like it's not compatible. Digging a little more, I found that in version 1.17, we don't have a file called phpfreechat.class.php

Warning: require_once(C:\wamp\www\newwiki/phpfreechat/src/phpfreechat.class.php): failed to open stream: No such file or directory in C:\wamp\www\newwiki\extensions\WikiChat\WikiChat.php on line 28, referer: http://localhost/newwiki/index.php/Main_Page
 Fatal error: require_once(): Failed opening required 'C:\wamp\www\newwiki/phpfreechat/src/phpfreechat.class.php' (include_path='.;C:\php\pear') in C:\wamp\www\newwiki\extensions\WikiChat\WikiChat.php on line 28, referer: http://localhost/newwiki/index.php/Main_Page

Does anyone have an idea?

Not accessible w/ Vector?[edit]

It does not seem to show up anywhere on vector, is it incompatible with this skin? It shows up with all the other skins.

I have the same problem using the vector-skin- Any help? --hollosch 22:07, 17 June 2011 (UTC)Reply

The newer skins call a different function. To fix this add to the constructor of the class WikiChat the following line

                $wgHooks['SkinTemplateNavigation'][] = $this;

and add the following code after the function onSkinTemplateTabs(..)

        public function onSkinTemplateNavigation( $skin, &$links ) {
               return self::onSkinTemplateTabs($skin, $links['views']);
        }

Maybe you need to fix the function onSkinTemplateTabs(..) too

                                            'href' => $skin->getTitle()->getLocalUrl( 'action=chat' )
                                            #'href' => $skin->mTitle->getLocalURL( 'action=chat' )

This worked for me with MW 1.18.2 Christophjahn (talk) 18:46, 15 June 2012 (UTC)Reply

the wikichat example given is terrible[edit]

The example given is terrible. You can't login to the page, as only admins can register. I dont see any chat section, except for some text on one page, and their is no button for chat. Terrible. Adamtheclown 05:18, 24 December 2010 (UTC)Reply

How Do You Even Set This Up[edit]

I need more detailed instructions on how to set this up!

Subpages[edit]

Is there a way to only have the chat for main articles and not subpages. I still want the chat tab to show for all pages but all subpages for a specific article should have the same chatroom. Is this possible? Thank you, nice extension!

Bug: Pages with > 32 chars don't connect[edit]

I'm using MW 1.16.0 and PHP 5.3.2-1, and I've got the 0.3.8, 2010-09-03,1.16 version of WikiChat.php. WikiChat works great, unless I'm on a page that is more than 32 bytes long. If that happens, I get the message

You must be connected to send a message

as soon as I start typing, including /help. I tested this using these URLs (it's an intranet site, don't bother clicking):

The pages don't exist, I was just using the chat hook. The maximum number seems to be 32, I haven't seen a case of 32 or less fail, and I haven't seen a case of 33 or more work. In a connected chat panel, I can type

/join 01234567890123456789012345678901234567890123456789

and it works fine. --Skew 07:33, 16 January 2011 (UTC)Reply

chat support oracle database.?[edit]

Hello

I am using oracle as backend so is it work on oracle too..

Fatal error[edit]

Followed the install instruction to the letter but ends up with the following error no matter what I do:

  • Fatal error: Cannot redeclare wfgetdb() (previously declared in /storage/content/93/134993/mywebsite/public_html/includes/DatabaseFunctions.php:50) in /storage/content/93/134993/mywebsite/public_html/includes/GlobalFunctions.php on line 3196

1.17?[edit]

I have just upgraded my wiki to 1.17, and now the chat won't load. Is this fixable?--X66x66 22:48, 14 August 2011 (UTC)Reply

1.17 solution[edit]

I noticed an error produced by protype.js on line 3972: element = $(element);. This can be fixed by using $$ instead of a single $. However, chat is still broken. It has to do with the JQuery / Prototype libraries mixing up, it might help putting the freechat libraries on the bottom. EDIT: Fixed it. $wgOut->addInlineScript( "jQuery.noConflict();" ); in function showChat in WikiChat.php does the job. Double $ is probably not needed either now. Note: To get here I got the older databasefunctions file suggested above somewhere.

OMG, this was the freaking solution! thanks so much for that, it took me several hours to finally get this freaking wikichat working.
First, get the DatabaseFunctions.php from http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/DatabaseFunctions.php?revision=59969&view=co&pathrev=63240 and copy it into your wiki/includes folder. Then you'll have to change the skin. MediaWiki 1.17 comes pre-installed with the Vector skin, which does NOT show the chat tab by default (you have to change the default skin from "vector" to "monobook" in the LocalSettings.php). Once you fixed this, you will have to add the fix of the above contributor to your extensions/WikiChat.php code. Your showChat function should then look like this:
....
private function showChat($params) {
global $wgOut;
$wgOut->addInlineScript( "jQuery.noConflict();" );
$pfc = new phpFreeChat($params);
$wgOut->addHTML($pfc->printChat(true));
....
good luck
38.125.106.109 22:25, 5 November 2011 (UTC)Reply
Good job I did it, I just have one problem, when I enter in the Chat Tab, it said: " phpFreeChat cannot be initialized, please correct these errors: Mysql container: create database error 'Can't create database 'wiki_example'; database exists' "

why the chat wants to create a new database with the same name ? --201.226.42.219 08:49, 20 November 2011 (UTC)Reply

You're trouble I think is sprouting of MySQL storage engine incompatibilites, . The simplest way to solve this problem is to switch to InnoDB(MySQL 5.5 and higher), since everything is already configured for that storage engine. Editor0000001 (talk) 16:10, 2 April 2012 (UTC)editor0000001Reply

How does one add the second $ to prototype.js when one lacks root privileges on the server? DulcetTone (talk) 17:22, 1 May 2012 (UTC)Reply

Error Installing Chat on version 1.18.1[edit]

I got some problem when I installed WikiChat on Mediawiki version 1.18.1. I got a message:

Warning: require_once(/home/u501865335/public_html/includes/DatabaseFunctions.php) [function.require-once]: failed to open stream: No such file or directory in /home/u501865335/public_html/extensions/WikiChat.php on line 26

Please, help me.

I tried to install Chat Extension on Mediawiki 1.18.1. I had already changed the configuration to fix the errors. No error found, but I didn't get my chat display on the page. Anyone can help me? Thank you..

--Dewi

same, can't figure this out for the life of me. using monobook, appended the extra line to my wikichat.php, showChat function..still won't show up. a dirty fix recommended to me on #mediawiki would be to simply use an iframe extension to display the chat running on your webserver.

--rom

Just a thought, you've probably checked it, but if not... I notice that your error reads "extensions/WikiChat.php", that location should be "extensions/WikiChat/WikiChat.php" ... could it be directed to improperly in the localSettings.php?

--joshupetersen

Does anybody have a fix for WikiChat that makes it compatible with the storage engine MyISAM?[edit]

Does anybody have a version of WikiChat that is compatible with the storage engine MyISAM (<MySQL 5.5), please (I have WikiChat 0.3.8(I'm pretty sure))?

As a courtesy, even though I don't think its relevant to my specific question, is my MediaWiki info:

MediaWiki 1.18.2 Editor0000001 (talk) 02:02, 11 April 2012 (UTC)Reply

Anyone have a clue how to do this on 1.18?[edit]

I keep getting issues trying to install this so it works on a vanilla Mediawiki 1.18... anyone manage to pull it off? If so, how?

Rename to WikiChat[edit]

Should we just rename this to WikiChat, given that the file is WikiChat.php? Leucosticte (talk) 11:16, 31 August 2012 (UTC)Reply

Sysops/moderators[edit]

Fixed

I want to make it so that all sysops on the wiki are automatically admins in the chat rooms, with power to kick and ban people. This SQL query seemed to grab the data I wanted:

SELECT user_name
FROM `user`
JOIN user_groups ON user_groups.ug_user = user.user_id
WHERE user_groups.ug_group = 'sysop'

So, I wanted to implement the desired functionality, and tried this:

$res = $dbr->select(
     'user',
     'user_name',
     '',
     'DatabaseBase::select',
     array(),
     array (
          'user_groups' => array( 'JOIN',
               "user.user_id=user_groups.ug_user ".
               "WHERE user_groups.ug_group = 'sysop'"
               )
     )
);
foreach ( $res as $thisResult ) {
     $params["admins"] = $thisResult->user_name;
}

That's not working, though. It's acting like I didn't put anything for the $join_conds. Any thoughts? Thanks. Leucosticte (talk) 13:26, 31 August 2012 (UTC)Reply

If no one knows of another way to fix it, I will, when I get around to it, just do a raw $dbr->query( $sql ) and $dbr->fetchRow() like in Extension:Blurb. Leucosticte (talk) 23:48, 22 September 2012 (UTC)Reply
Done! Leucosticte (talk) 02:09, 23 September 2012 (UTC)Reply

Permanent chat log[edit]

If anyone can think of a way to create a permanent chat log, that would be great. Maybe it could be done by modifying phpFreeChat; I'll have to look at the source. Of course, it would also be necessary to develop a tool to retrieve that archived chat content and make some use of it. Leucosticte (talk) 12:19, 23 September 2012 (UTC)Reply

Where people are chatting, and have chatted recently[edit]

Proposed changes:

  • It should also be possible to watchlist Chat pages, to see when they are updated with new chat messages
  • There should be a separate recent changes feed for chat messages, so you can scope out the recent activity; and you should be able to read this by Atom or similar feeds.
  • There should be a way (e.g. a Special page, or a feed you can include on another page with a tag or parserfunction) to see into what chat rooms which people are presently logged.
  • When you visit a page, it should tell you how many people are in the associated chat room; e.g. the tab should say "Chat (3)" or something like that. Or maybe the number should indicate how many unread messages there are in that chat room. Leucosticte (talk) 15:41, 29 September 2012 (UTC)Reply

DB Problem on MediaWikis with DB Prefix[edit]

MW 1.19.2 / phpfreechat 1.2 / WikiChat 0.3.9

The following code leads to errors, when the MediaWiki DB has a prefix for its tables:

// Assign all members of the chat admin groups to be chat admins
                if ( !empty ( $wgChatAdminGroups ) ) {
                        $sql = "SELECT user_name
                               FROM `user`
                               JOIN user_groups ON
                                    user_groups.ug_user = mw_user.user_id
                               WHERE ( ";
                        $isFirstOne = true;
                        foreach ( $wgChatAdminGroups as $thisGroup ) {
                                if ( $isFirstOne == false ) {
                                        $sql .= " OR ";
                                }
                                $isFirstOne = false;
                                $sql .= "user_groups.ug_group = '".
                                        "$thisGroup'";
                        }
                        $sql .= " )";
                        $dbr =& wfGetDB( DB_SLAVE );
                        $res = $dbr->query ( $sql );
                        $numRows = $dbr->numRows ( $res );
                        for ( $i = 1; $i <= $numRows; $i++ ) {
                                $row = $dbr->fetchRow( $res );
                                $wgChatAdmins[] = $row['user_name'];
                        }
                }

--> the tables "user" and "user_groups" must be called with the general prefix. Should be easy to fix but I dont know anything of php, so i hardcoded my prefixes to temporarly solve the problem.

Regards Manuel

Thanks for reporting that. I would imagine the solution is to prepend $wgDBprefix to those table names, after declaring that global inside the function. Leucosticte (talk) 18:15, 2 October 2012 (UTC)Reply

It's getting ugly here[edit]

Heiya, I find this exetensions page pretty confusing. I think it should be moved to some repo. Cheers --[[kgh]] (talk) 20:47, 29 November 2012 (UTC)Reply

'Can't create database 'xxxxx'; database exists'[edit]

Hello,

I use MediaWiki 1.22.7 PHP 5.4.29 (fpm-fcgi) MySQL 5.1.73-1.1+squeeze+build0+1-log

I just installed WikiChat (version 0.3.9, 2012-08-30, 1.19) with phpfreechat 1.2

And I got this error : phpFreeChat cannot be initialized, please correct these errors:

   Mysql container: create database error 'Can't create database 'xxxxx'; database exists'

What should I do to have the chat working ?

Thank You ! --Romanceor (talk) 15:02, 24 June 2014 (UTC)Reply

I had the same issue. I corrected it by telling phpFreeChat to use a file for the db, instead of the wiki's MySQL db. Search for "container_type" in WikiChat.php and replace the appropriate lines with this:
$params["container_type"] = "file";
/*$params["container_cfg_mysql_host"] = $wgDBserver;
$params["container_cfg_mysql_database"] = $wgDBname;
$params["container_cfg_mysql_port"] = 3306;
$params["container_cfg_mysql_table"] = $tblname;
$params["container_cfg_mysql_username"] = $wgDBuser;
$params["container_cfg_mysql_password"] = $wgDBpassword;*/
That will change the database to a file (just make sure the phpfreechat/data directory is writable) and also remove the MySQL parameters. If you don't remove the MySQL parameters, phpfreechat will throw an error. Enjoy!
--ComradeSlice (talk) 03:09, 23 October 2014 (UTC)Reply

Text not displaying[edit]

Hey, all,

I'm running PFC 1.2 and finally got the chat window to load after a few hours of debugging, but when I send a message, nothing displays in the window. Has anyone ran into this problem before? If so, how did you fix it?

Two error messages[edit]

When I open the chat page in my Wiki the screen is stuck on "Chat loading" and I get the following debug messages:

Strict Standards: Only variables should be assigned by reference in .../WikiChat.php on line 172

Strict Standards: Only variables should be assigned by reference in .../WikiChat.php on line 223

Instructions for how to solve this?