Jump to content
  • 0

Problem with resource - access denied @ 'callRemote'


Delejt

Question

Okay, I came to this, from userid gets, this is another problem when I try to log data from vBulletin for userid 1 [figures are already in the database under this userid] in the console, there is this warning:

[2012-02-01 14:52] WARNING: phoenix_Base\Authenticate_Class.lua:160: Access denied @ 'callRemote' 

And nothing in the game happens.

Here, line 160:

  
callRemote ( get( "#AUTH_SERVER" ) .. "/" .. get( "#AUTH_FILE" ),  

A cała funkcja wygląda tak:

function Authenticate:DoAuth( ) 
  
    theSelf = self; 
     
    callRemote ( get( "#AUTH_SERVER" ) .. "/" .. get( "#AUTH_FILE" ),  
        function ( ... ) 
         
            theSelf:OnAuthResult( ... ); 
         
        end 
    , self.User, self.Pass ); 
  
end 

Link to comment

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...