I got php notices when running this module and have attached a patch to fix them. I'm not sure about removing "session_start()". Perhaps that is only necessary for anonymous users in which case it could be wrapped in a "global $user; if (!$user->uid){ }" kind of logic.
To see the notices you will need to enable full error reporting. One way to do that is just to use a Drupal-6.x-dev tarball.
| Comment | File | Size | Author |
|---|---|---|---|
| notices_textsize.patch | 1.3 KB | greggles |
Comments
Comment #1
CZ commentedFixed in the 6.x-1.0 release.
Comment #2
gregglesThanks!
I was trying to review the changes. I don't see the
return $ouput;fix. Nor is the $output variable initialized earlier in the file. I think it could use some more help.Comment #3
CZ commentedYes, sorry. But now.
Comment #4
gregglesThanks, it would also be nice for your commit messages to follow the standard format: http://drupal.org/node/52287