Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

If you're using MSSQL 2005

Author: Edward Hardin Reference Number: AA-00693 Views: 11638 Last Updated: 09/27/2011 04:01 PM 0 Rating/ Voters

If you're using MSSQL 2005, please insert this as a second line to the /admin/config.inc.php file (KMP must be already installed):

define('MAX_INSERT_ROWS', 1);

The file will look similar to this then:

<?php
define('MAX_INSERT_ROWS', 1);
    // --- Debug settings ---
    // General application debug
    define('KMP_DEBUG', 0);               // 1 to enable, 0 to disable

Save the config.inc.php file.