FBDSC Install

From FreeBert Wiki

Jump to: navigation, search

[edit] Installing the database tables

Once you have uploaded the package files to your server, and have added your specific info to the Local_Settings.php file (including your SQL Database info), you are ready to create the required tables in your SQL database. To do this run our table creation script: run the InstallTables.php file located in the root directory of your uploaded package files. You must have already configured your database connection info in the Local Settings file for the installation script to work. The script connects to the database and creates tables to hold order, transaction, cutomer, items, and shipped package info. These tables are required for the cart to function properly.

Note: Once the tables have been created successfully, we suggest deleting the InstallTables.php from your server (keep your original / local copy incase you need to use it again in the future).

Personal tools