I get the following Message when 'Accepting' a Person in OG Teampage - Any fix suggestions?
AdvisorGarage - July 6, 2007 - 15:08
| Project: | OG Teampage |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | MartinSfromB |
| Status: | active |
Jump to:
Description
warning: file_get_contents(/community/modules/og_teampage/og_teampage.css) [function.file-get-contents]: failed to open stream: No such file or directory in /opt/htdocs/community/modules/mimemail/mimemail.module on line 291.
Many thanks for any suggestions. Its probably something REALLY simple! If so, Sorry!

#1
Somehow, og_teampage is defining its CSS files in a non-standard way. When mime mail goes to include all of the CSS code into its messages, it encounters this one, with the preceding /, and looks for it in the wrong spot.
IF og_teampage hasn't already addressed this, they should investigate how they're using drupal_add_css() and make sure it's consistent with other modules.
Thanks!
#2
Can't find any failure. I use drupal_add_css() as described in the api documentation and used in core forum module!