|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

lasterax
Stay Frosty.
5
|
Posted - 2014.02.03 23:39:00 -
[1] - Quote
First of all Shin, thanks for taking this on. I go back to ESAM with a former alliance and have always preferred SMF and this mod, thanks for updating it!
I'm having a whale of a time with TS3 integration though. Am I to understand it the mod will not work unless you have database access on the server? Our comms are hosted by Lightspeed Gaming so not sure if that would be possible for us or not. I put all the info on for the ServerQuery login but nothing seems to take.
If anyone else has TS3 integration set up and can provide any tips would appreciate it.
--Rax |

lasterax
Stay Frosty.
5
|
Posted - 2014.02.16 18:00:00 -
[2] - Quote
With TS and Jabber on a separate server I'm starting to get somewhere but running into problems.
The TS script is giving me Undefined index errors for tea_charid, tea_userid and tea_api at lines 86, 87 and 88 in TEA_TS.php-- do I have something misconfigured somewhere?
Jabber integration is seeing the server, can't seem to create any users at this point, working on it still.
--Rax |

lasterax
Stay Frosty.
5
|
Posted - 2014.02.17 05:02:00 -
[3] - Quote
Shin Chogan wrote:lasterax wrote:With TS and Jabber on a separate server I'm starting to get somewhere but running into problems.
The TS script is giving me Undefined index errors for tea_charid, tea_userid and tea_api at lines 86, 87 and 88 in TEA_TS.php-- do I have something misconfigured somewhere?
Jabber integration is seeing the server, can't seem to create any users at this point, working on it still.
--Rax Oh farnsworth !!!! ... fsking TS code ... never touched it ... don't use TS ... comes back and bites me in the fsking arse. Looks like Temar never actually updated the TS code in line with the rest of the code for the CAK keys. it is using old db values that don't exist anymore !!! You should be able to safely ignore those errors ... that chunk of code doesn't actually do anything useful anyway it looks like it was copy pasted from another chunk of code and even though these bits aren't used in this function Temar left them in. *sigh*
Yeah, i have something going on though as I can't get it to the point where the rules will be displaying. So, I'm still debugging. Tthe other error it is throwing is "undefined variable: gl" at lines 174 and 251 in TEA_TS.php.
Think I'll go back to debugging Jabber for a while, at least that is seeing the DB, just seems like it can't add users at this point so appears I have some permissions to chase down.
--Rax |

lasterax
Stay Frosty.
5
|
Posted - 2014.03.01 17:24:00 -
[4] - Quote
I know you hate the TS code but it's a big piece I'd like to get to work.
So, ignoring the tea_charid, tea_userid tea_api errors and I'm assuming the foreach($chars as $char) on line 1122 (I'm not a scripter but if I follow it right it's calling the previous strings) I get to the last three errors that show trying to finalize TS setting in admin.
These errors start at Line 174, there are two:
Undefined variable: gl Invalid argument supplied for foreach() (a result of the prior I assume)
Then again at Line 251 there's another Undefined variable: gl
Any thoughts? I'm still debugging Jabber but that is successfully querying the server and pulling down groups and info so that I get to groups to check for access. The TS module never gets that far.
--Rax |

lasterax
Stay Frosty.
5
|
Posted - 2014.03.21 23:20:00 -
[5] - Quote
Migrated my forum to get on the same server as comms. Thins have gone well except for when running the API check, I get the following error:
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/forums/Sources/TEA.php Line: 2492
Checking the error log I also get the following:
8: Undefined property: TEA::$lastid
Something I missed doing the move?
--Rax |

lasterax
Stay Frosty.
5
|
Posted - 2014.03.23 00:01:00 -
[6] - Quote
lasterax wrote:Migrated my forum to get on the same server as comms. Thins have gone well except for when running the API check, I get the following error: 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/forums/Sources/TEA.php Line: 2492 Checking the error log I also get the following: 8: Undefined property: TEA::$lastid Something I missed doing the move? --Rax
Any ideas on this one Shin? I've tried removing the mod and reinstalling and it doesn't seem to fix the trouble. Everything else appears to be working right so I'm stuck at what's causing the error.
--Rax |

lasterax
Stay Frosty.
5
|
Posted - 2014.03.23 15:31:00 -
[7] - Quote
Shin Chogan wrote:
not yet .... I've not been able to trace a path that would not set TEA::$lastid
edit : unless .... can you look in your settings table and find a value tea_nextpull. Also what happens if you run the TEA_cron.php script ?
There is a value for tea_nextpull: 1395427119.
When I execute TEA_cron.php I get:
API System Screwed : bool(false)
Thanks,
--Rax |

lasterax
Stay Frosty.
5
|
Posted - 2014.03.24 02:23:00 -
[8] - Quote
Shin Chogan wrote:Minibren wrote:I have an issue with the API system.
Info: Server running ubuntu 12.04 on a digital ocean server. The mod seems to have successfully installed. Entering a corp api has not updated the system (says last updated never) Changing the API profile of a user returns "[ERROR] API is returning invalid XML" When trying to register with api this error message is displayed "API System Screwed - Can't fetch Toons"
Trying to run a full member check produces this error: "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/Sources/TEA.php Line: 2492"
Any ideas with what is causing this? Can't seem to find a solution. Seems like you are not getting anything sensible from CCP's api servers. As to the reason why ... that is the 64 million dollar question. Without packet traces or adding debug lines it is very difficult to tell more.
Seems to be my issue as well as I'm running almost that exact same setup - except I'm running Ubuntu 13.04 on a Digital Ocean droplet. I can telnet to api.eveonline.com on port 443 so I'm not sure what the deal is yet.
--Rax |

lasterax
Stay Frosty. A Band Apart.
5
|
Posted - 2014.03.25 03:03:00 -
[9] - Quote
Jessica Helsel wrote:
Not sure what instructrions you were following but I believe this is because you are missing php5-curl.
sudo apt-get install php5-curl
You might need to restart apache for this to make any difference. sudo service apache2 restart
Also I've noticed that the TEA files aren't executable, so if you go in to /var/www/TEA you can sudo chmod 755 ./* Also make sure they are owned by www-data. sudo chown www-data:www-data ./*
Again you might need to restart apache before you see any differences, I'm not sure there.
Winner winner chicken dinner! Thanks very much!
--Rax
|

lasterax
Stay Frosty. A Band Apart.
5
|
Posted - 2014.08.10 19:34:00 -
[10] - Quote
Getting pressed for Jabber integration again so I'm trying to slay the beast.
Openfire and SMF are on the same server. SMF can see the Openfire groups fine and I'm able to set all the rules so clearly it has read access to the database.
However, it's not doing any writes for new users, they never get added to the group selected. I don't get that as I've set up the service with a user with ample permissions.
Does anyone have this all up and working well that could give me some pointers? I'm not seeing anything in the error log, all I see from SMF is:
Quote:http://SMF Server/index.php?action=admin;area=tea;sa=jabber 8192: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead File: /var/www/html/Sources/TEA_Jabber_OF.php Line: 30
Thanks. |
|

lasterax
Stay Frosty. A Band Apart.
5
|
Posted - 2014.08.10 22:38:00 -
[11] - Quote
Actually looks like I figured this out, I think I borked the User Service allowed IPs. Once I threw spaghetti at it (localhost, 127.0.0.1, and the server's IP) it looks like it's working.
--Rax |
|
|
|