• 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

Problems submitting

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

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

Postby BlueXiphoid » Fri Apr 21, 2006 10:49 am

Latest, I downloaded it yesterday :)
BlueXiphoid
Member
 
Posts: 11
Joined: Fri Apr 21, 2006 8:35 am
Top

Postby phpfreechat » Fri Apr 21, 2006 10:52 am

Ok, strange ...
Could you try to remove this line :
$params["container_cfg_sm_type"] = "auto";
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby BlueXiphoid » Fri Apr 21, 2006 11:00 am

Done, also added this:

Code: Select all
// setup urls
$params["data_public_url"]   = "../../data/public";
$params["client_script_url"] = "./demo35_shared_memory.php";
$params["server_script_url"] = "./demo35_shared_memory.php";
$params["themeurl"]          = "../../themes";
$params["themeurl_default"]  = "../../themes";

// setup paths
$params["container_type"]         = "File";
$params["container_cfg_chat_dir"] = dirname(__FILE__)."/../../data/private/chat";
BlueXiphoid
Member
 
Posts: 11
Joined: Fri Apr 21, 2006 8:35 am
Top

Postby BlueXiphoid » Fri Apr 21, 2006 11:06 am

I'm in the english demo chat room on this site, perhaps a better way to communicate.

If we find a solution I'll post it here :)
BlueXiphoid
Member
 
Posts: 11
Joined: Fri Apr 21, 2006 8:35 am
Top

Postby phpfreechat » Fri Apr 21, 2006 1:44 pm

You have a wrong paths ! :

$params["data_public_url"] = "../../data/public";
$params["client_script_url"] = "./demo35_shared_memory.php";
$params["server_script_url"] = "./demo35_shared_memory.php";
$params["themeurl"] = "../../themes";
$params["themeurl_default"] = "../../themes";

rights paths are :

$params["data_public_url"] = "../data/public";
$params["client_script_url"] = "./demo35_shared_memory.php";
$params["server_script_url"] = "./demo35_shared_memory.php";
$params["themeurl"] = "../themes";
$params["themeurl_default"] = "../themes";
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby BlueXiphoid » Fri Apr 21, 2006 1:48 pm

http://www.about-me.nl/chat/demo/demo35 ... memory.php

Gettign other errors now...
BlueXiphoid
Member
 
Posts: 11
Joined: Fri Apr 21, 2006 8:35 am
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 8 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