Search found 48 matches

by Buffy1011
17 Sep 2012, 20:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

Yes, i saw that and was trying to figure out why it was that way :P but I couldn't
Now I know..Thanks so much!
by Buffy1011
16 Sep 2012, 23:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

Ok tried that but it has the same error
by Buffy1011
16 Sep 2012, 22:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

Just realized I got a reply to this, lol. Anyways, I caught that and updated the extension but its still not working.. 23:41:10.510 - [ WARNING ] > Error in extension [ inventoryfunctions.as ]: unter minated string literal (inventoryfunctions.as#1650) Internal: 75 -- Line number: 74 in file: invento...
by Buffy1011
16 Sep 2012, 15:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

Okay I got it to work..Adding root worked, haha. But now I have an SQL error with this coding. var sql = "UPDATE users SET " sql += " inventpizza='" + _server.escapeQuotes(params.item) + "'," sql += " WHERE name='" +_server.escapeQuotes(params.NAME) + "',...
by Buffy1011
16 Sep 2012, 03:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

I'm thinking might be the button that I put the eztensuon thing on..I'm not 100% sure but I'll check it out tomorrow and see if I find a way to solve it. Thanks!
by Buffy1011
14 Sep 2012, 22:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

Okay here's the extension. /* * Initializion point: * * this function is called as soon as the extension * is loaded in the server. * * You can add here all the initialization code * */ var dbase function init() { trace("Extension initialized") dbase = _server.getDatabaseManager(); } /* * ...
by Buffy1011
14 Sep 2012, 12:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

Alright, have to after school then - sorry late reply
by Buffy1011
13 Sep 2012, 22:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

Yes all of it or just that function thing?
by Buffy1011
13 Sep 2012, 22:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

The other command works fine, the extension and the server itself have been reloaded / restarted, and no errors on startup.
by Buffy1011
13 Sep 2012, 21:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Re: Extension problems..

Okay, just did that. It still isn't working, no output (on the server) or anything :(
by Buffy1011
12 Sep 2012, 21:44
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension problems..
Replies: 18
Views: 57757

Extension problems..

Hi there. Okay so, I've gotten my first extension up and running..you can see in my previous posts i was having trouble, but now its fine. My question this time is about adding a second command to a extension, because this time, it isn't calling no matter what I do. I know it can't be the same probl...
by Buffy1011
05 Sep 2012, 21:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension call help
Replies: 4
Views: 7158

Re: Extension call help

So how should i fix it?
Add var dbase near the beginning of the extension?
by Buffy1011
04 Sep 2012, 20:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension call help
Replies: 4
Views: 7158

Re: Extension call help

Just redid the extension, its being called now - NO idea why it wasn't last time but that's fixed..Anyways, I have a new error. They just follow me..lol 20:54:21.436 - [ WARNING ] > Error in extension [ inventoryfunctions.as ]: TypeE rror: Cannot call method "executeQuery" of undefined (in...
by Buffy1011
04 Sep 2012, 15:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Extension call help
Replies: 4
Views: 7158

Extension call help

Hi. So I've recently made a extension, and I'm having troubles accessing it.. So, the extension has no errors, and I've added some traces to the extension as well. var InventoryExt = "Inventory"; function getData() { smartfox.sendXtMessage(InventoryExt, "getData", {}, "xml&q...
by Buffy1011
07 Jun 2012, 15:46
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxServer Ubuntu Help
Replies: 1
Views: 4207

Re: SmartFoxServer Ubuntu Help

Hello, I just fixed this problem. My advice to anyone using host1plus.com as their vps provider is to ask the livechat to install Java for you. I asked them and they did it for me, and afterwards I was able to get SFS to work. Not sure why they didn't have it installed in the first place, but so gla...

Go to advanced search