A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; MarkdownExtraExtended_Parser has a deprecated constructor

Filename: helpers/markdown_extended_helper.php

Line Number: 10

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; Markdown_Parser has a deprecated constructor

Filename: helpers/markdown_helper.php

Line Number: 223

A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; MarkdownExtra_Parser has a deprecated constructor

Filename: helpers/markdown_helper.php

Line Number: 1696

Docs - My Bonfire

Upgrading Bonfire

0.7.2 to 0.7.3

  1. Update/install the files in the /bonfire directory.
  2. Update /application/config/autoload.php (be sure to migrate your customizations).
  3. Update /application/config/constants.php (update BONFIRE_VERSION).
  4. Update /application/hooks/App_hooks.php.
  5. Add \application\language\english\bf_form_validation_lang.php
  6. The following have been deprecated:
0.7.2 0.7.3
Template::$ignore_session Template::setSessionUse(! $ignore_session)
  1. If you are not using the installer, add $config['bonfire.installed'] = "1"; to /application/config/application.php.