• 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

tmxxine chat

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

Post a reply
4 posts • Page 1 of 1

Postby lobster » Sun Feb 19, 2006 1:08 pm

I am trying to install phpfreechat on a linux remote server
It seems a great program for our open source project
when I go here (having uploaded the directories and made the two requested writeable)
http://tmxxine.com/freechat/phpfreechat-0.7/index.php

I get this:

==========
Fatal error: The xajax uncompressed Javascript file could not be found in the ounted-storage/home11/sub002/sc16904-OBYB/www/freechat/phpfreechat-0.7/data/public/xajax_js folder. Error in /mounted-storage/home11/sub002/sc16904-OBYB/www/freechat/phpfreechat-0.7/lib/xajax_0.2_stable/xajax.inc.php on line 557
==========

Not really sure how to proceed any help appreciated ;)
lobster
New member
 
Posts: 2
Joined: Sun Feb 19, 2006 1:01 pm
Top

Postby phpfreechat » Sun Feb 19, 2006 6:01 pm

Wow very strange server config ...
it seems the /mounted-storage/ path is unreconnized by your server infos... But pfc try to use it ...

Maybe the easier way is to hardly specify the "data_public_url" and maybe the " server_script_url", "client_script_url", and "smileyurl".

create a script, put it into : http://tmxxine.com/freechat/phpfreechat-0.7/test.php
then with something like that into test.php :
Code: Select all
require_once dirname(__FILE__)."/src/phpfreechat.class.php";
$params = array();
$params["serverid"]       = md5(__FILE__); // calculate a unique id for this chat
$params["title"]          = "My test";
$params["nick"]           = "guest";  // setup the intitial nickname
$params["data_public_url"]   = "./data/public";
$params["server_script_url"] = "./test.php";
$params["client_script_url"] = "./test.php";
$params["smileyurl"]         = "./smileys";
$chat = new phpFreeChat( $params );

Hope that helps,

Keep me informed.

regards,
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby PSa » Sun Feb 19, 2006 8:44 pm

No help when I embed it into index.php. I get the ome/users/xxx ... So it seems to lose first two (/h) characters somewhere... Maybe something wrong with $realJsFile-variable?
PSa
Member
 
Posts: 10
Joined: Sun Feb 19, 2006 7:36 pm
Top

Postby lobster » Mon Feb 20, 2006 5:52 pm

Hi Stephane
Thanks for your help

I tried the test file and uploaded the file - you can see the result by going to the link
http://tmxxine.com/freechat/phpfreechat-0.7/test.php
Do not understand what it means

This in my first error message seems to suggest there is no javascript directory and I can confirm it is not at the address being looked for
===========
The xajax uncompressed Javascript file could not be found
===========
Is it worth installing again or should I wait for the next version?

Thanks for any further help
Last edited by lobster on Tue Feb 21, 2006 7:15 am, edited 1 time in total.
lobster
New member
 
Posts: 2
Joined: Sun Feb 19, 2006 1:01 pm
Top


Post a reply
4 posts • 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
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub