WSOD due to wrong syntax on line 98 in authorcontact.module

design.er - November 7, 2009 - 01:33
Project:Author Contact
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:JustJamesAus
Status:closed
Description

Hello,

During the installation of Author Contact I always receive a WSOD with the message that somethings wrong on line 98 in authorcontact.module.
I took a look into this and it seems like it fails on the whitespace:
$block['content'] . = t(' ...

If I rewrite it to:
$block['content'] .= t(' ...

everything works fine again.

Thank you very much for your work on this module. I like it! :)

Kind regards,
Stefan

#1

JustJamesAus - November 8, 2009 - 22:14
Assigned to:Anonymous» JustJamesAus
Status:active» fixed

Thanks Stefan, I've fixed this in dev now. I don't know why I didn't get the errors here - maybe because I already had the module installed.

#2

System Message - November 22, 2009 - 22:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.