Ticket #187 (closed enhancement: worksforme)

Opened 2 years ago

Last modified 4 months ago

Basic FB5/PHP skeleton application (v5.0.0) does not work

Reported by: ted Owned by: starkraving2002
Type: enhancement Priority: normal
Milestone: PHP Fusebox 5.1 Component: PHP Framework
Version: 5.0 Severity: normal
Keywords: Cc:

Description

I couldn't get the php example to work until I noticed a typo (traced through my apache error log).
the fix: line 146, file: fuseboxDoFuseaction.php: take out the curly braces around the $this->...
you can keep it for the properties (first $this->) but not for the method calls (second and third
$this->)

Attachments

Change History

in reply to: ↑ description   Changed 2 years ago by starkraving2002

Replying to ted:

I couldn't get the php example to work until I noticed a typo (traced through my apache error log).
the fix: line 146, file: fuseboxDoFuseaction.php: take out the curly braces around the $this->...
you can keep it for the properties (first $this->) but not for the method calls (second and third
$this->)

There are no curly braces at that line number in the current version of fuseboxDoFuseaction. Please download the latest core files from fusebox.org and refresh your app.

  Changed 2 years ago by scorfield

  • owner changed from sean@corfield.org to starkraving2002
  • version set to 5.0
  • component changed from Custom Lexicons to PHP Framework

Mike, feel free to close this out as invalid or worksforme.

  Changed 2 years ago by scorfield

  • milestone set to PHP Fusebox 5.1

  Changed 4 months ago by starkraving2002

  • status changed from new to closed
  • resolution set to worksforme
Note: See TracTickets for help on using tickets.