STEP1: Backup! Backup! Backup your entire database!You can use your favourite SQL management program (Such as phpMyAdmin) to perform a backup of your entire SQL database. This can be used to restore all your data if something goes wrong. If you uninstall hwdVideoShare-1.1.1, hwdVideoShare-1.1.2 or hwdVideoShare-1.1.3 then all database information will be deleted! Fresh Install (Remove all previous trace of hwdVideoShare) If you want to perform a fresh install and remove all previous trace of hwdVideoShare then follow these instructions: - Log into the Joomla administrator and uninstall hwdVideoShare.
- Log into your webspace through FTP and navigate to the Joomla root directory.
- Find the folder called hwdvideos and chmod this directory to 0777.
- Enter the hwdvideos directory and delete all contents. The hwdvideos directory should include folders called backup, plugin, thumbs, uploads. Remove these folders.
- Download the hwdVideoShare-1.1.4 component from our website.
- Install the file into Joomla.
- Finished!
Upgrade Install (Keep all previous video information)If you want to perform an upgrade so you keep all your previous video information after upgrading then follow these instructions: - Log into your webspace through FTP and navigate to the Joomla root directory.
- Navigate to the hwdVideoShare administrator directory and open the hwdvideoshare.xml file.
/administrator/components/com_hwdvideoshare/hwdvideoshare.xml
- Locate this code on line 335.
<uninstall> <queries> <query>DROP TABLE `#__hwdvidscategories`, `#__hwdvidsfavorites`, `#__hwdvidsflagged_videos`, `#__hwdvidsflagged_comments`, `#__hwdvidsflagged_group_comments`, `#__hwdvidsflagged_groups`, `#__hwdvidsgroup_comments`, `#__hwdvidsgroup_membership`, `#__hwdvidsgroups`, `#__hwdvidsgroup_videos`, `#__hwdvidsrating`, `#__hwdvidsvideocomments`, `#__hwdvidsvideos`, `#__hwdvidsplugin`</query> </queries> </uninstall> - This code instructs Joomla to remove the database information when hwdVideoShare is uninstalled. In future releases of hwdVideoShare these instruction will not be included, making it easier to upgrade. However, if you want to keep the hwdVideoShare database information when upgrading from hwdVideoShare-1.1.3 you must remove these instructions from hwdvideoshare.xml.
- Delete the code below and then save hwdvideoshare.xml.
<queries> <query>DROP TABLE `#__hwdvidscategories`, `#__hwdvidsfavorites`, `#__hwdvidsflagged_videos`, `#__hwdvidsflagged_comments`, `#__hwdvidsflagged_group_comments`, `#__hwdvidsflagged_groups`, `#__hwdvidsgroup_comments`, `#__hwdvidsgroup_membership`, `#__hwdvidsgroups`, `#__hwdvidsgroup_videos`, `#__hwdvidsrating`, `#__hwdvidsvideocomments`, `#__hwdvidsvideos`, `#__hwdvidsplugin`</query> </queries>
- Log into the Joomla administrator and uninstall hwdVideoShare.
- Download the hwdVideoShare-1.1.4 Alpha RC2.5 (or later) component from our website.
- Install the file into Joomla.
- Your video information should still exist in hwdVideoShare.
- You will need to go to the General Settings and Server Settings in the administrator section. You will need to review and update these settings as you desire.
- Finished!
The old Plugins for hwdVideoShare-1.1.3 are not compatible with hwdVideoShare-1.1.4. Therefore, after upgrading you must go to the hwdVideoShare plugin manager and delete all the previous plugins. You can then install the new ones again. PLEASE NOTE: During the upgrade hwdVideoShare will automatically install the new YouTube and GoogleVideo plugins. When you try to remove these plugins, the software will not let you. Remove all the other plugins. |