Derniere version virtuemart

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • visuapub
    a répondu
    Re : Derniere version virtuemart

    Envoyé par hugoprod Voir le message
    A L'installation, est ce bon signe:
    Info: alterTable ADD cm5ob_virtuemart_calcs.calc_jplugin_id : ALTER TABLE `cm5ob_virtuemart_calcs` ADD calc_jplugin_id int(11) NOT NULL DEFAULT '0' FIRST
    ...
    Info: alterTable CHANGE cm5ob_virtuemart_paymentmethods.payment_params : ALTER TABLE `cm5ob_virtuemart_paymentmethods` CHANGE COLUMN `payment_params` `payment_params` VARCHAR(19000)
    Info: alterTable CHANGE cm5ob_virtuemart_products.product_in_stock : ALTER TABLE `cm5ob_virtuemart_products` CHANGE COLUMN `product_in_stock` `product_in_stock` INT(1)
    Info: alterTable CHANGE cm5ob_virtuemart_products.product_ordered : ALTER TABLE `
    En fait ce n'est ni bon, ni mauvais. Virtuemart te previens que la mise à jour a modifié des tables.
    C'est plus pour information qu'autre chose.
    Les mises à jour VM peuvent avoir plusieurs raisons ou conséquences (améliorer une fonction, modifier la réaction d'un plug in, ...).

    Là, où il faut avoir peur, c est quand tu lis des warning !!!

    Laisser un commentaire:


  • hugoprod
    a répondu
    Re : Derniere version virtuemart

    A L'installation, est ce bon signe:

    Code:
            Info: alterTable ADD cm5ob_virtuemart_calcs.calc_jplugin_id : ALTER TABLE `cm5ob_virtuemart_calcs` ADD calc_jplugin_id int(11) NOT NULL DEFAULT '0' FIRST
            Info: alterTable CHANGE cm5ob_virtuemart_calcs.calc_value : ALTER TABLE `cm5ob_virtuemart_calcs` CHANGE COLUMN `calc_value` `calc_value` DECIMAL(10,4) NOT NULL DEFAULT '0.0000' COMMENT 'THE AMOUNT'
            Info: alterTable CHANGE cm5ob_virtuemart_calcs.calc_params : ALTER TABLE `cm5ob_virtuemart_calcs` CHANGE COLUMN `calc_params` `calc_params` VARCHAR(18000)
            Info: alterTable CHANGE cm5ob_virtuemart_categories.category_template : ALTER TABLE `cm5ob_virtuemart_categories` CHANGE COLUMN `category_template` `category_template` CHAR(128)
            Info: alterTable CHANGE cm5ob_virtuemart_categories.category_layout : ALTER TABLE `cm5ob_virtuemart_categories` CHANGE COLUMN `category_layout` `category_layout` CHAR(64)
            Info: alterTable CHANGE cm5ob_virtuemart_categories.category_product_layout : ALTER TABLE `cm5ob_virtuemart_categories` CHANGE COLUMN `category_product_layout` `category_product_layout` CHAR(64)
            Info: alterTable CHANGE cm5ob_virtuemart_currencies.currency_exchange_rate : ALTER TABLE `cm5ob_virtuemart_currencies` CHANGE COLUMN `currency_exchange_rate` `currency_exchange_rate` DECIMAL(10,5)
            Info: alterTable ADD cm5ob_virtuemart_customs.layout_pos : ALTER TABLE `cm5ob_virtuemart_customs` ADD layout_pos char(24) COMMENT 'Layout Position' FIRST
            Info: alterTable CHANGE cm5ob_virtuemart_medias.file_url : ALTER TABLE `cm5ob_virtuemart_medias` CHANGE COLUMN `file_url` `file_url` VARCHAR(1800) NOT NULL DEFAULT ''
            Info: alterTable CHANGE cm5ob_virtuemart_medias.file_params : ALTER TABLE `cm5ob_virtuemart_medias` CHANGE COLUMN `file_params` `file_params` VARCHAR(19000)
            Info: alterTable CHANGE cm5ob_virtuemart_migration_oldtonew_ids.cats : ALTER TABLE `cm5ob_virtuemart_migration_oldtonew_ids` CHANGE COLUMN `cats` `cats` LONGBLOB
            Info: alterTable CHANGE cm5ob_virtuemart_migration_oldtonew_ids.manus : ALTER TABLE `cm5ob_virtuemart_migration_oldtonew_ids` CHANGE COLUMN `manus` `manus` LONGBLOB
            Info: alterTable CHANGE cm5ob_virtuemart_migration_oldtonew_ids.shoppergroups : ALTER TABLE `cm5ob_virtuemart_migration_oldtonew_ids` CHANGE COLUMN `shoppergroups` `shoppergroups` LONGBLOB
            Info: alterTable CHANGE cm5ob_virtuemart_migration_oldtonew_ids.products : ALTER TABLE `cm5ob_virtuemart_migration_oldtonew_ids` CHANGE COLUMN `products` `products` LONGBLOB
            Info: alterTable ADD cm5ob_virtuemart_migration_oldtonew_ids.products_start : ALTER TABLE `cm5ob_virtuemart_migration_oldtonew_ids` ADD products_start int(1) AFTER products
            Info: alterTable CHANGE cm5ob_virtuemart_migration_oldtonew_ids.orders : ALTER TABLE `cm5ob_virtuemart_migration_oldtonew_ids` CHANGE COLUMN `orders` `orders` LONGBLOB
            Info: alterTable ADD cm5ob_virtuemart_migration_oldtonew_ids.orders_start : ALTER TABLE `cm5ob_virtuemart_migration_oldtonew_ids` ADD orders_start int(1) AFTER orders
            Info: alterTable CHANGE cm5ob_virtuemart_modules.module_description : ALTER TABLE `cm5ob_virtuemart_modules` CHANGE COLUMN `module_description` `module_description` VARCHAR(21000)
            Info: alterTable ADD cm5ob_virtuemart_orders.order_salesPrice : ALTER TABLE `cm5ob_virtuemart_orders` ADD order_salesPrice decimal(15,5) NOT NULL DEFAULT '0.00000' FIRST
            Info: alterTable ADD cm5ob_virtuemart_orders.order_billTaxAmount : ALTER TABLE `cm5ob_virtuemart_orders` ADD order_billTaxAmount decimal(15,5) NOT NULL DEFAULT '0.00000' AFTER order_salesPrice
            Info: alterTable ADD cm5ob_virtuemart_orders.order_billDiscountAmount : ALTER TABLE `cm5ob_virtuemart_orders` ADD order_billDiscountAmount decimal(15,5) NOT NULL DEFAULT '0.00000' AFTER order_billTaxAmount
            Info: alterTable ADD cm5ob_virtuemart_orders.order_discountAmount : ALTER TABLE `cm5ob_virtuemart_orders` ADD order_discountAmount decimal(15,5) NOT NULL DEFAULT '0.00000' AFTER order_billDiscountAmount
            Info: alterTable CHANGE cm5ob_virtuemart_orders.user_currency_id : ALTER TABLE `cm5ob_virtuemart_orders` CHANGE COLUMN `user_currency_id` `user_currency_id` SMALLINT(1)
            Info: alterTable CHANGE cm5ob_virtuemart_orders.customer_note : ALTER TABLE `cm5ob_virtuemart_orders` CHANGE COLUMN `customer_note` `customer_note` VARCHAR(21000)
            Info: alterTable CHANGE cm5ob_virtuemart_order_histories.comments : ALTER TABLE `cm5ob_virtuemart_order_histories` CHANGE COLUMN `comments` `comments` VARCHAR(21000)
            Info: alterTable ADD cm5ob_virtuemart_order_items.product_tax : ALTER TABLE `cm5ob_virtuemart_order_items` ADD product_tax decimal(15,5) FIRST
            Info: alterTable ADD cm5ob_virtuemart_order_items.product_basePriceWithTax : ALTER TABLE `cm5ob_virtuemart_order_items` ADD product_basePriceWithTax decimal(15,5) AFTER product_tax
            Info: alterTable ADD cm5ob_virtuemart_order_items.product_subtotal_discount : ALTER TABLE `cm5ob_virtuemart_order_items` ADD product_subtotal_discount decimal(15,5) NOT NULL DEFAULT '0.00000' AFTER product_basePriceWithTax
            Info: alterTable ADD cm5ob_virtuemart_order_items.product_subtotal_with_tax : ALTER TABLE `cm5ob_virtuemart_order_items` ADD product_subtotal_with_tax decimal(15,5) NOT NULL DEFAULT '0.00000' AFTER product_subtotal_discount
            Info: alterTable CHANGE cm5ob_virtuemart_orderstates.order_status_description : ALTER TABLE `cm5ob_virtuemart_orderstates` CHANGE COLUMN `order_status_description` `order_status_description` VARCHAR(20000)
            Info: alterTable ADD cm5ob_virtuemart_orderstates.order_stock_handle : ALTER TABLE `cm5ob_virtuemart_orderstates` ADD order_stock_handle char(1) NOT NULL DEFAULT 'A' AFTER order_status_description
            Info: alterTable CHANGE cm5ob_virtuemart_paymentmethods.payment_params : ALTER TABLE `cm5ob_virtuemart_paymentmethods` CHANGE COLUMN `payment_params` `payment_params` VARCHAR(19000)
            Info: alterTable CHANGE cm5ob_virtuemart_products.product_in_stock : ALTER TABLE `cm5ob_virtuemart_products` CHANGE COLUMN `product_in_stock` `product_in_stock` INT(1)
            Info: alterTable CHANGE cm5ob_virtuemart_products.product_ordered : ALTER TABLE `
    Dernière édition par zepelin57 à 03/01/2013, 22h29

    Laisser un commentaire:


  • hugoprod
    a répondu
    Re : Derniere version virtuemart

    je met le fichier dans quel répertoire?

    Laisser un commentaire:


  • zepelin57
    a répondu
    Re : Derniere version virtuemart

    Problème sur l'hébergement, faire l'installation par ftp.

    Laisser un commentaire:


  • hugoprod
    a répondu
    Re : Derniere version virtuemart

    même erreur.

    Laisser un commentaire:


  • zepelin57
    a répondu
    Re : Derniere version virtuemart

    Bonsoir,

    Les versions impaires sont des versions de tests et non de productions, pour les sites en prod utiliser les versions paires et donc 2.0.16.

    Laisser un commentaire:


  • hugoprod
    a crée un sujet Derniere version virtuemart

    Derniere version virtuemart

    bonjour,
    je vous contact pour vous relater une erreur, quand j'envoie la dernière version de virtuemart, (com_virtuemart.2.0.15b)
    Voici lemessage d'erreur et de même pour com_virtuemart.2.0.15b_ext_aio

    "Une erreur est survenue lors de l'envoi de ce fichier sur le serveur."

    Que faire ? merci de votre aide.

Annonce

Réduire
Aucune annonce pour le moment.

Partenaire de l'association

Réduire

Hébergeur Web PlanetHoster
Travaille ...
X