Main Contents

Upgrading from v2.03 to v2.04

Nam Tran Ybarra @ August 6, 2010

Overview:

1/ Do a backup of your existing site.
2/ Download Zend or Ioncube upgrade package ( caution: download the upgrade NOT the full version )

Tip:  if you forgot the version you installed zend or ioncube,  go to your server via FTP, right click any php file, and see if it mentioned zend then you had a zend version and vice versa.

3/ Extract and upload files via FTP, in BINARY MODE to the folder where you installed memberspeed.
4/ Change permission of the following files to 777 :

.htacess

/resources/audio

/resources/article

/resources/video

/resources/product_manager

5/ Copy the following commands to your browser and hit GO to install

6/ Delete all Install Update folders after finished installation

The following commands with the example of YourDomain.com as the root folder where you install memberspeed in /public_html/ folder but it could be YourDomain.com/your-folder where your-folder is to be replaced with the name that you named.  Obviously, you need to replace YourDomain.com with your actual domain name :)

Upgrade CORE:
===============
yourdomain.com/install_update/install.php

===============
Upgrade plugins: ( Only run update command for the plugins  that you have already installed in 2.03)
========================
YourDomain.com/plugins/article/install_update/install.php
YourDomain.com/plugins/audio/install_update/install.php
YourDomain.com/plugins/product_manager/install_update/install.php
YourDomain.com/plugins/video/install_update/install.php
YourDomain.com/plugins/review_management/control/install_update/install.php

YourDomain.com/plugins/affiliate/install_update/install.php

YourDomain.com/plugins/vip_shopping_cart/install_update/install.php

7/ After the upgrade is completed, change .htaccess to 644

/resources/audio to 755.
/resources/audio/add_audio.html to 755(writable).
/resources/article to 755.
/resources/article/article.html to 755(writable).
/resources/video to 755.
/resources/video/add_video.html to 755(writable).
/resources/product_manager to 755.
/resources/product_manager/addProduct.html to 755(writable)
/plugins/article/article/templates/control/article_new.html to 755(writable).
/plugins/product_manager/product/templates/control/addProduct.html to 755(writable).

Note, some servers only allow 755 permission. It’s as good as 777 but check with your host for sure.

Filed under: 01.Installation

Leave a comment