Search found 6 matches

by kalani96746
25 Jul 2012, 18:54
Forum: SFS2X Java / Android API
Topic: ExtensionsHelper_Exception
Replies: 9
Views: 14032

Re: ExtensionsHelper_Exception

Wow good thing I found this. I had zipped up my extension leaving it in my extensions folder and had no idea why I was getting this error trying to edit my zone. com.smartfoxserver.v2.admin.helper.ExtensionsHelper.loadExtensionsData(ExtensionsHelper.java:98) com.smartfoxserver.v2.admin.handlers.Zone...
by kalani96746
02 Jun 2012, 11:12
Forum: SFS2X ActionScript 3 API
Topic: [SOLVED ]Problem in LogoutRequest !!!
Replies: 6
Views: 9916

Re: [SOLVED ]Problem in LogoutRequest !!!

Hi rjtav, I just meant I was just wondering why Smartfox doesn't just roll the patch in with the current release; it seems its pretty long ago now that this patch was made and it would seem to me a major bug. -------NOTE-------- Just as a note for people with this issue I did notice however the patc...
by kalani96746
31 May 2012, 20:25
Forum: Server Side Extension Development
Topic: SQL Alias Column Names not working??
Replies: 6
Views: 11099

Re: SQL Alias Column Names not working??

Hi Lapo, So we have this... SELECT user.first_name, user.last_name, user.user_name, user.password, role.name AS roleName, partner.name AS parterName, partner.prefix AS partnerPrefix FROM user INNER JOIN role ON user.r_role = role.id INNER JOIN partner ON user.r_partner = partner.id WHERE user_name =...
by kalani96746
31 May 2012, 18:58
Forum: SFS2X ActionScript 3 API
Topic: SWC problem: Version required to extract entry not supported
Replies: 8
Views: 16400

Re: SWC problem: Version required to extract entry not suppo

I was about to say.... I use a mac and when attempting to unzip it would unzip the zip first then unzip the swc automatically and I was left with a folder rather than a swc...wtf? I run a VM Windows box so I tried it there so I could get a .swc and I got the .swc and it works for compiling but the ....
by kalani96746
30 May 2012, 07:47
Forum: SFS2X ActionScript 3 API
Topic: [SOLVED ]Problem in LogoutRequest !!!
Replies: 6
Views: 9916

Re: [SOLVED ]Problem in LogoutRequest !!!

Why not update the client directly rather than via patch. I got the .swc from the website about a week ago and got this error.
by kalani96746
30 May 2012, 06:55
Forum: SFS2X Java / Android API
Topic: [SOLVED] Room/User variables
Replies: 3
Views: 8341

Re: [SOLVED] Room/User variables

I was wondering the same thing...however rather than do as you described I found the following to work...

Code: Select all

user.setVariable(new SFSUserVariable("role", roleName));
this.getApi().getResponseAPI().notifyUserVariablesUpdate(user, user.getVariables());

Go to advanced search