Skip Menu |

This queue is for tickets about the XPlanner CPAN distribution.

Report information
The Basics
Id: 7477
Status: new
Priority: 0/
Queue: XPlanner

People
Owner: Nobody in particular
Requestors: michael [...] sl.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: Unexpected Content-Type error
I have installed XPlanner-0.01 and YAML-0.35. I have access to a project set up by one of my co-workers, via a simple public URL. I write: use XPlanner; my $url = "http://.../xplanner/"; my $xp = XPlanner->login( $url, "", "" ); my $people = $xp->people; At this point, I get the message "Unexpected Content-Type 'text/html; charset=utf-8' returned" and the script ends. Likewise with any variant of the last line that I have come up with.