• 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

Screen Goes Blank

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

Post a reply
21 posts • Page 2 of 2 • 1, 2

Postby gritty » Sat Sep 23, 2006 9:47 pm

Oh, I think I figured it out, but I get this error message now and my chatroom doesn't work:

Please correct these errors:

'max_nick_len' parameter must be a positive number
'max_text_len' parameter must be a positive number
'frozen_nick' parameter must be a boolean
'nickmarker' parameter must be a boolean
gritty
Member
 
Posts: 50
Joined: Wed May 03, 2006 7:39 pm
Top

Postby phpfreechat » Sun Sep 24, 2006 9:02 am

Just correct the errors ;)
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby gritty » Sun Sep 24, 2006 4:37 pm

I don't know how to correct them (remember, I'm not a programmer).

This is what I have in there now:

$params["nickmarker"] = "false";
$params["frozen_nick"] = "true";
$params["max_nick_len"] = "20";
$params["max_text_len"] = "300";

I don't know what it wants. Its says it wants a positive number, but the instructions told me to put true or false. And then, what is a boolean number?
gritty
Member
 
Posts: 50
Joined: Wed May 03, 2006 7:39 pm
Top

Postby phpfreechat » Sun Sep 24, 2006 4:52 pm

Here is the correct list :
$params["nickmarker"] = false;
$params["frozen_nick"] = true;
$params["max_nick_len"] = 20;
$params["max_text_len"] = 300;
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby gritty » Sun Sep 24, 2006 5:26 pm

Oh, thank you! At first I couldn't see what the difference was, but then I noticed the quote marks were taken off. Thank you! I thought I would drive myself crazy trying to figure that out.

I've added those new params in there. Do I need to do that rehash thing again? Also, what is "rehash?" (so I can understand better).
gritty
Member
 
Posts: 50
Joined: Wed May 03, 2006 7:39 pm
Top

Postby phpfreechat » Sun Sep 24, 2006 8:55 pm

A rehash just clear the old cache. It force the chat to take into account new parameters. See this faq entry for explainations : http://www.phpfreechat.net/faq.en.html#rehash
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Previous

Post a reply
21 posts • Page 2 of 2 • 1, 2

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 22 guests

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