• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ General Support (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

Unexpected error in PHPFREECHAT

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
1 post • Page 1 of 1

Postby cebronx » Thu Mar 15, 2007 9:03 pm

Hello kerphi,

Whenever I have Phpfreechat open in Mozilla Firefox I get an error once every 30 minutes or more. Go here to see the error can you please help!
http://cebronx.org/e107_images/Error.jpg

Another problem Im having is that phpfreechat keeps timing me out even though Im in the chatroom chatting. Why does it do that...I have PHPFreeChat beta 9 install. This is my code (I haven't changed it from the older versions.)

Code: Select all
require_once "phpchat/src/phpfreechat.class.php"; // adjust to your own path
    $params = array();
    $params["serverid"] = md5("cebronx_chat"); // used to identify the chat
    $params["channels"]       = array('CEBronx.ORG');
    $params["language"]       = "es_ES";
    $params["title"]          = "Capilla Evangelica del Bronx, Parker Street.";
     if ($description == "100") $params["isadmin"] = true;
    $params["nick"]           = $pun_user_on['usuario'];  // setup the intitial nickname
   // $params["prefix"]         = "myprefix_";
    $params["frozen_nick"]    = true;     // do not allow to change the nickname
    $params["shownotice"]     = 3;        // 0 = nothing, 1 = just nickname changes, 2 = connect/quit, 3 = nick + connect/quit
    $params["max_nick_len"]   = 20;       // nickname length could not be longer than 10 caracteres
    $params["max_text_len"]   = 300;      // a message cannot be longer than 50 caracteres
    $params["refresh_delay"]  = 2000;     // chat refresh speed is 2 secondes (10000ms)
    $params["max_msg"]        = 0;       // max message in the history is 15 (message seen when reloading the chat)
    $params["height"]         = "400px";  // height of chat area is 230px
    $params["width"]          = "800px";  // width of chat area is 800px
    $chat = new phpFreeChat($params);

I haven't really had the chance to read anything about PHPFreeChat beta 9, I just implemented and didn't change that much of the code, actually I didn't change anything from what I had before. Can you help?
Thanks.
Luis
cebronx
Member
 
Posts: 32
Joined: Mon Aug 28, 2006 3:22 am
Location: Bronx, NY
  • Website
Top

Post a reply
1 post • Page 1 of 1

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 14 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
cron
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub