Resource icon

Unmaintained XenForo Updater 1.1.5.1

No permission to download
Fixes broken PHP 7.1 support.
  • Like
Reactions: dutchbb
Cookies are now stored in the session as a serialized cookie jar.

(Download issues will now be fixed)
A recent change on the XF customer area caused an extra cookie to be sent.

Previous versions didn't handle more than one cookie correctly, and therefore authentication wouldn't succeed, causing the version drop down to be empty.

This has been fixed in this version.
This is version 1.1.2 - I didn't release 1.1.1 to the RM, but it is available as a 'release' on github.

Version 1.1.1 fixed the redirect to the updater. It now uses the board URL option, so make sure that is correct.

It also wrapped loads of method calls in try...catch blocks to catch exceptions, log them to the server error log with a friendly prefix, and allow a nice (albeit not very helpful) error message to be displayed.

Version 1.1.2 adds automatic purging of data, so your internal_data doesn't get filled up. This can be done after every update, or periodically via a cron. The cron by default runs once a week (Sunday at midnight). You may wish to change to to be less regular. You can enable the cron option and run the cron manually if you wish.

The auto purge system is configured from the new option category.
This is the same as the previous version, except it now checks for the zip extension on install and update.
No longer produces a server error if an invalid product is chosen.

An invalid product is now a product that doesn't exist, or isn't installed, or isn't active.
Auto update should now work for the media gallery and enhanced search :)
  • Like
Reactions: otto and DroidOne
This version adds initial support for updates of official add-ons.

Note: Only the XFRM has been tested. I'm not 100% sure of the XF id's for the other add-ons, so they may not work.
  • Like
Reactions: DroidOne
This beta adds FTP uploads, for those that don't have writable access to their XenForo installations from the PHP user.
  • Like
Reactions: DroidOne
This version adds a quick information page prior to continuing.

It also changes the page titles, making it more obvious what the page is for as well as changing the actions (for the same reason).

It also fixes a bug where this add-on stopped working in the last version...
Top Bottom