Upgrade complete.
You can now delete the setup folder.
";
} catch (Exception $ex) {
print "Upgrade Failed!
Message: {$ex->getMessage()}";
}
}
?>
Press the continue button to upgrade from VCD-db 0.984, 0.985, 0.986, 0.990 or 0.991.
Older versions are not supported by the web based upgrader.
The installer has detected that you are running Apache webserver.
Since VCD-db 0.990 there is support for friendly urls using mod_rewrite.
If you wish to activate this option in the "admin panel" after upgrade, you will
have to add these lines to your apache configuration file for this host.
<Directory "">
AllowOverride Options FileInfo AuthConfig
</Directory>
If you wish to enable "friendly urls" after the upgrade you must follow these steps:
- Make sure that you have the mod_rewrite apache module loaded.
- Insert the above lines to your apache config file and restart/reload apache.
- In the admin panel, select Tools/Create .htaccess file.
- In the admin panel, select Web settings and set the "friendly url" option to true.
VCD-db 0.990 has new webservice interface for other programs and/or other instances of VCD-db
to interop. Below are the config settings for the WebServices.
You must add the following lines at the end of your config.php file weither you are gonna use that feature or not.
You can also change the password below if you do not like the generated one.
/**
These constants are used if you are using the VCD-db SOAP interface, meaning that
you can either provide another VCD-db instance with data or consume data from another
VCD-db website via webservices.
These constants consist of the following keys ...
-----------------------------------------------------------------
VCDDB_USEPROXY Use remote VCD-db website as a data provider
VCDDB_SOAPPROXY The Url to the remote VCD-db website (must end with /)
VCDDB_SOAPSECRET The shared secret key used to verify permission to use the SOAP interface
CACHE_MANAGER Cache data if cache modules are installed, can be XCACHE or MEMCACHE
**/
define("VCDDB_USEPROXY", "0");
define("VCDDB_SOAPPROXY", "http://domain.com/vcddb/");
define("VCDDB_SOAPSECRET", "");
define("CACHE_MANAGER", "");
If you want to keep your VCD-db installation tidy, after the upgrade you can delete the
following obsolete files that are no longer used nor required.
/authenticate.php
/error.php
/exec_form.php
/exec_query.php
/graph.php
/screens.php
/search.php
/vcd_image.php
/classes/VCDScreenshot.php
/functions/XMLFunctions.php
/pages/*.php (yes, all php files in folder /pages)
/modules (yes the folder and all it's contents)