CT Admin 1.5.2 Documentation
Installation
To install CT Admin you follow the same steps as any other ExpressionEngine add-on:
- Unzip the download
-
Upload the extracted folder to your ExpressionEngine third party folder usually located at:
/system/expressionengine/third_party/ - Navigate to your Add-Ons management page and choose Modules
- Select CT Admin from the list and click install.
To uninstall CT Admin just click uninstall. Note that uninstalling the module doesn't remove the files though it will remove all your saved settings.
Recommendations
It is highly recommended that an index be created on your database's member table on the "email" column. This is due to how CartThrob relates members and to make a smoother, and faster, CT Admin experience.
Need Free Developer Support?
3 Comments
-
Fixed

Thanks.
-
I got this error message when I followed the installation instructions:
A Database Error Occurred
Error Number: 1101
BLOB/TEXT column ‘setting_value’ can’t have a default value
CREATE TABLE IF NOT EXISTS `exp_ct_admin_settings` ( `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, `setting_key` varchar(30) DEFAULT ‘’ NOT NULL, `setting_value` text DEFAULT ‘’ NOT NULL, `serialized` int(1) DEFAULT ‘0’ NULL, PRIMARY KEY `id` (`id`) ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
Filename: D:\Sites\____.com\www\system\codeigniter\system\database\DB_driver.php
Line Number: 330


You have a small typo on your CT Admin Install instructions screen on the Mithra62 site. Step 4 indicates to install Backup Pro instead of CT Admin ; )