FreiChat related discussions
Fetching...user..data kindly wait loading

Hey there thanks for best chat script is out there.

i'm using v7.6 custom when i run into lochalhost my chatbox and list working good when i try public
chatbox at right side keeps saying Fetching...user..data kindly wait loading...........

any solition for this.

Regards.

Hey there thanks for best chat script is out there. i'm using v7.6 custom when i run into lochalhost my chatbox and list working good when i try public chatbox at right side keeps saying Fetching...user..data kindly wait loading........... any solition for this. Regards.

Make sure you have followed the documentation on custom installation correctly and your database connection details in freichat/hardcode.php are correct .

To get the actual error , open developer tools in chrome , in network tab open any of the requests made by freichat and check its response .
Post any errors that you get here .

Make sure you have followed the documentation on custom installation correctly and your database connection details in freichat/hardcode.php are correct . To get the actual error , open developer tools in chrome , in network tab open any of the requests made by freichat and check its response . Post any errors that you get here .
Necessity is the mother of all inventions!

im not sure looking right place

[IMG]http://i49.tinypic.com/2hed0l5.jpg[/IMG]

im not sure looking right place [IMG]http://i49.tinypic.com/2hed0l5.jpg[/IMG]

pdo_mysql not installed or enebled i think thats the problem but i checked my php.ini its enabled

pdo_mysql not installed or enebled i think thats the problem but i checked my php.ini its enabled
when i run into lochalhost my chatbox and list working good when i try public


Can you please explain the difference between "run into localhost" and "when i try public" . We actually didn't understand this very well .


Also , looking at your image in previous post , the connection to database looks correct . So the problem can only occur in two places .


1. In freichat/hardcode.php


/* Custom driver */
$usertable='login'; //specifies the name of the table in which your user information is stored.
$row_username='root'; //specifies the name of the field in which the user's name/display name is stored.
$row_userid='loginid'; //specifies the name of the field in which the user's id is stored (usually id or userid)



Make sure above details are correct .


2. the place where you include FreiChat


Remember the place where you copy-pasted the FreiChat code in the last step of installation , it has a variable named "$ses" .

You need to store the user-id of the current user in this variable (according to the docs) .


Make sure that the user-id stored is correct .
<blockquote>when i run into lochalhost my chatbox and list working good when i try public</blockquote> Can you please explain the difference between "run into localhost" and "when i try public" . We actually didn't understand this very well . <br/> Also , looking at your image in previous post , the connection to database looks correct . So the problem can only occur in two places . <br/><br/> <b>1. In freichat/hardcode.php </b> <pre class="brush: php"> /* Custom driver */ $usertable='login'; //specifies the name of the table in which your user information is stored. $row_username='root'; //specifies the name of the field in which the user's name/display name is stored. $row_userid='loginid'; //specifies the name of the field in which the user's id is stored (usually id or userid) </pre> <br/> Make sure above details are correct . <br/><br/> <b>2. the place where you include FreiChat</b> <br/> Remember the place where you copy-pasted the FreiChat code in the last step of installation , it has a variable named "$ses" . <br/>You need to store the user-id of the current user in this variable (according to the docs) . <br/> Make sure that the user-id stored is correct .
Necessity is the mother of all inventions!

Ok. Here is my prob.

My Logincheck php
[IMG]http://i45.tinypic.com/2afaa6x.jpg[/IMG]


my harcoded.php
[IMG]http://i47.tinypic.com/2nupohj.jpg[/IMG]

When i try to run at my home result perfect.
[IMG]http://i45.tinypic.com/33o17qq.jpg[/IMG]

when i try my global ip thats the result even my friends don't see chat button on screen nothing shows up except welcome screen no chatbox, i can see chat box when i try alone but i can't see any online ppl. off course my porst are open.
[IMG]http://i48.tinypic.com/nvtwtt.jpg[/IMG]

Thanks for your time

Ok. Here is my prob. My Logincheck php [IMG]http://i45.tinypic.com/2afaa6x.jpg[/IMG] my harcoded.php [IMG]http://i47.tinypic.com/2nupohj.jpg[/IMG] When i try to run at my home result perfect. [IMG]http://i45.tinypic.com/33o17qq.jpg[/IMG] when i try my global ip thats the result even my friends don't see chat button on screen nothing shows up except welcome screen no chatbox, i can see chat box when i try alone but i can't see any online ppl. off course my porst are open. [IMG]http://i48.tinypic.com/nvtwtt.jpg[/IMG] Thanks for your time

What you can do is , enable PHP debug from FreiChat backend , then check the file freixlog.log created in freichat/ directory for any errors

Also , open developer tools in chrome , click on any of the requests made by freichat in the network tab and post any errors that you get in the response .

What you can do is , enable PHP debug from FreiChat backend , then check the file freixlog.log created in freichat/ directory for any errors Also , open developer tools in chrome , click on any of the requests made by freichat in the network tab and post any errors that you get in the response .
Necessity is the mother of all inventions!

September 25, 2012, 9:15 am: file type invalid

September 27, 2012, 10:51 am: file type invalid

thats two line in freixlog.log


and google crome i donno where i have to exactly lookign at but maybe this.
[IMG]http://i49.tinypic.com/2yvs2rm.jpg[/IMG]

September 25, 2012, 9:15 am: file type invalid September 27, 2012, 10:51 am: file type invalid thats two line in freixlog.log and google crome i donno where i have to exactly lookign at but maybe this. [IMG]http://i49.tinypic.com/2yvs2rm.jpg[/IMG]

Your requests are failing , Please check what is the status of the requests in the network tab .

Your requests are failing , Please check what is the status of the requests in the network tab .
Necessity is the mother of all inventions!

There is no such a thing request tab :/ i did other all tabs all empty.

There is no such a thing request tab :/ i did other all tabs all empty.

I got this working now like this i forgot change localhost ip to global ip.

<script type="text/javascript" language="javascipt" src="http://my.global.ip/custom/client/main.php?id=&lt;?php%20echo%20%24ses;?&gt;&amp;xhash=&lt;?php%20echo%20freichatx_get_hash(%24ses);%20?&gt;"></script><link rel="stylesheet" href="http://my.global.ip/custom/client/jquery/freichat_themes/freichatcss.php" type="text/css">

thanks for your time and help.

I got this working now like this i forgot change localhost ip to global ip. &amp;lt;script type=&quot;text/javascript&quot; language=&quot;javascipt&quot;src=&quot;http://my.global.ip/custom/client/main.php?id=&amp;lt;?php echo $ses;?&amp;gt;&amp;xhash=&amp;lt;?php echo freichatx_get_hash($ses); ?&amp;gt;&quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;link rel=&quot;stylesheet&quot; href=&quot;http://my.global.ip/custom/client/jquery/freichat_themes/freichatcss.php&quot; type=&quot;text/css&quot;&amp;gt; thanks for your time and help.
87
10
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft