Search found 69 matches

by juancarlos
06 May 2010, 14:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: undefined user var on admin tool
Replies: 0
Views: 3393

undefined user var on admin tool

Hello. When I set a string user var to "", then it appears as undefined on the Remote Administration SFS tool (AKA Admin tool). For example: var uVars:Object = new Object(); uVars.j = ""; sfs.setUserVariables(uVars); Then it is shown as undefined instead of "...
by juancarlos
26 Apr 2010, 15:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection refused problem
Replies: 2
Views: 5192

Yes
by juancarlos
21 Apr 2010, 10:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection refused problem
Replies: 2
Views: 5192

Connection refused problem

Hello. When I log in with a user and then I log in again (on another browser) with the same username, then obviously the first user is disconnect and the second one reaches to connect. That's ok. But some seconds later (without any other action performed), it appears the following error on the conso...
by juancarlos
15 Mar 2010, 07:57
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Is it possible to run multiple versions of smartfox server?
Replies: 8
Views: 12305

Hello. I also would like to run 2 SFS applications on the same computer (same IP) to manage 2 different projects. I would use SFS 1.6. Lapo, you mentioned that we could do it with 1.6 and 1.4, but I guess I can also do it with 2 SFS 1.6. Am I right? In such case, I'd have to use 2 different ports, r...
by juancarlos
15 Mar 2010, 07:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Ways to restart
Replies: 13
Views: 27445

Please, allow me one more question. I know that soft restart calls all the destroy() methods before of every extension before calling again all the init() methods. I need to know if hard restart do it too. I mean, if I type ./sfs restart, will SFS call all the destroy() methods of every extension or...
by juancarlos
12 Mar 2010, 15:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Error Message
Replies: 3
Views: 6003

Error Message

Sometimes, after some unexpected events, I read this message on my Flash Player: TypeError: Error #1088: El marcado del documento que sigue al elemento raíz debe estar bien formado. at it.gotoandplay.smartfoxserver::SmartFoxClient/xmlReceived() at it.gotoandplay.smartfoxserver::SmartFoxClient/handl...
by juancarlos
11 Mar 2010, 16:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Ways to restart
Replies: 13
Views: 27445

Yes, of course, this is the desired situation. :)
But I wanted to understand each possibility, since there are always many unexpected events when managing software.

Thank you again.
by juancarlos
11 Mar 2010, 15:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Ways to restart
Replies: 13
Views: 27445

No, the leaked setInterval will stay in memory if you don't take care of it. Make sure to shut the down when they are not needed anymore. So, please, tell me if I'm right: Soft Restart will not destroy the setIntervals. But Hard Restart will yes destroy the setIntervals. Thank you again.
by juancarlos
11 Mar 2010, 12:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Ways to restart
Replies: 13
Views: 27445

Great answer! Thank you. Sometimes I don't do "clearInterval" after some "setInterval". I make a soft restart and... Does this restart clear all the intervals not previously closed? Because, it seems that a soft restart doesn't clear everything. Thank you. Ps: I know that a well ...
by juancarlos
10 Mar 2010, 16:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Ways to restart
Replies: 13
Views: 27445

Ways to restart

Hello. There is a button on Admin.swf that Restart the SFS. On the other hand you could do ./sfs stop and ./sfs start on your commands console. Both options restart the socket server. My question is: Is it exactly the same thing? Is there any difference between making a restart with Admin.swf or &qu...
by juancarlos
10 Nov 2009, 11:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Formating my pc
Replies: 1
Views: 3728

Formating my pc

I have to format my pc. My question is: May I copy all the folders of my SFS instalation and then copy them on the new formated pc exactly on the same folder? Will that work? I am asking that because I have my configurated files and extension structure and wouldn't like to have to re-install SFS fro...
by juancarlos
30 Sep 2009, 07:43
Forum: Server Side Extension Development
Topic: rebootServer() on AS API
Replies: 1
Views: 4236

rebootServer() on AS API

Hello.
Just to be sure:
In order to make a soft reboot using AS API, the only thing I have to do is to place the following code on any part of any extension. Am I right?
__helper.rebootServer();

Thank you.
by juancarlos
26 Aug 2009, 05:34
Forum: Server Side Extension Development
Topic: thousands of errors
Replies: 1
Views: 4335

thousands of errors

Hello. I am having the following errors on my Logs. As you can see I have many errors per second. But I don't know how to find the mistake, since it doesn't say the zone. Even I think it doesn't say the line of my code that gives the problem. My question is: How can I check this problem to find a so...
by juancarlos
20 Jul 2009, 13:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Adding zones without restarting the server
Replies: 1
Views: 3913

Adding zones without restarting the server

Is it possible to add zones without restarting the server?

Thank you
by juancarlos
10 Jul 2009, 10:46
Forum: BlueBox
Topic: BlueBox yes, webserver No (Important)
Replies: 1
Views: 5907

BlueBox yes, webserver No (Important)

Hello Lapo. I want to have Bluebox on my application, but I don't know if I'm having a security lack. I mean: If you write http://MyIp:8080/ you go to the webserver, there where you can see that message: SmartFoxServer PRO 1.6.6 was installed successfully! In this welcome page we we will guide you t...

Go to advanced search