Error when I'm trying to install Magento

It’s two days that I’m trying to Install Magento but it sending the following error:
(I tried several Quickstarts from Joomlart’s Magento templates. All sent error. none worked)
WHY?

Code:

Zend_Db_Statement_Exception Object
(
    [_previous:private] => PDOException Object
        (
            [message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'xmlconnect_images' already exists
            [string:private] => 
            [code:protected] => 42S01
            [file:protected] => /home/max/1rubyspinel9765/lib/Zend/Db/Statement/Pdo.php
            [line:protected] => 228
            [trace:private] => Array
                (
                    [0] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/lib/Zend/Db/Statement/Pdo.php
                            [line] => 228
                            [function] => execute
                            [class] => PDOStatement
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Array
                                        (
                                        )

                                )

                        )

                    [1] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/lib/Varien/Db/Statement/Pdo/Mysql.php
                            [line] => 110
                            [function] => _execute
                            [class] => Zend_Db_Statement_Pdo
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Array
                                        (
                                        )

                                )

                        )

                    [2] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/app/code/core/Zend/Db/Statement.php
                            [line] => 291
                            [function] => _execute
                            [class] => Varien_Db_Statement_Pdo_Mysql
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Array
                                        (
                                        )

                                )

                        )

                    [3] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/lib/Zend/Db/Adapter/Abstract.php
                            [line] => 479
                            [function] => execute
                            [class] => Zend_Db_Statement
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Array
                                        (
                                        )

                                )

                        )

                    [4] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/lib/Zend/Db/Adapter/Pdo/Abstract.php
                            [line] => 238
                            [function] => query
                            [class] => Zend_Db_Adapter_Abstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => CREATE TABLE `xmlconnect_images` (
  `image_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Image Id' ,
  `application_id` smallint UNSIGNED NOT NULL COMMENT 'Application Id' ,
  `image_file` varchar(255) NOT NULL COMMENT 'Image File' ,
  `image_type` varchar(255) NOT NULL COMMENT 'Image Type' ,
  `order` int UNSIGNED NOT NULL COMMENT 'Order' ,
  PRIMARY KEY (`image_id`),
  CONSTRAINT `FK_6C55A623A089E4FEA9201FFE01693167` FOREIGN KEY (`application_id`) REFERENCES `xmlconnect_application` (`application_id`) ON DELETE CASCADE ON UPDATE CASCADE
) COMMENT='Xmlconnect Images' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                                    [1] => Array
                                        (
                                        )

                                )

                        )

                    [5] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/lib/Varien/Db/Adapter/Pdo/Mysql.php
                            [line] => 428
                            [function] => query
                            [class] => Zend_Db_Adapter_Pdo_Abstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => CREATE TABLE `xmlconnect_images` (
  `image_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Image Id' ,
  `application_id` smallint UNSIGNED NOT NULL COMMENT 'Application Id' ,
  `image_file` varchar(255) NOT NULL COMMENT 'Image File' ,
  `image_type` varchar(255) NOT NULL COMMENT 'Image Type' ,
  `order` int UNSIGNED NOT NULL COMMENT 'Order' ,
  PRIMARY KEY (`image_id`),
  CONSTRAINT `FK_6C55A623A089E4FEA9201FFE01693167` FOREIGN KEY (`application_id`) REFERENCES `xmlconnect_application` (`application_id`) ON DELETE CASCADE ON UPDATE CASCADE
) COMMENT='Xmlconnect Images' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                                    [1] => Array
                                        (
                                        )

                                )

                        )

                    [6] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/lib/Varien/Db/Adapter/Pdo/Mysql.php
                            [line] => 2117
                            [function] => query
                            [class] => Varien_Db_Adapter_Pdo_Mysql
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => CREATE TABLE `xmlconnect_images` (
  `image_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Image Id' ,
  `application_id` smallint UNSIGNED NOT NULL COMMENT 'Application Id' ,
  `image_file` varchar(255) NOT NULL COMMENT 'Image File' ,
  `image_type` varchar(255) NOT NULL COMMENT 'Image Type' ,
  `order` int UNSIGNED NOT NULL COMMENT 'Order' ,
  PRIMARY KEY (`image_id`),
  CONSTRAINT `FK_6C55A623A089E4FEA9201FFE01693167` FOREIGN KEY (`application_id`) REFERENCES `xmlconnect_application` (`application_id`) ON DELETE CASCADE ON UPDATE CASCADE
) COMMENT='Xmlconnect Images' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                                )

                        )

                    [7] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/upgrade-1.6.0.0-1.6.0.0.1.php
                            [line] => 71
                            [function] => createTable
                            [class] => Varien_Db_Adapter_Pdo_Mysql
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Varien_Db_Ddl_Table Object
                                        (
                                            [_tableName:protected] => xmlconnect_images
                                            [_schemaName:protected] => 
                                            [_tableComment:protected] => Xmlconnect Images
                                            [_columns:protected] => Array
                                                (
                                                    [IMAGE_ID] => Array
                                                        (
                                                            [COLUMN_NAME] => image_id
                                                            [COLUMN_TYPE] => integer
                                                            [COLUMN_POSITION] => 0
                                                            [DATA_TYPE] => integer
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 1
                                                            [PRIMARY] => 1
                                                            [PRIMARY_POSITION] => 0
                                                            [IDENTITY] => 1
                                                            [COMMENT] => Image Id
                                                        )

                                                    [APPLICATION_ID] => Array
                                                        (
                                                            [COLUMN_NAME] => application_id
                                                            [COLUMN_TYPE] => smallint
                                                            [COLUMN_POSITION] => 1
                                                            [DATA_TYPE] => smallint
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 1
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 0
                                                            [IDENTITY] => 
                                                            [COMMENT] => Application Id
                                                        )

                                                    [IMAGE_FILE] => Array
                                                        (
                                                            [COLUMN_NAME] => image_file
                                                            [COLUMN_TYPE] => text
                                                            [COLUMN_POSITION] => 2
                                                            [DATA_TYPE] => text
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 255
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 0
                                                            [IDENTITY] => 
                                                            [COMMENT] => Image File
                                                        )

                                                    [IMAGE_TYPE] => Array
                                                        (
                                                            [COLUMN_NAME] => image_type
                                                            [COLUMN_TYPE] => text
                                                            [COLUMN_POSITION] => 3
                                                            [DATA_TYPE] => text
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 255
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 0
                                                            [IDENTITY] => 
                                                            [COMMENT] => Image Type
                                                        )

                                                    [ORDER] => Array
                                                        (
                                                            [COLUMN_NAME] => order
                                                            [COLUMN_TYPE] => integer
                                                            [COLUMN_POSITION] => 4
                                                            [DATA_TYPE] => integer
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 1
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 0
                                                            [IDENTITY] => 
                                                            [COMMENT] => Order
                                                        )

                                                )

                                            [_indexes:protected] => Array
                                                (
                                                )

                                            [_foreignKeys:protected] => Array
                                                (
                                                    [FK_6C55A623A089E4FEA9201FFE01693167] => Array
                                                        (
                                                            [FK_NAME] => FK_6C55A623A089E4FEA9201FFE01693167
                                                            [COLUMN_NAME] => application_id
                                                            [REF_TABLE_NAME] => xmlconnect_application
                                                            [REF_COLUMN_NAME] => application_id
                                                            [ON_DELETE] => CASCADE
                                                            [ON_UPDATE] => CASCADE
                                                        )

                                                )

                                            [_options:protected] => Array
                                                (
                                                    [type] => INNODB
                                                    [charset] => utf8
                                                    [collate] => utf8_general_ci
                                                )

                                        )

                                )

                        )

                    [8] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/Resource/Setup.php
                            [line] => 624
                            [args] => Array
                                (
                                    [0] => /home/max/1rubyspinel9765/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/upgrade-1.6.0.0-1.6.0.0.1.php
                                )

                            [function] => include
                        )

                    [9] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/Resource/Setup.php
                            [line] => 437
                            [function] => _modifyResourceDb
                            [class] => Mage_Core_Model_Resource_Setup
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => upgrade
                                    [1] => 1.6.0.0
                                    [2] => 1.6.0.0.1
                                )

                        )

                    [10] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/Resource/Setup.php
                            [line] => 320
                            [function] => _upgradeResourceDb
                            [class] => Mage_Core_Model_Resource_Setup
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => 1.6.0.0
                                    [1] => 1.6.0.0.1
                                )

                        )

                    [11] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/Resource/Setup.php
                            [line] => 235
                            [function] => applyUpdates
                            [class] => Mage_Core_Model_Resource_Setup
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                    [12] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/App.php
                            [line] => 417
                            [function] => applyAllUpdates
                            [class] => Mage_Core_Model_Resource_Setup
                            [type] => ::
                            [args] => Array
                                (
                                )

                        )

                    [13] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/App.php
                            [line] => 343
                            [function] => _initModules
                            [class] => Mage_Core_Model_App
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                    [14] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/app/Mage.php
                            [line] => 684
                            [function] => run
                            [class] => Mage_Core_Model_App
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Array
                                        (
                                            [scope_code] => 
                                            [scope_type] => store
                                            [options] => Array
                                                (
                                                )

                                        )

                                )

                        )

                    [15] => Array
                        (
                            [file] => /home/max/1rubyspinel9765/index.php
                            [line] => 87
                            [function] => run
                            [class] => Mage
                            [type] => ::
                            [args] => Array
                                (
                                    [0] => 
                                    [1] => store
                                )

                        )

                )

            [errorInfo] => Array
                (
                    [0] => 42S01
                    [1] => 1050
                    [2] => Table 'xmlconnect_images' already exists
                )

        )

    [message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'xmlconnect_images' already exists
    [string:private] => 
    [code:protected] => 42
    [file:protected] => /home/max/1rubyspinel9765/lib/Zend/Db/Statement/Pdo.php
    [line:protected] => 234
    [trace:private] => Array
        (
            [0] => Array
                (
                    [file] => /home/max/1rubyspinel9765/lib/Varien/Db/Statement/Pdo/Mysql.php
                    [line] => 110
                    [function] => _execute
                    [class] => Zend_Db_Statement_Pdo
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /home/max/1rubyspinel9765/app/code/core/Zend/Db/Statement.php
                    [line] => 291
                    [function] => _execute
                    [class] => Varien_Db_Statement_Pdo_Mysql
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                )

                        )

                )

            [2] => Array
                (
                    [file] => /home/max/1rubyspinel9765/lib/Zend/Db/Adapter/Abstract.php
                    [line] => 479
                    [function] => execute
                    [class] => Zend_Db_Statement
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                )

                        )

                )

            [3] => Array
                (
                    [file] => /home/max/1rubyspinel9765/lib/Zend/Db/Adapter/Pdo/Abstract.php
                    [line] => 238
                    [function] => query
                    [class] => Zend_Db_Adapter_Abstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => CREATE TABLE `xmlconnect_images` (
  `image_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Image Id' ,
  `application_id` smallint UNSIGNED NOT NULL COMMENT 'Application Id' ,
  `image_file` varchar(255) NOT NULL COMMENT 'Image File' ,
  `image_type` varchar(255) NOT NULL COMMENT 'Image Type' ,
  `order` int UNSIGNED NOT NULL COMMENT 'Order' ,
  PRIMARY KEY (`image_id`),
  CONSTRAINT `FK_6C55A623A089E4FEA9201FFE01693167` FOREIGN KEY (`application_id`) REFERENCES `xmlconnect_application` (`application_id`) ON DELETE CASCADE ON UPDATE CASCADE
) COMMENT='Xmlconnect Images' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                            [1] => Array
                                (
                                )

                        )

                )

            [4] => Array
                (
                    [file] => /home/max/1rubyspinel9765/lib/Varien/Db/Adapter/Pdo/Mysql.php
                    [line] => 428
                    [function] => query
                    [class] => Zend_Db_Adapter_Pdo_Abstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => CREATE TABLE `xmlconnect_images` (
  `image_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Image Id' ,
  `application_id` smallint UNSIGNED NOT NULL COMMENT 'Application Id' ,
  `image_file` varchar(255) NOT NULL COMMENT 'Image File' ,
  `image_type` varchar(255) NOT NULL COMMENT 'Image Type' ,
  `order` int UNSIGNED NOT NULL COMMENT 'Order' ,
  PRIMARY KEY (`image_id`),
  CONSTRAINT `FK_6C55A623A089E4FEA9201FFE01693167` FOREIGN KEY (`application_id`) REFERENCES `xmlconnect_application` (`application_id`) ON DELETE CASCADE ON UPDATE CASCADE
) COMMENT='Xmlconnect Images' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                            [1] => Array
                                (
                                )

                        )

                )

            [5] => Array
                (
                    [file] => /home/max/1rubyspinel9765/lib/Varien/Db/Adapter/Pdo/Mysql.php
                    [line] => 2117
                    [function] => query
                    [class] => Varien_Db_Adapter_Pdo_Mysql
                    [type] => ->
                    [args] => Array
                        (
                            [0] => CREATE TABLE `xmlconnect_images` (
  `image_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Image Id' ,
  `application_id` smallint UNSIGNED NOT NULL COMMENT 'Application Id' ,
  `image_file` varchar(255) NOT NULL COMMENT 'Image File' ,
  `image_type` varchar(255) NOT NULL COMMENT 'Image Type' ,
  `order` int UNSIGNED NOT NULL COMMENT 'Order' ,
  PRIMARY KEY (`image_id`),
  CONSTRAINT `FK_6C55A623A089E4FEA9201FFE01693167` FOREIGN KEY (`application_id`) REFERENCES `xmlconnect_application` (`application_id`) ON DELETE CASCADE ON UPDATE CASCADE
) COMMENT='Xmlconnect Images' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                        )

                )

            [6] => Array
                (
                    [file] => /home/max/1rubyspinel9765/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/upgrade-1.6.0.0-1.6.0.0.1.php
                    [line] => 71
                    [function] => createTable
                    [class] => Varien_Db_Adapter_Pdo_Mysql
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Varien_Db_Ddl_Table Object
                                (
                                    [_tableName:protected] => xmlconnect_images
                                    [_schemaName:protected] => 
                                    [_tableComment:protected] => Xmlconnect Images
                                    [_columns:protected] => Array
                                        (
                                            [IMAGE_ID] => Array
                                                (
                                                    [COLUMN_NAME] => image_id
                                                    [COLUMN_TYPE] => integer
                                                    [COLUMN_POSITION] => 0
                                                    [DATA_TYPE] => integer
                                                    [DEFAULT] => 
                                                    [NULLABLE] => 
                                                    [LENGTH] => 
                                                    [SCALE] => 
                                                    [PRECISION] => 
                                                    [UNSIGNED] => 1
                                                    [PRIMARY] => 1
                                                    [PRIMARY_POSITION] => 0
                                                    [IDENTITY] => 1
                                                    [COMMENT] => Image Id
                                                )

                                            [APPLICATION_ID] => Array
                                                (
                                                    [COLUMN_NAME] => application_id
                                                    [COLUMN_TYPE] => smallint
                                                    [COLUMN_POSITION] => 1
                                                    [DATA_TYPE] => smallint
                                                    [DEFAULT] => 
                                                    [NULLABLE] => 
                                                    [LENGTH] => 
                                                    [SCALE] => 
                                                    [PRECISION] => 
                                                    [UNSIGNED] => 1
                                                    [PRIMARY] => 
                                                    [PRIMARY_POSITION] => 0
                                                    [IDENTITY] => 
                                                    [COMMENT] => Application Id
                                                )

                                            [IMAGE_FILE] => Array
                                                (
                                                    [COLUMN_NAME] => image_file
                                                    [COLUMN_TYPE] => text
                                                    [COLUMN_POSITION] => 2
                                                    [DATA_TYPE] => text
                                                    [DEFAULT] => 
                                                    [NULLABLE] => 
                                                    [LENGTH] => 255
                                                    [SCALE] => 
                                                    [PRECISION] => 
                                                    [UNSIGNED] => 
                                                    [PRIMARY] => 
                                                    [PRIMARY_POSITION] => 0
                                                    [IDENTITY] => 
                                                    [COMMENT] => Image File
                                                )

                                            [IMAGE_TYPE] => Array
                                                (
                                                    [COLUMN_NAME] => image_type
                                                    [COLUMN_TYPE] => text
                                                    [COLUMN_POSITION] => 3
                                                    [DATA_TYPE] => text
                                                    [DEFAULT] => 
                                                    [NULLABLE] => 
                                                    [LENGTH] => 255
                                                    [SCALE] => 
                                                    [PRECISION] => 
                                                    [UNSIGNED] => 
                                                    [PRIMARY] => 
                                                    [PRIMARY_POSITION] => 0
                                                    [IDENTITY] => 
                                                    [COMMENT] => Image Type
                                                )

                                            [ORDER] => Array
                                                (
                                                    [COLUMN_NAME] => order
                                                    [COLUMN_TYPE] => integer
                                                    [COLUMN_POSITION] => 4
                                                    [DATA_TYPE] => integer
                                                    [DEFAULT] => 
                                                    [NULLABLE] => 
                                                    [LENGTH] => 
                                                    [SCALE] => 
                                                    [PRECISION] => 
                                                    [UNSIGNED] => 1
                                                    [PRIMARY] => 
                                                    [PRIMARY_POSITION] => 0
                                                    [IDENTITY] => 
                                                    [COMMENT] => Order
                                                )

                                        )

                                    [_indexes:protected] => Array
                                        (
                                        )

                                    [_foreignKeys:protected] => Array
                                        (
                                            [FK_6C55A623A089E4FEA9201FFE01693167] => Array
                                                (
                                                    [FK_NAME] => FK_6C55A623A089E4FEA9201FFE01693167
                                                    [COLUMN_NAME] => application_id
                                                    [REF_TABLE_NAME] => xmlconnect_application
                                                    [REF_COLUMN_NAME] => application_id
                                                    [ON_DELETE] => CASCADE
                                                    [ON_UPDATE] => CASCADE
                                                )

                                        )

                                    [_options:protected] => Array
                                        (
                                            [type] => INNODB
                                            [charset] => utf8
                                            [collate] => utf8_general_ci
                                        )

                                )

                        )

                )

            [7] => Array
                (
                    [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/Resource/Setup.php
                    [line] => 624
                    [args] => Array
                        (
                            [0] => /home/max/1rubyspinel9765/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/upgrade-1.6.0.0-1.6.0.0.1.php
                        )

                    [function] => include
                )

            [8] => Array
                (
                    [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/Resource/Setup.php
                    [line] => 437
                    [function] => _modifyResourceDb
                    [class] => Mage_Core_Model_Resource_Setup
                    [type] => ->
                    [args] => Array
                        (
                            [0] => upgrade
                            [1] => 1.6.0.0
                            [2] => 1.6.0.0.1
                        )

                )

            [9] => Array
                (
                    [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/Resource/Setup.php
                    [line] => 320
                    [function] => _upgradeResourceDb
                    [class] => Mage_Core_Model_Resource_Setup
                    [type] => ->
                    [args] => Array
                        (
                            [0] => 1.6.0.0
                            [1] => 1.6.0.0.1
                        )

                )

            [10] => Array
                (
                    [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/Resource/Setup.php
                    [line] => 235
                    [function] => applyUpdates
                    [class] => Mage_Core_Model_Resource_Setup
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [11] => Array
                (
                    [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/App.php
                    [line] => 417
                    [function] => applyAllUpdates
                    [class] => Mage_Core_Model_Resource_Setup
                    [type] => ::
                    [args] => Array
                        (
                        )

                )

            [12] => Array
                (
                    [file] => /home/max/1rubyspinel9765/app/code/core/Mage/Core/Model/App.php
                    [line] => 343
                    [function] => _initModules
                    [class] => Mage_Core_Model_App
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [13] => Array
                (
                    [file] => /home/max/1rubyspinel9765/app/Mage.php
                    [line] => 684
                    [function] => run
                    [class] => Mage_Core_Model_App
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [scope_code] => 
                                    [scope_type] => store
                                    [options] => Array
                                        (
                                        )

                                )

                        )

                )

            [14] => Array
                (
                    [file] => /home/max/1rubyspinel9765/index.php
                    [line] => 87
                    [function] => run
                    [class] => Mage
                    [type] => ::
                    [args] => Array
                        (
                            [0] => 
                            [1] => store
                        )

                )

        )

)

20 answers

Profile photo of Sherlock 0.00 $tone February 2, 2014
Public

@ nilikooh,

Please try to install quickstart package using a fresh database again (a database without tables, don’t use old databases). We did test to install all packages before release and we did not face this particular problem.

#1
Profile photo of Mehdi Khosravi 0.00 $tone February 2, 2014
Public

@ nilikooh,

Please try to install quickstart package using a fresh database again (a database without tables, don’t use old databases). We did test to install all packages before release and we did not face this particular problem.

till now, I tried that at less for 30 times. (with a fresh database) It’s not working.
I downloaded and tried to install magento from magento.com and installed without any problems.
So, I’m sure the problem is related to your quickstart packages.

#2
Profile photo of Mehdi Khosravi 0.00 $tone February 5, 2014
Public

@ nilikooh,

Please let me know which theme associated with such issue, I will check further.

Hello,
I tried to install "JM MegaMall" "JM Gamestore" "JM Bookshop" "JM Crafts" . none worked, and I get error for all quickstarts.

2 questions:
1. I download the quickstart packages about one month ago. Did you made any changes to Magento quickstart installation packages recently? (maybe quickstrats had issue in that time and I should download again?)
2. In Joomlart’s website, "Member area"> there is a section called "your domains". what’s that? should we register each domain there (before installation)? is it possible that installation package sending error because I didn’t registered my domain in this section?

P.S: I can give you my host access if you think I’m doing something wrong during installation of quickstarts.

#4
Profile photo of Sherlock 0.00 $tone February 6, 2014
Public

QUOTE] 1. I download the quickstart packages about one month ago. Did you made any changes to Magento quickstart installation packages recently? (maybe quickstrats had issue in that time and I should download again?)

You should try to download the latest version, install to see if the problems still remain.

2. In Joomlart’s website, "Member area"> there is a section called "your domains". what’s that? should we register each domain there (before installation)? is it possible that installation package sending error because I didn’t registered my domain in this section?

‘Your domains’ section is to register license domains. You can register all your license domains before your membership’s expiry date. The error your mentioned does not relate to this registration.

#5
Profile photo of Mehdi Khosravi 0.00 $tone February 6, 2014
Public

You should try to download the latest version, install to see if the problems still remain.

‘Your domains’ section is to register license domains. You can register all your license domains before your membership’s expiry date. The error your mentioned does not relate to this registration.

OK. I downloaded and tried to install latest versions but they’re not working too. the same issue. I also tried to install "JM_classy" now, It’s not working also.

#6
Profile photo of Mehdi Khosravi 0.00 $tone February 9, 2014
Public

Hi nilikooh,

You can PM me FTP and Cpanel credentials of your site, I will create a fresh new database and try to install myself.

Hi Sherlock. Ok, it’s 3 days that i gave you my host access and you should tried to install magento templates till now.
So what’s going on? why joomlart’s quickstarts not working?

#9
Profile photo of Sherlock 0.00 $tone February 10, 2014
Public

@ nilikooh,

I am sorry for this late. I have just accessed your hosting and saw a file name jm_crafts.zip, Could you help me to extract it? Also please help to create a fresh database and pm those credentials to me. Honestly, I am not familiar with your cpanel.

#10
Profile photo of Mehdi Khosravi 0.00 $tone February 10, 2014
Public

@ nilikooh,

I am sorry for this late. I have just accessed your hosting and saw a file name jm_crafts.zip, Could you help me to extract it? Also please help to create a fresh database and pm those credentials to me. Honestly, I am not familiar with your cpanel.

It’s 12 days that I’m waiting for this and i’m very angry about that. please fix the issue or forward it to someone else who can fix it.There’s no big difference between kloxo and cpanl. they’re very similar.
OK. i unzipped the file and sent you a fresh database credentials.

#11
Profile photo of Sherlock 0.00 $tone February 11, 2014
Public

It is a pity that I tried to install but still fail again.

The failure might be a problem of the Max Execution Time php setting, the current value is 30 which is pretty small. I have tried to change this setting value via Kloxo but I find nowhere to do that.
Could you please ask your hosting provider to check this?

Alternatively, I can install the quickstart package without sample data, you will add your data later on. I think there might be no problems if I install it without sample data.

Hope for your patience and support on this.

#12
Profile photo of Mehdi Khosravi 0.00 $tone February 12, 2014
Public

It is a pity that I tried to install but still fail again.

The failure might be a problem of the Max Execution Time php setting, the current value is 30 which is pretty small. I have tried to change this setting value via Kloxo but I find nowhere to do that.
Could you please ask your hosting provider to check this?

Alternatively, I can install the quickstart package without sample data, you will add your data later on. I think there might be no problems if I install it without sample data.

Hope for your patience and support on this.

It’s not "Max Execution Time" issue. I already test that with 4000.
And I don’t want your packages without sample data. This is your templates issue and If you can’t fix it please give back my money immediately
sorry to say that but you just wasted my time with your templates.

#13
Profile photo of Mehdi Khosravi 0.00 $tone February 13, 2014
Public

i just checked again and still I saw Max Execution Time’s value is 30 as attached screenshot, you can also see that here

I already told you, I tested that.
OK it’s 900 now. you can check it
and also you can change that via kloxo : Domains> rubyspinel.com>advanced php config

#15
Profile photo of Mehdi Khosravi 0.00 $tone February 17, 2014
Public

okay I have just finished installation, now I see it’s working fine, you can check again, the admin account I have pm to you.

Thanks Sherlock.
Can you explain me what was the issue?( I just don’t want to open a new topic everyday for my installation issues.)
was this issue only because of "Max Execution Time" ? did you do any other changes during installation?

#17
Profile photo of Sherlock 0.00 $tone February 17, 2014
Public

It’s a problem with the mobiledetect helper from our extension, you can check the app\code\local\Wavethemes\Jmbasetheme\Helper\Mobil edetect.php file where I modified the code.

#18
Profile photo of Mehdi Khosravi 0.00 $tone February 22, 2014
Public

It’s a problem with the mobiledetect helper from our extension, you can check the app\code\local\Wavethemes\Jmbasetheme\Helper\Mobil edetect.php file where I modified the code.

So I should replace your modified file with the same file in all Quickstart packages of Templates?

Did you fix this issue in current quickstarts in download area of joomlart.com?, so should I download the packages from joomlart.com again? are they ok now?

#19
Profile photo of Sherlock 0.00 $tone February 24, 2014
Public

QUOTE]So I should replace your modified file with the same file in all Quickstart packages of Templates?

yes, you should try

Did you fix this issue in current quickstarts in download area of joomlart.com?, so should I download the packages from joomlart.com again? are they ok now?

I have applied the fix to the theme package but it need to be tested again to make sure everything work properly before re-exporting the package to the download area, I hope this will be done soon.

#20

Please login or Register to Submit Answer

Written By

Comments