Drupal 6.20 here the error I get at soon I install the module:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /membri/bachone/sites/all/modules/agenda/agenda.module on line 341
Drupal 6.20 here the error I get at soon I install the module:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /membri/bachone/sites/all/modules/agenda/agenda.module on line 341
Comments
Comment #1
aidanlis commentedWhat version of PHP are you using? The line in question is:
$event['where'] = htmlspecialchars((string) $gd->where->attributes()->valueString);
Can you check what you have on that line?
Comment #2
aidanlis commentedNo reply ...
Comment #3
HyperD commentedSorry if I not replied.
Unfortunately this server doesn't send to me any notification and I discovered your reply just today.
I'm really sorry.
Anyway: the PHP version in the 4.
I mounted in these days the Agenda in another server for another client, that has PHP 5 and it works fine up there.
Comment #4
aidanlis commentedI don't care about PHP4, it's time for your client to upgrade or you can patch the module yourself manually.
Comment #5
HyperD commentedI fully agree with you. I informed my client about this issue. I hope he will provide soon.
Thank you for your help aidanlis. I appreciated it.