Post by gilberto_sj » Tue Jul 05, 2022 6:08 am

I'm trying to delete products from the page
http://localhost/admin/index.php?route= ... ken=123456

But I'm not getting it.


I know that it is possible to delete from the database, but I don't want to do it via SQL

When clicking, on the product and clicking on the trash, nothing happens

How do I debug?

Default installation, I didn't add any extensions.

I'm currently using docker to run the application.

docker image
php:8.1-rc-apache-buster


I can delete the categories normally.

So it is not database user permission


Dockerfile

Code: Select all

FROM php:8.1-rc-apache-buster
RUN apt-get update; apt-get install libpng-dev libjpeg-dev libxpm-dev zlib1g-dev libzip-dev libwebp-dev libjpeg62-turbo-dev -y
RUN docker-php-ext-install zip pdo pdo_mysql
RUN docker-php-ext-configure gd --with-jpeg=/usr/include/
RUN docker-php-ext-install gd
COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html

Newbie

Posts

Joined
Fri Aug 18, 2017 7:36 am

Post by by mona » Tue Jul 05, 2022 9:03 am

have you tried searching the forum ?
viewtopic.php?t=228811

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by straightlight » Tue Jul 05, 2022 9:43 am

I believe this issue has been rectified on the master branch today.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by JNeuhoff » Tue Jul 05, 2022 5:31 pm

straightlight wrote:
Tue Jul 05, 2022 9:43 am
I believe this issue has been rectified on the master branch today.
I can confirm this. Deleting products works just fine now when using the latest master branch.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member
Online

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by by mona » Tue Jul 05, 2022 8:09 pm

Thanking you both.

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by straightlight » Fri Jul 08, 2022 8:08 am

by mona wrote:
Tue Jul 05, 2022 8:09 pm
Thanking you both.
Now that the issue has been solved, please add: [SOLVED] at the beginning of the subject line on your first post.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 46 guests