These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

TEA (v1.2.1) - Member Management Mod for SMF 2, TeamSpeak 3 and Jabber

First post
Author
Crausaum
Ixion Defence Systems
#81 - 2011-12-01 05:27:12 UTC
Liandra Xi wrote:
The solution is as follows:

1. Install Temars mod as normal.
2. After install, go the root folder or your webserver.
3. Navigate to the "TEA" folder.
4. Change file permission on "TEA_xmlhttp.php".
5. By default permission are 666, change to 644.


Fixed my issue, thanks a ton.

Sent you some ISK.
robo tim
#82 - 2011-12-01 14:01:37 UTC
I hope someone can help me out. I have setup a Openfire server and got it setup correctly (i hope). the issues im have is testing the add user function on the forum mod to the server. TEA has pulled the groups from the database but it doesnt seem to be adding users that register. i think its something todo with this secret passcode but i dont remember setting up a password to register on openfire.

any ideas?

thanks
Inari Ryosaki
Altagious
#83 - 2011-12-04 08:32:08 UTC  |  Edited by: Inari Ryosaki
When i try and run a full members check it errors out

Quote:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
File: /var/www/infusion/forum/Sources/TEA.php
Line: 2234


That line is...

Quote:
$users1 = $this -> smcFunc['db_query']('', "SELECT id_member, member_name, ID_GROUP FROM {db_prefix}mem bers WHERE id_member <= ".$this -> lastid)


I hadn't tried to do this for a while, but had to rebuild soon. But after the rebuild i have uninstalled and re-installed TEA to the latest version and this is the problem now. So i suspect its something to do with that. any help is appreciated.


*****

Spotted the curl error, damn you nearly invisible font! all resolved.
Cykasm
Deep Core Mining Inc.
Caldari State
#84 - 2011-12-07 23:27:53 UTC
Ok I have an issue I just cant seem to get past

Running TEA 1.3.0 r169
Mysql as DB for TS3

Everything works as expected untill you go to register for teamspeak, it just wont show the unique id, I can see the user in the TS DB but this dosent get refelected on the webpage and as a result the user is unable to register and simply gets [ERROR] Invalid TeamSpeak UnqiueID

Thanks in advance for any support
Cykasm
Deep Core Mining Inc.
Caldari State
#85 - 2011-12-08 02:39:36 UTC
Also haveing an issue with jabba, the mod pulls the group data so I know the connection is right however it just wont create a new user in jabba itself.

Basically the same issue as above with TS, can read data but cant write it

Please someone help, this is doing my head in
robo tim
#86 - 2011-12-08 14:19:36 UTC
as the guy above im having the same issue.... the mod can read the database but cant write to it.
Valencia Mariana
School of Applied Knowledge
#87 - 2011-12-13 09:09:48 UTC
To update to the dev version is it required to un-install the release version (1.2.1)?
Livia Verheor
Bionesis Technologies
#88 - 2011-12-15 08:20:26 UTC  |  Edited by: Livia Verheor
Inari Ryosaki wrote:
When i try and run a full members check it errors out

Quote:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
File: /var/www/infusion/forum/Sources/TEA.php
Line: 2234



I have the same issue (running 1.2.1) .
Valencia Mariana
School of Applied Knowledge
#89 - 2011-12-16 16:14:01 UTC
Valencia Mariana wrote:
To update to the dev version is it required to un-install the release version (1.2.1)?


Anyone else tried upgrading from 1.2.1 to dev release?
Valencia Mariana
School of Applied Knowledge
#90 - 2011-12-16 16:14:08 UTC  |  Edited by: Valencia Mariana
Takon Orlani
School of Applied Knowledge
Caldari State
#91 - 2011-12-17 17:06:59 UTC
Will there be an update that uses the new API keys soon?
PyroTech03
Caldari Provisions
Caldari State
#92 - 2011-12-17 18:08:28 UTC
Takon Orlani wrote:
Will there be an update that uses the new API keys soon?


already does....use the dev version.
Ralagina
Fighters of the Rising Sun
#93 - 2011-12-18 19:04:08 UTC  |  Edited by: Ralagina
Hi

Getting a bit of an issue on setup. On the SMF interface, when going to alter the options for the api mod, all the pages work (i.e. the Jabber settings) except for team speak - when clicking on links to go to the team speak options, a blank page is generated - no content.

