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
Bnizzle
Goosefleet
Gooseflock Featheration
#521 - 2013-08-18 10:19:18 UTC  |  Edited by: Bnizzle
Shin Chogan wrote:
Bnizzle wrote:
Shin Chogan wrote:


Is there anything extra in your apache logs when you try and access the page ?

The code looks like it uses autoload to load in the appropriate class from the /var/www/xxx/Sources/TS3_Class/Helper Sub directory. Is there something about your php.ini that would stop that from working ?


We haven't change the php.ini file so as far as I am aware it should still be at default. I will keep looking through it though.

I am seeing this error now when trying to access the TS admin area

Quote:
[Sun Aug 18 18:33:49 2013] [error] [client 123.3.246.7] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 523800 bytes) in /var/www/xxx/Sources/TS3_Class/Transport/TCP.php on line 148,$e 148, referer: http://xxx/index.php?action=admin



Bingo ... we have a winner ... at least sort of ... it is running out of memory ... though you have 128MB allocated which is the default and the same as I have but my page TS page loads just fine ... Ant WTF is it doing using more than 128MB of Memory

Can you look in your xxx_settings table and look for any settings that start with tea_ts ?


Nothing in the settings table.

Would it be worth to bump up the memory for it to see if will go?

Edit: Is there an ingame channel for TEA? (i know about the mailing list)

Space 'strayan

Bnizzle
Goosefleet
Gooseflock Featheration
#522 - 2013-08-19 14:54:00 UTC  |  Edited by: Bnizzle
I don't know what i was doing the other day but here are the settings with *tea_ts in tehm

