bgame-hunter / temars-eve-api

Automatically exported from code.google.com/p/temars-eve-api
0 stars 0 forks source link

Fixed "Get Characters" button not working #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Latest TEA Dev Version

SMF Version 2.0 and 2.0.1

So for the last few weeks we have been testing this, and the latest dev version 
of the mod works fine on both 2.0 and 2.0.1 installs (tested as a full install 
- upgrade not tested - yet).

Except the "Get Characters" button would not work for us on registration, 
clicking it in IE, FF or Chrome produced nothing, as if the JS wasn't getting 
called at all.

After a marathon session recently going over the code line by line and testing 
for possible solutions, we finally found what the issue was and are able to fix 
an install in 1 simple step now.

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.

Everything now works fine, get characters works and the mod works perfectly on 
vanilla SMF 2.0 and 2.0.1 installs with no other errors of any type. Its only 
that incorrectly applied file permission that is stopping the get characters 
script from activating correctly on registration.

I believe this fix may help a number of users of the mod, any questions feel 
free to contact me in game.

o/ Liandra Xi, C0nvicted Alliance Admin Team

Original issue reported on code.google.com by mord...@gmail.com on 30 Nov 2011 at 1:26