• 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

_Error: the chat cannot be loaded! two possibilities: your b

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

Post a reply
37 posts • Page 1 of 3 • 1, 2, 3

Postby zooky » Sat Nov 04, 2006 8:23 pm

kerphi pls do something, although i set permissions i get the error "_Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights - don't hesitate to ask some help on the forum_ www.phpfreechat.net/forum"


I cannot see my ex-chat view. It doesnt work. PLS help...

Thanks
zooky
Member
 
Posts: 60
Joined: Wed Sep 13, 2006 9:09 am
Top

Postby phpfreechat » Sun Nov 05, 2006 9:51 am

Maybe a public link to your chat script could help...
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby zooky » Sun Nov 05, 2006 11:46 am

kerphi wrote:Maybe a public link to your chat script could help...

i didnt get your "a public link to your chat script" statement, can you clarify?

if you mean chat link here it is

http://www.maviyonga.net/lnk/oku/chat/index.php

Thx
Last edited by zooky on Sun Nov 05, 2006 11:57 am, edited 1 time in total.
zooky
Member
 
Posts: 60
Joined: Wed Sep 13, 2006 9:09 am
Top

Postby phpfreechat » Sun Nov 05, 2006 7:07 pm

Ok, I see the problem :
When I load the script : http://www.maviyonga.net/lnk/oku/chat/d ... cclient.js
I got this error :
Warning: ini_set() has been disabled for security reasons in /usr/hosts/domains/maviyonga/www.maviyonga.net/httpdocs/lnk/oku/chat/data/public/32eb5bf6d5638c94020818d734b927fd/proxy.php on line 4

Could you try to remove the line 4 ? or to prefix the 'ini_set' function call by a '@' charactere ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby zooky » Sun Nov 05, 2006 10:32 pm

i got what you meant but it didnt work, there is nothing wrong with @, maybe something else...

i cleared whole

/**
* This class is the client part of phpFreeChat
* (depends on prototype library)
* @author Stephane Gully
*/
and it didnt work. :S
zooky
Member
 
Posts: 60
Joined: Wed Sep 13, 2006 9:09 am
Top

Postby phpfreechat » Sun Nov 05, 2006 10:48 pm

Sorry you can't see the end of the line above... it has been cropped by the display :(
I was speaking about the line 4 in this file :
data/public/32eb5bf6d5638c94020818d734b927fd/proxy.php
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby zooky » Sun Nov 05, 2006 11:27 pm

i got you perfectly, now it works.

but isn't the numbers and the proxy.php changes all the time?

if so i'll have to change it everytime, but if it doesn't change it's ok...

thanx for help...
Last edited by zooky on Sun Nov 05, 2006 11:28 pm, edited 1 time in total.
zooky
Member
 
Posts: 60
Joined: Wed Sep 13, 2006 9:09 am
Top

Postby phpfreechat » Mon Nov 06, 2006 8:58 am

Yes this file will be overwritten each time the chat is rehashed.
You can make the change in src/client/proxy.php.tpl

Did you remove the line 4 or did you just add a @ ?
I ask that because I would like to make the modification in the official source code. I would like to just add a @ in front of this line. Does it works ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby zooky » Mon Nov 06, 2006 12:26 pm

there is code on line 4, it start like ini_set()... (i cleared and dont have now) soi cannot give the exact code on line 4. I cleared it all and it worked.

As far as i got, ini_set() was set to disable so, it gives client error.

by the way, the public link above is for trial so i didnt change it. if you insist on trying this link, there will still be errors.

Thanks for all, if there is anything else i can help, pls let me know... ;)
zooky
Member
 
Posts: 60
Joined: Wed Sep 13, 2006 9:09 am
Top

Postby zooky » Mon Nov 06, 2006 12:39 pm

I found the line

ON LINE 4 : ini_set('zlib.output_compression','Off');
zooky
Member
 
Posts: 60
Joined: Wed Sep 13, 2006 9:09 am
Top

Postby phpfreechat » Mon Nov 06, 2006 2:36 pm

ok but could you try to just replace line4 :
ini_set('zlib.output_compression','Off');
by this new one :
@ini_set('zlib.output_compression','Off');

Does it works also ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby zooky » Mon Nov 06, 2006 9:04 pm

@ini_set('zlib.output_compression','Off'); solved the problem...

yes, kerphi

i tried and @ fixed the problem... you'd better add to source code

thanks, now its okay
zooky
Member
 
Posts: 60
Joined: Wed Sep 13, 2006 9:09 am
Top

Postby Narnian » Sat Nov 11, 2006 5:28 am

Hi, I just have the same problem.

http://www.narniaespanol.com.ar/chat/index.php

I've tryed the Kerphi solution in src/client/proxy.php.tpl but nothing change. The problem is still there.

Thank you a lot
(excuse me my bad english)
Narnian
New member
 
Posts: 1
Joined: Sat Nov 11, 2006 5:22 am
Top

Postby phpfreechat » Mon Nov 13, 2006 3:13 pm

Narian, I don't know why but the proxy.php file was not correctly copied :
http://www.narniaespanol.com.ar/chat/da ... cclient.js
"The requested URL /chat/data/public/1b2ab385d9357da291bcd245bf1053f2/proxy.php was not found on this server."

If you are a developer, could you investiguate at line 404 in pfcglobalconfig.php ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby Nightf!y » Tue Nov 14, 2006 3:49 pm

I installed the latest BETA version - 1.0 BETA 7 - and after following the instructions fully & loading the chat, I got the same message: "Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights". I also followed the suggestions made by Stephanie to place an "@" symbol as the first character on line 4 in the "proxy.php.tpl" file, but the problem persists. Has anybody gotten a solution for this problem?

P.S. I don't usually use BETA version software due to the increased likelihood of instabilities and bugs, but this BETA has some features I need to use, example, chat moderation.
Nightf!y
New member
 
Posts: 7
Joined: Tue Nov 14, 2006 3:41 pm
Top

Next

Post a reply
37 posts • Page 1 of 3 • 1, 2, 3

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