Re: [TYPO3] Login problem with remote_server

2008-09-22 Thread Francois Suter
Hi Allan, > Hi again > > After a bit of digging I found the problem, and a solution. > To get it to work I added: > > $this->getMethodEnabled = TRUE; > > to the start() function in the class.tx_remoteserver_beuserauth file. Sorry I had missed your original mail. I just saw the bug report

Re: [TYPO3] Login problem with remote_server

2008-09-22 Thread Allan Jacobsen
Hi again After a bit of digging I found the problem, and a solution. To get it to work I added: $this->getMethodEnabled = TRUE; to the start() function in the class.tx_remoteserver_beuserauth file. Best regards Allan Jacobsen On Tirs,September 16, 2008 09:52, Allan Jacobsen wrote: > Hi

[TYPO3] Login problem with remote_server

2008-09-16 Thread Allan Jacobsen
Hi I have developed a simple extension to be able to get some data out of our intranet using the remote_server extension. When using the sample caller.php script it works just fine, but when i want to make a URL that uses GET parameters i get "not logged in" error every time. I have checked th