Closed (fixed)
Project:
Drush
Component:
Installation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2009 at 12:07 UTC
Updated:
27 Oct 2009 at 13:28 UTC
Jump to comment: Most recent file
Hello,
my drush installation fails with the following error message:
Parse error: syntax error, unexpected T_STRING in /home/.dash/rvstudio/drush/includes/table.inc on line 1
Any suggestions welcome.
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | drush-515568.patch | 21 bytes | MTecknology |
Comments
Comment #1
hutch commentedjust guessing but there might be some junk characters at the very beginning of table.inc
Comment #2
ellis- commentedIm having this problem to.
table.inc is an HTML document.
Comment #3
mariogalan commentedTo solve the problem you have to download Console_Table.
http://download.pear.php.net/package/Console_Table-1.1.3.tgz
Untar the file and replace the original table.inc with Table.php.
It works for me.
Comment #4
giampirm commentedreplace the first row with:
by
Comment #5
MTecknology commentedComment #3 was able to solve the issue for me.
Comment #6
MTecknology commentedHere's a patch for the issue.
Comment #7
Gabriel R. commentedThank you! This fixed it.
Comment #8
Gabriel R. commentedComment #9
tarzadon commentedThanks perrymanson. That solved the issue for me too.
Comment #10
jbrauer commentedThe fix in #3 worked for me as well.
Comment #11
jbrauer commentedThis is actually a result of the conversion of php.net from CVS to SVN which is currently running and makes the request to the old CVS page instead return http://svn.php.net/?revision=1.28&view=co at the moment. Once the conversion is complete it will likely be necessary to update the module with a new URL.
Comment #12
jbrauer commentedupdate version
Comment #13
gregglesImproved title (and subscribe).
Comment #14
MTecknology commentedFeel free to reopen if this is still an issue. I'm just closing it because it's been inactive for a long time.
This issue seems to be resolved as well.