Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Error when installing a plugin, last 4.7 dev
Fine, it’s here. There is nothing worth to branch, just uncomment $event/$step in _update.php to revert to the previous mode.
Messages in _update.php can not be added via announce() (too early), but you can do it this way:
script_js(<<<EOS
textpattern.Console.addMessage([$json_encoded_message, $numeric_status])
EOS
, false);
They will all be gathered and announced by page_end() if not in async mode.
Offline