Posted by mcd on February 11, 2005 at 5:37pm
Jump to:
| Project: | Textile |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | jhriggs |
| Status: | closed (fixed) |
Issue Summary
I have the Markdown with Smartypants module 4.5.0 installed on Drupal 4.5.0. When I installed Textile, even before activating the module, I got the following error:
Fatal error: Cannot redeclare smartypants() (previously declared in C:\apachefriends\xampp\htdocs\drupal4\modules\marksmarty\smartypants.php:62) in C:\apachefriends\xampp\htdocs\drupal4\modules\textile\smartypants-php\SmartyPants-PHP.inc on line 79
Comments
#1
I intend to remove the smartypants code from textile and make a separate smartypants filter module.
#2
I have removed the smartypants code from the latest versions of the module (for both 4.5 and 4.6). I have also created a new smartypants filter. This should take care of the problems from the textile side, but it may still need to be addressed on the markdown side.
#3