Quote:
tea_ts_enable 0
tea_ts_host localhost
tea_ts_qport 10011
tea_ts_db_host localhost
tea_ts_db_user root
tea_ts_db_pw
tea_ts_db_pre teamspeak.clients
tea_ts_method_online 1
tea_ts_method_create 1
tea_ts_warnm 5
tea_ts_kickm 30
tea_ts_username serveradmin
tea_ts_password
tea_ts_port 9987
tea_ts_info
tea_ts_dbid 0
tea_ts_addrule_group -1
tea_ts_nf [#ct#] #name#

Space 'strayan

Shin Chogan
Federal Navy Academy
Gallente Federation
#523 - 2013-08-19 16:21:05 UTC
Bnizzle wrote:
I don't know what i was doing the other day but here are the settings with *tea_ts in tehm

Quote:
tea_ts_enable 0
tea_ts_host localhost
tea_ts_qport 10011
tea_ts_db_host localhost
tea_ts_db_user root
tea_ts_db_pw
tea_ts_db_pre teamspeak.clients
tea_ts_method_online 1
tea_ts_method_create 1
tea_ts_warnm 5
tea_ts_kickm 30
tea_ts_username serveradmin
tea_ts_password
tea_ts_port 9987
tea_ts_info
tea_ts_dbid 0
tea_ts_addrule_group -1
tea_ts_nf [#ct#] #name#


So it has been enabled at some point but is now disabled I've got nothing in my table except tea_ts_nf and tea_ts_addrule_group Can I suggest you remove all those rows from the settings table and see if the page loads then ?
Una Eris
Federal Navy Academy
Gallente Federation
#524 - 2013-08-19 20:41:52 UTC  |  Edited by: Una Eris
Getting a really nasty bug on one of my installations.

http://i.imgur.com/pagUHvh.png

basically says every api is not a toon api with all character. I've checked it on multiple installations but it seems to be stuck in this single machine.

Already tried to clone the forums from one of the working ones, tried reinstalling, but still no luck. any ideas on what could be blocking it?
Shin Chogan
Federal Navy Academy
Gallente Federation
#525 - 2013-08-19 21:07:22 UTC
Una Eris wrote:
Getting a really nasty bug on one of my installations.

http://i.imgur.com/pagUHvh.png

basically says every api is not a toon api with all character. I've checked it on multiple installations but it seems to be stuck in this single machine.

Already tried to clone the forums from one of the working ones, tried reinstalling, but still no luck. any ideas on what could be blocking it?



First thing that springs to mind is do you have the php curl libs installed on that box ?
Bnizzle
Goosefleet
Gooseflock Featheration
#526 - 2013-08-19 22:48:19 UTC
Shin Chogan wrote:
Bnizzle wrote:
I don't know what i was doing the other day but here are the settings with *tea_ts in tehm

Quote:
tea_ts_enable 0
tea_ts_host localhost
tea_ts_qport 10011
tea_ts_db_host localhost
tea_ts_db_user root
tea_ts_db_pw
tea_ts_db_pre teamspeak.clients
tea_ts_method_online 1
tea_ts_method_create 1
tea_ts_warnm 5
tea_ts_kickm 30
tea_ts_username serveradmin
tea_ts_password
tea_ts_port 9987
tea_ts_info
tea_ts_dbid 0
tea_ts_addrule_group -1
tea_ts_nf [#ct#] #name#


So it has been enabled at some point but is now disabled I've got nothing in my table except tea_ts_nf and tea_ts_addrule_group Can I suggest you remove all those rows from the settings table and see if the page loads then ?


That has fixed the issue :)

I did find it weird that if you only entered say a few of the details and saved it the same issue would occur again. It's possible that the connector tries to connect asap and when it cannot it goes crazy.

Space 'strayan

Una Eris
Federal Navy Academy
Gallente Federation
#527 - 2013-08-19 23:08:02 UTC  |  Edited by: Una Eris
Shin Chogan wrote:
Una Eris wrote:
Getting a really nasty bug on one of my installations.

http://i.imgur.com/pagUHvh.png

basically says every api is not a toon api with all character. I've checked it on multiple installations but it seems to be stuck in this single machine.

Already tried to clone the forums from one of the working ones, tried reinstalling, but still no luck. any ideas on what could be blocking it?



First thing that springs to mind is do you have the php curl libs installed on that box ?






I did have some, uninstalled all. restarted, still same issue.

edit: seems like even random invalid apis/vcodes still show the same bug

edit2 : seems to be an issue on my end (not tea). machine can't even ping to api.eveonline.com.
Zenith Gravit
LionGate Enterprises
#528 - 2013-08-20 12:56:44 UTC
Not sure anyone saw this, since there was definitely a more complicated problem being troubleshot, so I wanted to ask again.

I'm not sure if this is an error or not, but our corp has some friends in NPC corps who are Blue to us. They're Blue by corp contact, but TEA won't add them to the Blues group. There's another person who is in a player corp, that isn't in our alliance, his corp is blue to us and he's fine.

Do corp standings for individuals not count?
Shin Chogan
Federal Navy Academy
Gallente Federation
#529 - 2013-08-20 15:10:44 UTC
Not sure but have a look in :

TEA/eve_standings.php and check that it is populated correctly.
ShadowandLight
Trigger Happy Capsuleers
#530 - 2013-08-20 18:21:33 UTC
Shin Chogan wrote:
Not sure but have a look in :

TEA/eve_standings.php and check that it is populated correctly.


not TEA specific, but should I assume that port 443 needs to be open to receive / transmit data when checking the eve server via https?

or is TEA still using HTTP?
Shin Chogan
Federal Navy Academy
Gallente Federation
#531 - 2013-08-20 18:30:54 UTC
ShadowandLight wrote:
Shin Chogan wrote:
Not sure but have a look in :

TEA/eve_standings.php and check that it is populated correctly.


not TEA specific, but should I assume that port 443 needs to be open to receive / transmit data when checking the eve server via https?

or is TEA still using HTTP?


No HTTP is not an option any more so only port 443 for api fetch ... what you need to open will depend very much on your router/firewall ... TEA makes an outbound connection so don't open it inbound (unless you run your forums on port 443 :) ) You will need to allow the connection outbound and allow back in any return traffic though
ShadowandLight
Trigger Happy Capsuleers
#532 - 2013-08-20 21:31:07 UTC  |  Edited by: ShadowandLight
For Ubuntu guys, make sure you have php5-curl installed if your getting API errors

Make sure php / curl is installed
sudo apt-get install php5-curl

Restarting apache
sudo /etc/init.d/apache2 restart
Thorin Wren
The Scope
Gallente Federation
#533 - 2013-08-21 13:59:30 UTC
Would anyone be interested in installing this for me (for a small fee). I have tried but keep getting errors and I have other things I need to be doing. If anyone is interested then please send me a price via in-game mail and I’ll get back to you.
Cain Atticus
BURN EDEN
No Therapy
#534 - 2013-08-22 19:31:16 UTC
Thorin Wren wrote:
Would anyone be interested in installing this for me (for a small fee). I have tried but keep getting errors and I have other things I need to be doing. If anyone is interested then please send me a price via in-game mail and I’ll get back to you.


https://forums.eveonline.com/default.aspx?g=posts&find=unread&t=266284

bought this, not bad for such a new service.
Ash Darkvold
Corsair Navy
#535 - 2013-08-24 00:45:55 UTC
Well here we go again...

After making some poor decisions in my attempt to get Mumble working I was left with an unstable server and had to start from scratch. After getting everything reinstalled I went to test the SMF/TEA to Openfire connection and...nothing happens.

I'm not sure what conglomeration of extensions and .ini fixes I did to make it work last time but I've spent five days at this and have had no success. Everything is enabled and working perfectly fine on both the SMF side as well as the Openfire side. I'm just back to pushing the "Change profile" button and no user being created in Openfire.

If anyone has any suggestions on what I might be missing I would be beyond grateful.
Shin Chogan
Federal Navy Academy
Gallente Federation
#536 - 2013-08-24 08:26:51 UTC
last time it was short_open_tag in your php.ini Big smile
Ash Darkvold
Corsair Navy
#537 - 2013-08-24 13:37:37 UTC
Shin Chogan wrote:
last time it was short_open_tag in your php.ini Big smile

Yeah, that didn't do the trick this time.
Ynot Eyob
Nisroc Angels
The Obsidian Front - Reborn
#538 - 2013-08-26 08:07:48 UTC
When you run a standard check it takes 100 at a time, and you can see the Progress.

Would this be posible for the full reset check as well.

Im constantly getting a error 500 when running the full reset check, and it stops. This Means i have a number of people not getting updated with right Corp / Alliance tags and nore get their Avatar updated.

Else great work, keeping the mod running

Nisroc - Angel of Freedom Nisroc is known as "The Great Eagle".

foxden
Russian Specnaz
Red Alliance
#539 - 2013-08-26 08:58:59 UTC
hi,
Api key when checking the error.
http://i58.fastpic.ru/big/2013/0826/44/2d95a246fc2e55d1792e1b727e25b944.jpg

In this case, the log file is issued php is such a error.
http://i57.fastpic.ru/big/2013/0826/4e/ed185e9c5141e8038d5259e6bd4d684e.jpg

Tell me what the problem is and how to fix it?
Shin Chogan
Federal Navy Academy
Gallente Federation
#540 - 2013-08-26 10:29:04 UTC
foxden wrote:
hi,
Api key when checking the error.
http://i58.fastpic.ru/big/2013/0826/44/2d95a246fc2e55d1792e1b727e25b944.jpg

In this case, the log file is issued php is such a error.
http://i57.fastpic.ru/big/2013/0826/4e/ed185e9c5141e8038d5259e6bd4d684e.jpg

Tell me what the problem is and how to fix it?



You might want to use the current version ... 1.2.1 doesn't support the new style keys.