Great module - but some serious problems with it.
After enabling & testing this module i found that after every node/page/form submit i get a WSOD. The information is saved, but the page doesn't reload correctly. disabling this module fixes everything.
Using D5.12 php5 sql4
Comments
Comment #1
vm commentedchecking the apache/httpd error logs for the error being thrown and reporting that error here would be helpful.
Comment #2
asak commentedI see no error in the error log...
Comment #3
asak commentedOk.. some more insight.
1. Looking at the .module file in WordPad, I see some strange characters:
t('Show user 粑mage if available and no image uploaded for this team').'?');2. I don't know any php, but is it ok that the following line has a
;)inside a t() ?3. If i edit the file in NotePad i don't see that strange text, but if i open it with WordPad i can see it. When I delete it, it says that the file will lose all formatting (which is a good thing right?). After deleting those chars and deleting the cute smiley (just to be safe), i get the following error after enabling the module:
Parse error: syntax error, unexpected T_CONCAT_EQUAL in /home/.../sites/all/modules/og_teampage/og_teampage.module on line 252Comment #4
dmclark commentedI am having the same issue -- once I enable this module, any form submitted via POST gives a blank page.
This usually happens when characters are sent to the browser before the http_redirect -- which would be the case if there were spurious characters (or blank lines) oudside of the
.I don't see any though.
Comment #5
lelizondo commentedduplicate of http://drupal.org/node/301047#comment-1069525 ?