Dependencies versions
- Drupal version: 7.0-rc2
- Variables API version: 7.x-2.0-alpha3
- classTextile.php version 2.2 (from latest version of

Script:
Enable vars, textile
Create text filter, enable only Textile filter option
Create textile page using the filter
Save the page

Result:
Fatal error: Call to a member function TextileThis() on a non-object in /home/[XYZ]/7test/sites/all/modules/textile/textile.module on line 100

Comments

Anonymous’s picture

Assigned: Unassigned »
Status: Active » Fixed

I changed the code, and committed it in the development snapshot.

Please test it, and report if it works for you. If it works, then I will create a new official release.

Status: Fixed » Closed (fixed)

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

sillevl’s picture

Version: 7.x-2.0-rc8 » 7.x-2.0-rc9

I still have this error on v2.0-rc9, except it occures on line 106 now.
Using latest drupal -clean- drupal 7.8 install.

sillevl’s picture

Status: Closed (fixed) » Needs review
sillevl’s picture

Status: Needs review » Closed (works as designed)

sorry, had a configuration mismatch. Everything worked as designed.

Anonymous’s picture

Assigned: » Unassigned
Status: Closed (works as designed) » Fixed

The development snapshot already checked the variable containing the library object was initialized before to use it. I fixed the code which verifies if the library is in the include directory inside the module's directory.

Now, if the library is not found, the module simply returns the entered text, without filtering it. In any case, when the library is not found, the module shows an error through hook_requirements().

Status: Fixed » Closed (fixed)

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