Fatal error: RemoteCP: RemoteAuth: Unknown code: 302

Bug #720203 reported by Lars Vierbergen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RemoteCP Web
Status tracked in Trunk
1.x
Fix Released
Critical
Lars Vierbergen
2.x
Invalid
Undecided
Unassigned
Trunk
Fix Released
Critical
Lars Vierbergen

Bug Description

The server throws up Fatal error: RemoteCP: RemoteAuth: Unknown code: 302 and dies...

Tags: php site-core

Related branches

Revision history for this message
Lars Vierbergen (vierbergenlars) wrote :

To fix: replace
$a=$this->http_post('127.0.0.1','/dev/account/r.auth.php','apikey='.API_KEY.'&sessid='.$this->sessionid);
by
$a=array('code'=>500);

This will still show an error, but your website will work.

Changed in remotecp-website:
status: New → Confirmed
importance: Undecided → Critical
assignee: nobody → Lars Vierbergen (vierbergenlars)
tags: added: php site-core
Changed in remotecp-website:
milestone: none → 1.1
Revision history for this message
Lars Vierbergen (vierbergenlars) wrote :

Replaced the class by an empty one (login disabled temporary).
This will take long to fix, so we put a replacement that doesn't throw errors.

Changed in remotecp-website:
status: Confirmed → In Progress
Revision history for this message
Lars Vierbergen (vierbergenlars) wrote :

Will only be fixed in 2.x

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.