Textile module is using Variables API (instead of Libraries API) to locate its necessary third-party library code. There were several one-off errors in the support code that does this. The two that were located within the textile module are corrected in this patch.

The other one is in #1019320: The path passed to file_exists() is not correct

CommentFileSizeAuthor
textile.patch741 bytespillarsdotnet

Comments

Anonymous’s picture

Title: Fatal error when using textile module » The functions textile_library_path() and textile_requirements() need to be fixed
Anonymous’s picture

Status: Needs review » Fixed

Thank you for your report, and the patch.

The textile_library_path() function was not using the absolute path when checking if the class library file exists; I fixed that too.

Status: Fixed » Closed (fixed)

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

donquixote’s picture

Status: Closed (fixed) » Patch (to be ported)

Is it possible that this is not committed to the 6.x branch?

Anonymous’s picture

Issue summary: View changes

Corrected spelling.

jenlampton’s picture

Version: 7.x-2.x-dev » 6.x-3.x-dev
Issue summary: View changes