Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2017-12-07 16:02:53

etc
Developer
Registered: 2010-11-11
Posts: 5,053
Website GitHub

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

Board footer

Powered by FluxBB