• 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

Firefox 2.0 blank screen

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

Post a reply
9 posts • Page 1 of 1

Postby mkoch » Sun Oct 22, 2006 2:52 pm

Hi,

In the latest Firefox 2.0 (RC3) the phpFreeChat is blank on first load. If you refresh the window it is ok.

Using latest SVN version.

This does not happen on the phpfreechat.net demo.

So here is my index file:

<?php

require_once dirname(__FILE__)."/src/phpfreechat.class.php";
$params = array();

$params["nick"] = $_GET['nick'];
$params["channels"] = array($_GET['channel']);
$params["frozen_channels"] = $params["channels"];
$params["frozen_nick"] = true;
$params["title"] = "Chat";
$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat
$params["data_private_path"] = "/dana/data/onm/phpfreechat_data";
$params["btn_sh_whosonline"] = false;
$params["btn_sh_smileys"] = false;
$params["showsmileys"] = false;
$params["max_msg"] = 0;
$params["height"] = "190px";
$chat = new phpFreeChat( $params );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Chat</title>
<?php $chat->printJavascript(); ?>
<?php $chat->printStyle(); ?>
</head>
<body style='background-color: #663333'>

<div class="content">
<?php $chat->printChat(); ?>
</div>

</body>
</html>
mkoch
Member
 
Posts: 77
Joined: Tue Feb 21, 2006 5:08 pm
Location: Brussels/Denmark
  • Website
Top

Postby theBart » Wed Oct 25, 2006 9:40 am

I have just installed the Firefox 2.0 release version, and the same problem occurs here..

A blank chat box appears. I have to press F5 go make it work.

I'm using phpfreechat 1.0 beta 6.

Bart
Last edited by theBart on Wed Oct 25, 2006 9:41 am, edited 1 time in total.
theBart
New member
 
Posts: 8
Joined: Fri Sep 15, 2006 8:32 am
Top

Postby phpfreechat » Wed Oct 25, 2006 11:31 am

I will investiguate soon :)
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby Yokhannan » Wed Oct 25, 2006 11:53 am

I am using truck version and FF2, with none of the reported problems.
Yokhannan
Member
 
Posts: 18
Joined: Sun Oct 22, 2006 12:50 pm
  • Website
Top

Postby mkoch » Wed Oct 25, 2006 4:41 pm

I have to try the truck version :)
mkoch
Member
 
Posts: 77
Joined: Tue Feb 21, 2006 5:08 pm
Location: Brussels/Denmark
  • Website
Top

Postby Yokhannan » Wed Oct 25, 2006 4:47 pm

geez, what an idiot I am... I mean "trunk"... not "truck".... sorry. :rolleyes:
Yokhannan
Member
 
Posts: 18
Joined: Sun Oct 22, 2006 12:50 pm
  • Website
Top

Postby mkoch » Sun Oct 29, 2006 11:32 pm

Problem is still present in latest SVN rev.
mkoch
Member
 
Posts: 77
Joined: Tue Feb 21, 2006 5:08 pm
Location: Brussels/Denmark
  • Website
Top

Postby mkoch » Tue Dec 12, 2006 12:58 am

kerphi: Got a chance to invest this?

Problem is still present with latest SVN and mentioned configuration.
mkoch
Member
 
Posts: 77
Joined: Tue Feb 21, 2006 5:08 pm
Location: Brussels/Denmark
  • Website
Top

Postby phpfreechat » Wed Dec 13, 2006 5:25 pm

I copied your code in a empty file and I only modified this line :
Code: Select all
$params["data_private_path"] = dirname(__FILE__).'/mkoch/';

because I do not have same directories as yours.
Sorry but I wan not able to reproduce your problem in my firefox 2.

Does the default chat (without any parameters) works on your firefox2 ? Does the official demo room works on your firefox2 ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top


Post a reply
9 posts • Page 1 of 1

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 6 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