Closed (fixed)
Project:
SWF Tools
Version:
5.x-1.x-dev
Component:
SWF Tools
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2007 at 06:18 UTC
Updated:
12 Jun 2007 at 22:47 UTC
I just updated the module on my development site to the most recent swftools and get the following error:
PHP Warning: Unexpected character in input: '\\' (ASCII=92) state=1 in /PATH/sites/all/modules/swftools/swftools.module on line 407, referer: http://DOMAIN
PHP Parse error: parse error, unexpected ';' in /PATH/sites/all/modules/swftools/swftools.module on line 407, referer: http://DOMAIN
I removed the backslash before "HTML within swftools.module 1.3.2.4.2.42:
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| swftoolsmodule.patch | 719 bytes | solutiondrop |
Comments
Comment #1
simeFixed up. Thanks!
http://drupal.org/cvs?commit=68821
Comment #2
GWD commentedI just downloaded what I think is the latest version. There was a second error in line 407
was:
print_r($vars); print ("HTML: \n". check_plain($output); die();
I think it should be
print_r($vars); print ("HTML: \n". check_plain($output)); die();
with the close parentheses on the print("HTML... etc
Comment #3
simeYes, I think I got this last night. The change will reflect in the download in the coming day.
Comment #4
(not verified) commented