Home Features Demos Download Installation User Manual Developer Manual Relation function Credits

Login

inc/special/update.php

Used by the System:Update page.

Update gets the latest version of the sofawiki software from sofawiki.cpm and installs it on the website. The procedure is very fast in 4 steps taking less than one minute

  • Choose the version of the remote server to download. The version list is a simple text file snapshot.txt on the root of the remote server.
  • Choose the downloaded version to decompress (it is still in a temporary folder install)
  • Install the decompressed version.
  • Load the index page.

The update only concerns the api.php, the index.php and the inc folder. The site and the bak folder are not touched.

Notes

It is still a good idea to make a snapshot before you update, so you can still go back. The snapshot will be available in the options to decompress.

After some important updates, you may need to delete the indexes in the site folder to recreate them. This concerns site/indexes, but sometimes also site/cache, site/current, and site/queries. This is not automatic. You may also reload your page several time to build the entire index.

Functions

wgets($FromLocation,$ToLocation)

Implements wget using CURL as file_get_contents() does not work for other servers any more for security reasons.

rgglob($pattern)

Implements a recursive glob without recursion.

File structure inc folder inc/special folder