This program will install the Video Management Module in your base application.
Database: __DBNAME__
Tables
__DB_PREFIX__video
__DB_PREFIX__video_category
__DB_PREFIX__category
__DB_PREFIX__modules
__DB_PREFIX__video_config
__DB_PREFIX__module_links
__DB_PREFIX__vdo_videofields
__DB_PREFIX__video_details
Please be sure that the above tables do not exist in your database __DBNAME__ or if any of the table already exists, it will overwrite the existing one.
Before Starting Installation Process, following files/directories must be writeable. (Means change the permission of the following to 777)
+ __APP_PATH__/.htaccess
+ __APP_PATH__/plugins/video/uploads
+ __APP_PATH__/resources
After successfull installation change the permission of the following file(s) and folder(s).
+ __APP_PATH__/.htaccess to 644.
+ __APP_PATH__/resources to 755.
+ __APP_PATH__/resources/video to 755.
After successful installation, delete "install" folder of this plugin.
+ __APP_PATH__/plugins/video/install
|