Hello,
I need to know the requirements for the component Vehicle Manager, I am getting errors in the installation process.
Checking the PHP version...Ok
Checking XSL extension...
XSL extension not found! In order for csv export to work, you need to compile PHP5 with support for the XSL extension!
Ok
Checking PHP-Xml extension...Ok
Checking CURL extension...Ok
Checking GD extension...Ok
Installing database...cheking database
cheking database
install database
DROP command denied to user 'webserver'@'localhost' for table 'imvesa2012_vehiclemanager_rent' SQL=DROP TABLE IF EXISTS `imvesa2012_vehiclemanager_rent`, `imvesa2012_vehiclemanager_rent_request`, `imvesa2012_vehiclemanager_buying_request`, `imvesa2012_vehiclemanager_review`, `imvesa2012_vehiclemanager_suggestion`, `imvesa2012_vehiclemanager_categories`, `imvesa2012_vehiclemanager_photos`, `imvesa2012_vehiclemanager_version`, `imvesa2012_vehiclemanager_vehicles`, `imvesa2012_vehiclemanager_main_categories`Creating table for main_categories... CREATE command denied to user 'webserver'@'localhost' for table 'imvesa2012_vehiclemanager_main_categories' SQL=CREATE TABLE IF NOT EXISTS `imvesa2012_vehiclemanager_main_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '0', `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table. Field is reserved for future J versions', `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` varchar(255) NOT NULL DEFAULT '', `section` varchar(50) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(50) DEFAULT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `language` char(7) NOT NULL COMMENT 'The language code for the category.', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT COLLATE utf8_general_ci AUTO_INCREMENT=46 ;