test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • webmarketim Friend
    #160711

    Hi,

    When I try to sample data, give me this problem

    CREATE TABLE IF NOT EXISTS `#__assets` (

    `id` int( 10 ) unsigned NOT NULL AUTO_INCREMENT COMMENT ‘Primary Key’,
    `parent_id` int( 11 ) NOT NULL DEFAULT ‘0’ COMMENT ‘Nested set parent.’,
    `lft` int( 11 ) NOT NULL DEFAULT ‘0’ COMMENT ‘Nested set lft.’,
    `rgt` int( 11 ) NOT NULL DEFAULT ‘0’ COMMENT ‘Nested set rgt.’,
    `level` int( 10 ) unsigned NOT NULL COMMENT ‘The cached level in the nested tree.’,
    `name` varchar( 50 ) NOT NULL COMMENT ‘The unique name for the asset.n’,
    `title` varchar( 100 ) NOT NULL COMMENT ‘The descriptive title for the asset.’,
    `rules` varchar( 5120 ) NOT NULL COMMENT ‘JSON encoded access control.’,
    PRIMARY KEY ( `id` ) ,
    UNIQUE KEY `idx_asset_name` ( `name` ) ,
    KEY `idx_lft_rgt` ( `lft` , `rgt` ) ,
    KEY `idx_parent_id` ( `parent_id` ) ) TYPE = MYISAM AUTO_INCREMENT =623;

    Phill Moderator
    #378515

    Please use an earlier version of MySql. The version included in the latest xampp has known problems.

    webmarketim Friend
    #378605

    Ok. Xampp 1.7.3 work fine.

    Other problem now. I don’t run quickstart. When installation finished, Joomla basic template run.

    Phill Moderator
    #378625

    I really suggest you run the quickstart as Teline IV is very complex to setup. You can install all the components one by one but it really will be a battle to configure.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Phill 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum