| Author | Thread Statistics | Show CCP posts - 1 post(s) | 
      
      
        |  ShadowandLight
 Cryptonym Sleepers
 Test Alliance Please Ignore
 
 1
 
 
       | Posted - 2011.09.13 15:42:00 -
          [1] - Quote 
 Would mumble be supported anytime soon?
 | 
      
      
        |  ShadowandLight
 Black Aces
 Against ALL Anomalies
 
 67
 
 
       | Posted - 2013.01.11 14:02:00 -
          [2] - Quote 
 Hey all!
 
 I am getting a running list of errors when doing full member checks
 
 http://i.imgur.com/XCxBy.png
 
 and user reg seems to 404 quite often
 
 is it because the API server cant handle that many requests? or is there some coding error i can correct?
 | 
      
      
        |  ShadowandLight
 Black Aces
 Against ALL Anomalies
 
 67
 
 
       | Posted - 2013.01.15 06:13:00 -
          [3] - Quote 
 hey troy~
 
 using your file i have 2 issues
 
 1 - the get api is very slow on the forums, sometimes it times out. Clicking on the "eve api" button sometimes fixes it. When people reg they often get emails before the page tells them they are registered.
 
 2 - i too am finding sometimes people are told they dont have the right API, even when I checked it myself.
 
 Using a mysql DB btw.
 | 
      
      
        |  ShadowandLight
 Black Aces
 Against ALL Anomalies
 
 67
 
 
       | Posted - 2013.01.15 13:59:00 -
          [4] - Quote 
 I'm also getting this error
 
 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /home/xxxxx/public_html/smf/Sources/TEAC.php:384 Stack trace: #0 /home/xxxxx/public_html/smf/Sources/TEAC.php(384): SimpleXMLElement->__construct('?? corp_info('98029188') #2 /home/xxxxx/public_html/smf/Sources/TEAC.php(66): TEACN->get_api_characters('29230', 'K51dLLCDYTbtz54...') #3 /home/xxxxx/public_html/smf/TEA/TEA_xmlhttp.php(7): TEAC->get_api_characters('29230', 'K51dLLCDYTbtz54...') #4 {main} thrown in /home/xxxxx/public_html/smf/Sources/TEAC.php on line 384
 | 
      
      
        |  ShadowandLight
 Black Aces
 Against ALL Anomalies
 
 67
 
 
       | Posted - 2013.01.15 14:05:00 -
          [5] - Quote 
 
 Shin Chogan wrote:ShadowandLight wrote:hey troy~
 using your file i have 2 issues
 
 1 - the get api is very slow on the forums, sometimes it times out. Clicking on the "eve api" button sometimes fixes it. When people reg they often get emails before the page tells them they are registered.
 
 There are 2 parts to this ... first up sometimes the api servers can be pretty slow but I also believe that there are some problems with the code that compound this as things are not being cached when they should be. Quote:2 - i too am finding sometimes people are told they dont have the right API, even when I checked it myself.
 
 It is possible vital api calls are timing out which would result in it not having the info it needs. Also make sure it is an api key that lists ALL the characters on the account and not just one of them. 
 
 If there is any improvement to be had in the code it would help a ton, as this is a pretty annoying problem atm.
 
 Also with all the API's i've used in testing i've made sure its "all characters" as the option.
 
 
 | 
      
      
        |  ShadowandLight
 Dread Phoenix Society
 Black Core Alliance
 
 68
 
 
       | Posted - 2013.01.29 20:46:00 -
          [6] - Quote 
 
 epsilonion wrote:YAY Figured the jabber thing out... I had the problems everyone else seemed to have.. when it saw both databases but did not update the user into openfire.. basically in the smf>admin>tea>jabber menu. the field: URL to Admin Page for Openfire eg. http://localhost:9090 : I had "127.0.0.1:9090 I changed the 127.0.0.1:9090 to thishttp://127.0.0.1 :9090 this sorts out that problem... But does this remove the user if they leave corp automatically? 
 
 http://localhost:9090 should work fine, as well as http://serverrealipaddress:9090
 | 
      
      
        |  ShadowandLight
 Dread Phoenix Society
 Black Core Alliance
 
 68
 
 
       | Posted - 2013.02.24 19:07:00 -
          [7] - Quote 
 I am running into this error when trying to run the "reset names" command
 
 
 ==
 
 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 'Brien' WHERE ID_MEMBER = 30' at line 1
 File: /public_html/smf/Sources/TEA.php
 Line: 2645
 
 Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 2.0.4, while your database is at version 2.0.3. The above error might possibly go away if you execute the latest version of upgrade.php.
 
 ==
 
 SMF searches mostly say such errors are bugs, not verison errors.
 
 Also i ran a repair on the SMF database that showed everything was ok.
 | 
      
      
        |  ShadowandLight
 Black Aces
 Against ALL Authorities
 
 121
 
 
       | Posted - 2013.08.14 15:35:00 -
          [8] - Quote 
 Can someone tell me the recommended cronjob intervals?
 
 and do i run only tea_cron.php or do I run all 4?
 
 tea_cron.php
 TEA_TS_Cron_Names.php
 TEA_Jabber_Cron_Access.php
 TEA_TS_Cron_Access.php
 | 
      
      
        |  ShadowandLight
 Black Aces
 Against ALL Authorities
 
 133
 
 
       | Posted - 2013.08.20 18:21:00 -
          [9] - Quote 
 
 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?
 | 
      
      
        |  ShadowandLight
 Black Aces
 Against ALL Authorities
 
 134
 
 
       | Posted - 2013.08.20 21:31:00 -
          [10] - Quote 
 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
 | 
      
        |  |  |