Closed (fixed)
Project:
Mime Mail
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2008 at 15:45 UTC
Updated:
14 Jul 2012 at 19:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
jerdavisAddressed this with a file_exists() check when including each $style. Committed to HEAD in http://drupal.org/cvs?commit=141349
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
Thomas_Zahreddin commentedHi,
i ran into the same issue.
Have you ever since march 2008 thought about a 5.x-1.1 Version of the module??
Old error are wasting peoples time.
patch is done against 5.x-1.0 Version of mimemail
Comment #4
Thomas_Zahreddin commentedVery similar problem in /mimemail/theme/mimemail.theme.inc Version DRUPAL-6--1-0-ALPHA1 in Line 42/43 .
Comment #5
Thomas_Zahreddin commentedVery similar problem in /mimemail/theme/mimemail.theme.inc Version DRUPAL-6--1-0-ALPHA1 in Line 42/43 .
Comment #6
sgabe commentedPatch attached for the current 6.x-1.0-alpha1 release.
Comment #7
sgabe commentedAttaching a revised version of the patch.
There was a wrong parameter in the
preg_replace()function. We can't usepath_to_theme()and other similar magic here, because that will break this functionality when CSS optimizing is enabled on the site. This issue isn't addressed to solve the styling problem anyway.Comment #8
sgabe commentedAttaching patch against current HEAD.
Comment #9
sgabe commentedCommitted to HEAD.