Parse Error
| Project: | Open Flash Chart API |
| Version: | 5.x-2.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
I tried installing this module today... came across a couple issues.
First, after enabling her, I got:
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in C:\Inetpub\wwwroot\raft3_alpha3\modules\open_flash_chart_api\open_flash_chart_api.module on line 84
I removed the "private" constraint on the function (here and a few other places) and that seemed to clear it up, but probably isn't the best solution. Maybe this a PHP 4 vs 5 issue? (I'm on 4).
After I fixed that, I got:
Missing argument 2 for open_flash_chart_api_help()
Looks like this may be a recurance of this issue:
http://drupal.org/node/194152
I followed the instructions in that post and it seemed to solve it again.

#1
This just got fixed. Should show up in dev. Unfortunately may not show up in dev in the 5.x line. I'm having problems with that but you can see the changes, they're minimal, in the cvs logs.
#2
Automatically closed -- issue fixed for two weeks with no activity.