Closed (fixed)
Project:
Migrate Extras
Version:
master
Component:
migrate_extras
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jan 2010 at 21:09 UTC
Updated:
2 Feb 2010 at 01:50 UTC
I installed the new version of today and getting this error:
PHP Parse error: syntax error, unexpected '*' in /web/drupal6/sites/all/modules/migrate_extras/migrate_extras.module on line 42
Could you please fix or tell me what is going wrong?
Thanks in advance
Jan
Comments
Comment #1
manicolaus commentedI had the same error. But the fix was easy. I opened the file in an editor and at Line 42, added a slash / in front of the unexpected asterisk * so as to create /* After saving the file, the error went away. Looks like a typo.
Comment #2
FreeFox commentedI agree, I just deleted the * and this works too. I just wanted to let the maintainer know that there is a buggie ;)
Comment #3
frankcarey commentedah, oops, will correct now
Comment #4
frankcarey commentedfixed it, thanks for tracking it down. Should be available immediately by cvs or in up to 12 hrs by download from the project page.