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

Nutbolt
Avalon Project Shadow Rock Alliance
70
|
Posted - 2013.01.17 11:11:00 -
[1] - Quote
I am also getting this error when I try and register a new user on the forums. They go through the registration page, enter in the correct API info, then Get Characters, select the right char, then click register, and this error occurs after about 3 minutes (also have the speed issues with api as mentioned above).
www.avalonproject.co.uk/forums
|

Nutbolt
Avalon Project Shadow Rock Alliance
70
|
Posted - 2013.01.17 16:32:00 -
[2] - Quote
Updated to this version and all hell broke loss :)
Ran the check all thing, and after quite a while it failed when it got to an API key which it stated as: API SCREWED
Runtime Error:
API System Screwed - Can't fetch Roles: string(3030) " Server Error in '/' Application.
|

Nutbolt
Avalon Project Shadow Rock Alliance
70
|
Posted - 2013.01.17 16:56:00 -
[3] - Quote
Looking at the profile pages of users, those with SCREWED apis are still in groups (I don't have a rule for invalid apis yet, but this suggests screwed is different to invalid so rule wouldn't apply?). Users whos api key is ok the status says checked. whereas those who api key is screwed state the status as OK.
And on a side note, one of those persons keys worked fine this morning, but now says screwed.
|

Nutbolt
Avalon Project Shadow Rock Alliance
70
|
Posted - 2013.01.17 18:51:00 -
[4] - Quote
Next question(s) is in regards to cron jobs: Assuming I am not using the jabber or TS3 stuff (yet), do I only need to run the 1 cron job (TEA_Cron.php)? If so how often do you suggest? I see a few pages back it was suggested to run every minute, but that seems a bit excessive?
The output of the cron just gives me the login page for the forums. Assuming I am not logged in, it just directs me to login when trying to run the cron job. I assume this means its not being run. Any ideas? Thanks!
|

Nutbolt
Avalon Project Shadow Rock Alliance
70
|
Posted - 2013.01.17 19:35:00 -
[5] - Quote
As long as I am logged in it outputs nothing (and I guess works), but if I try and access the the cron job (running it from the browser) while not logged in it just directs me to the login page.
I am running the cron job from within cPanel using this command: curl --silent --compressed http://www.avalonproject.co.uk/forums/TEA/TEA_Cron.php >/dev/null 2>&1
(works for other cron jobs).
|

Nutbolt
Avalon Project Shadow Rock Alliance
70
|
Posted - 2013.01.17 20:29:00 -
[6] - Quote
Shin Chogan wrote:Hmmm interesting ... my understanding is that it is designed to run from a cron system ... at the command line absolutely no browser or curl should be involved. Obviously I may be wrong but at least this way you certainly don't need to be logged in :)
Any suggestions on how I do this? :) I don't have access to shell, or whatever it is. I have never had a problem before with cron jobs, including our current forums (in the procces of moving from EVEBB to SMF).
|

Nutbolt
Avalon Project Shadow Rock Alliance
77
|
Posted - 2013.01.24 13:27:00 -
[7] - Quote
On the subject of requests/suggestions: The link to the EVE API pages should really open up in a new tab, not in the same tab, as that's just silly :)
|

Nutbolt
Avalon Project Shadow Rock Alliance
77
|
Posted - 2013.01.24 13:48:00 -
[8] - Quote
Shin Chogan wrote:Are you talking about the link at the bottom on the Profile pages ? or during registration ? if the former then the version I posted "should" do that ... at least it does it for me ... there is a target="_blank" in the href.
In both its not doing it, and I have the most recent version from a few posts up. Odd. I know I can edit the files myself, just suggesting its added for both pages in the 'official' release as I have had a few corpies complaining about it lol.
|

Nutbolt
Avalon Project Shadow Rock Alliance
77
|
Posted - 2013.01.24 15:25:00 -
[9] - Quote
Shin Chogan wrote: Ah ... ha ... those would be the ones the original dev put in ... I turned the required options bit at the bottom into a link :)
I've updated the file with both fixes and updated the google drive file.
You will need to install again for the registration fix or look at mod_register.xml and modify Sources/Register.php appropriately :)
Now you've made the changes lol, may I suggest the links be changed to the one which creates a key with the correct mask. busy atm, but something like apiurl.com/createpredefined/58293498 (use correct mask). Makes registering that much easier and takes them straight to the create api page.
|

Nutbolt
Avalon Project Shadow Rock Alliance
77
|
Posted - 2013.02.04 07:56:00 -
[10] - Quote
This is caused by the API server returning an application error and is not something you can fix. Simply have to try again and wait for API server to work properly.
|
|

