The install requirements library check fails for sites in a subdir such as "http://example.com/demo".

The check tests an absolute path prepending the DRUPAL_ROOT and the $base_path via the 2nd arg in libraries_get_path('klarna', TRUE). The relative path to the Drupal install should be used to check for the library's existence.

Comments

recrit’s picture

the attached patch makes the library requirements check a relative path to the Drupal install.

recrit’s picture

Status: Active » Needs review
olofbokedal’s picture

Status: Needs review » Fixed

Thanks!

Fixed and committed, available in the 7.x-1.2 release.

Status: Fixed » Closed (fixed)

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