This came up in the D6 port, but I didn't realize it was a bug in D7.

$project_info_url = FONTDECK_BASE_URL . '/project-info?project=' . $project . '&domain=' . $domain;

should be

$project_info_url = FONTDECK_BASE_URL . 'project-info?project=' . $project . '&domain=' . $domain;

Comments

robcarr’s picture

Title: Double-slash in URL causes 404 response from Fontdeck » Unable to Import Fonts from Fontdeck

Concur - I'd been unable to run Import until I'd spotted this. Thanks @sreynen

sreynen’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.