Nutbolt
Avalon Project Shadow Rock Alliance
78
|
Posted - 2013.02.20 12:08:00 -
[11] - Quote
This is a TEA question because it manages the user database (and I didn't know where else to ask :D):
So I have my openfire server, I have my forums, I have the link working, it creates openfire users via the forums etc... (yet to test cron job and a couple of other things, but lets assume they work). My question is, how do I remove someone's access to jabber (openfire) when they leave the corp?
Also, is it possible to restrict a room so only a certain group can join it? I have had a search and stuff, but all I can find is restricting by user, and manually updating the user list.
Thanks!
|

Nutbolt
Avalon Project Shadow Rock Alliance
78
|
Posted - 2013.02.20 17:12:00 -
[12] - Quote
I have a clean install of 3.8.0 and the only issue I had with rooms/conferences was when I broke mySQL when installing TS3 (using a mysql db).
and thanks for the info, that makes a lot of sense. Cheers! (and openfire sucks if you cant limit a room to certain groups, but not a massive issue atm).
|

Nutbolt
Avalon Project Shadow Rock Alliance
78
|
Posted - 2013.02.21 17:23:00 -
[13] - Quote
Ok I have been doing some edge case testing on the rules and stuff and came across an issue.
I have a user, who was registered, had a working API key, all lovely. Then he decides to delete the API key on the EVE API Support page (not the forums), or change the verification code, so that it is not valid on the forums any longer. He is removed from the groups etc.... (so losses forum and jabber access), however I have a Main Group Rule which states he should then be put into a SMF Primary group (this is for a wiki bridge im testing).
I have 3 main group rules:
1.) Are they in corp, if so put in corp member group 2.) Are they out of the corp, if so put in Out of corp group 3.) Is their API key invalid, if so put in Out of corp group.
I then have some additional group rules as well.
My issue is that the person with the invalid key is not being put into the Out of corp group as their main/primary group. I have a user who is out of the corp, and they have been put into this group in line with the rules, but the person with the invalid key has not.
When I run the full check, it says No API. Is this simply a bug where an invalid API key isnt being seen by the rules as an invalid key, and is being seen as No API key, so none of the rules apply?
Thanks!
|

Nutbolt
Avalon Project Shadow Rock Alliance
78
|
Posted - 2013.02.22 11:47:00 -
[14] - Quote
The API server is down while they attempt to fix it (they took it down this morning), however this has resulted in everyone losing access to the forums and Jabber. Is it easy/possible to add something so that if the server is down it doesn't run any of the rule checks until the server is back up?
|

Nutbolt
Avalon Project Shadow Rock Alliance
78
|
Posted - 2013.02.22 19:26:00 -
[15] - Quote
Yup, once the API server came back everyone got access to Jabber and the forums again, and our wiki (access based on SMF groups).
Any ideas on my previous post about users who change their verification code, or delete it on CCPs side not being added to a primary group?
|

Nutbolt
Avalon Project Shadow Rock Alliance
78
|
Posted - 2013.02.24 08:03:00 -
[16] - Quote
Our forums have finally gone live, with this mod managing our users for the forums, Jabber and our Wiki. I have made a couple of how to videos on how to register on the forums, and how to get Jabber going using Pidgin. Obviously these videos have Avalon Project written all over them, but you are welcome to link to them if you want.
Register on the forums: http://www.avalonproject.co.uk/?page_id=474
Register/Setup Jabber: http://www.avalonproject.co.uk/?page_id=485
|

Nutbolt
Avalon Project Shadow Rock Alliance
78
|
Posted - 2013.05.19 21:08:00 -
[17] - Quote
Righto, I have recently been having some fun with the Jabber part. Our Jabber is hosted on a different server to the forum, but we have access to the DB (tested this), and the port (9090) for the admin console is allowed through the firewall both ends. When I go to someones profile on the forums and enter a password for jabber, on the forums it says its created, but in the admin interface on jabber it is not showing up. The jabber cron job also throws up no errors.
Any ideas please? Or ideas on how I can this further?
|

Nutbolt
Avalon Project Shadow Rock Alliance
78
|
Posted - 2013.09.11 06:03:00 -
[18] - Quote
Manic Velocity wrote:How would I go about hiding the API fields from the registration page, if at all possible?
I want users to be able to register on the site without requiring an API key, but they can provide an API key later in their profile to gain access to our EVE forums. But I don't want to present non-EVE users with those API fields during registration and risk confusing them.
Also, any further update on implementing the cron tasks into the SMF "Scheduled Tasks" functionality? In the off-chance that our site admin does not have access to set up cron tasks on the server.
Thanks for all your help!
In the settings for TEA theres an option: "Is a Valid Api required to Register?" I guess untick that, however I don't know if it will remove the API fields.
|
|
|
|