EVE-SECURE / temars-eve-api

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

Error 106 #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TEA Version?

1.1.1

SMF Version?

SMF 2.0 RC4

What steps will reproduce the problem?
1. Registration a new user.
2.
3.

What is the expected output? What do you see instead?

Error 106 (Must provide userID parameter for authentication.)

Please provide any additional information below.

A lot of other tools have the same problem. 

Original issue reported on code.google.com by Irimit....@gmail.com on 28 Jan 2011 at 11:15

GoogleCodeExporter commented 9 years ago
is this still an issue as unable to reproduce

Original comment by tema...@googlemail.com on 21 Feb 2011 at 12:39

GoogleCodeExporter commented 9 years ago

Original comment by tema...@googlemail.com on 21 Feb 2011 at 2:10

GoogleCodeExporter commented 9 years ago
The problem is that we have to register with API. But the User ID & API Key 
imput is double in the Register page. When i click on "Get Characters" i have 
the error: 

Error 106 (Must provide userID parameter for authentication.)

When I uninstall the API mod I get another error:

Fatal error: require_once() [function.require]: Failed opening required 
'/var/www/Sources/TEA.php' (include_path='.:/usr/share/php:/usr/share/pear') in 
/var/www/index.php on line 214

Original comment by Irimit....@gmail.com on 21 Feb 2011 at 6:57

GoogleCodeExporter commented 9 years ago
ah thats an error from failed remove attempt or something
basicly leaving code behind, installing the mod left you with double the code 
and ofc when the mod is uninstalled the code fails to call the function as the 
file isnt there
you can iver find the code and remove your self
or uninstall all mods, get the SMF Large update file and extract it over ur 
current files
this will remove all modifications
you then just need to install all the mods

Original comment by tema...@googlemail.com on 21 Feb 2011 at 11:16

GoogleCodeExporter commented 9 years ago
I will try that tomorrow, thanks.

Original comment by Irimit....@gmail.com on 21 Feb 2011 at 11:29

GoogleCodeExporter commented 9 years ago
Assuming this is fixed

Original comment by tema...@googlemail.com on 19 Apr 2011 at 9:19

GoogleCodeExporter commented 9 years ago
No, we're also seeing this issue.  It occurs on the new user registration page 
when you select get characters.

Original comment by monorail...@gmail.com on 26 Apr 2011 at 3:27

GoogleCodeExporter commented 9 years ago
Found the issue.  It basically duplicated the lines

global tea;
$tea -> RegistrationFields in the Register.template.php file

Original comment by monorail...@gmail.com on 26 Apr 2011 at 3:56