This page:

/index.php?action=admin;area=tea;sa=ts


Your Version: 1.3.0 r169
httZip
M0N0LITH
#94 - 2011-12-20 11:02:06 UTC  |  Edited by: httZip
Guys, I am totally up "the" creek without the paddles!!! Lol

Here's the details:

SMF 2.0.1
SimplePortal 2.3.4
TEA 1.3.0 r169

Forum API works.
Teamspeak 3 integration does NOT work!

I've done the steps several times over include uninstall and reinstall twice and it still doesn't work

First, I'm using the new API.
Second, I'm logged into TS3 with the exact name in TS3 as there is from the API
Third when clicking on Temars EVE API page and then TeamSpeak, my Name and Unique ID are not showing as they should (indication of problem #1)...in fact not showing at all.

Fourth, when clicking Register, I get:

[ERROR] Unable to Match any Groups OR then [ERROR] Unknown method

Now, I have the exact same group existing in TS as I do in SMF so I'm totally at a loss why this is not working.

The only rule set is:

Name: Alliance Members
Main Group = YES
Condition: OR
Group: Alliance Members

I've done this literally about 30-40 times now and I'm sure it's a small thing that's keeping the API and TS communicating but I'm out of ideas! TS Query username and passwords are all up to date.

You gurus out there...I'd be grateful for your assistance!
Xornicon Altair
Black Watch Syndicate
#95 - 2011-12-27 01:16:40 UTC
I seem to be unable to reach the Dev version of this. The site coughs up an error of being unable to download resource at path /. Can anyone else get anything out of this?

This is the song....

Kashya Idahon
Perkone
Caldari State
#96 - 2011-12-28 00:02:56 UTC
Livia Verheor wrote:
Inari Ryosaki wrote:
When i try and run a full members check it errors out

Quote:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
File: /var/www/infusion/forum/Sources/TEA.php
Line: 2234



I have the same issue (running 1.2.1) .


same... with 1.2.1 and 1.3.0 r169
Kashya Idahon
Perkone
Caldari State
#97 - 2011-12-28 20:21:15 UTC
Kashya Idahon wrote:
Livia Verheor wrote:
Inari Ryosaki wrote:
When i try and run a full members check it errors out

Quote:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
File: /var/www/infusion/forum/Sources/TEA.php
Line: 2234



I have the same issue (running 1.2.1) .


same... with 1.2.1 and 1.3.0 r169


fixed!

"Update Functions Require cURL extension for PHP"

Use this guide:

http://php.net/manual/de/install.unix.debian.php

(step 4 is important)
Kashya Idahon
Perkone
Caldari State
#98 - 2011-12-29 14:37:48 UTC
Norian Lonark wrote:
Hi Everyone,

I installed TEA and it all looked to be going fine. Put in the API checked the rules and looked good. But when I went to the profile page to try and update to a new API I get the following error:

Quote:
index.php?action=profile;area=tea;save. It may be down for maintenance or configured incorrectly.


When I click Save.

When I look at the error log I find the following:

index.php?action=profile;area=tea;save8: Undefined index: sa
File: /Sources/Profile-Modify.php
Line: 1058

I'm using TEA Version: 1.3.0 r168
SMF version: 2.0.1

Any suggestions greatly appreciated.


Reinstalled forums and tea mod and got past this problem.

Many Thanks,

Nori.



Hey,

now i have this problem... reinstall didtn work... i hope somebody (Temar Radeik ;) ) can help me...
Tomy LEE
Perkone
Caldari State
#99 - 2012-01-02 17:07:56 UTC
Valencia Mariana wrote:
Valencia Mariana wrote:
To update to the dev version is it required to un-install the release version (1.2.1)?


Anyone else tried upgrading from 1.2.1 to dev release?


I got crash when uninstalling 121 version... Got errors when upgrading using admin panel... So how do you install the dev version properly ?
The Magez
Deep Core Mining Inc.
Caldari State
#100 - 2012-01-17 03:16:25 UTC  |  Edited by: The Magez
I also have that blank Teamspeak setting page after i tried to setup it and clicked enter, then nothing but a blank white page is shown.

1.3.0 r169