order_download warning and fatal error

wwd
Developer
Depuis United States
Membre depuis oct. 2024
wwd

I received this warning and error when I tried to download a digital item that I purchased:

Warning: Undefined array key "product_id" in ~/pages/order_download.inc.php (Line 69)
Fatal error: 1054 - Unknown column 'downloads' in 'field list' update lciq_orders_items set downloads = downloads + 1 where order_id = 2 and product_id = 0 limit 1; in ~/includes/library/lib_database.inc.php (Line 199)

Using Version 2024-10-23.

tim
Founder
Depuis Sweden
Membre depuis mai 2013
tim

Hi. Can you run this query in phpmyadmin and try the updated version?

ALTER TABLE lc_orders_items
ADD COLUMN `downloads` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `dim_class`;

I did confirm an issue in the october update.

wwd
Developer
Depuis United States
Membre depuis oct. 2024
wwd

Thanks, update worked perfectly.

Vous
Ce site n'utilise aucun cookie ni aucune technologie de suivi tierce. Nous pensons pouvoir faire mieux que les autres et nous nous soucions vraiment de votre vie privée.