Download & Extend

I get the following Message when 'Accepting' a Person in OG Teampage - Any fix suggestions?

Project:OG Teampage
Version:5.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:MartinSfromB
Status:active

Issue Summary

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!

Andrew
http://www.AdvisorGarage.com/community

Comments

#1

Project:Mime Mail» OG Teampage
Version:5.x-1.x-dev» 5.x-1.x-dev

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

Assigned to:Anonymous» MartinSfromB

Can't find any failure. I use drupal_add_css() as described in the api documentation and used in core forum module!

nobody click here