Closed (fixed)
Project:
Talk
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2009 at 01:09 UTC
Updated:
24 Apr 2009 at 16:00 UTC
Jump to comment: Most recent file
Parse error: syntax error, unexpected T_STRING in C:\wamp\www\domain\sites\all\modules\talk\talk.install on line 10
Dispalyed during the switching to dev version of 30 March, 09. Could not run update.php.
Repeated on fresh D6.10 installation.
Fatal error: Call to undefined function talk_menu_title() in C:\wamp\www\domain\includes\menu.inc on line 500
Dispalyed on all nodes where talk was enabled. Disappeared after reverting to 6x-1.5.
-thank you
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | talk_install.patch | 425 bytes | suit4 |
Comments
Comment #1
suit4 commentedhmm, ok, this is just a missing ";" at the end of line 10.
Patch attached
Comment #2
cwgordon7 commentedOops. Nice catch, thanks for the patch.