BulkGate / prestasms

⚡ Extend your PrestaShop store capabilities. Send personalized bulk SMS messages. Notify your customers about order status via customer SMS notifications. Receive order updates via Admin SMS notifications.
http://www.presta-sms.com/
GNU General Public License v3.0
4 stars 3 forks source link

Remove calls to deleted file #6

Closed Hlavtox closed 3 months ago

Hlavtox commented 5 months ago

On some stores, any module controller I open are infinitely spinning, because of calls to /admin/ajax-tab.php file. This file was removed in PrestaShop 8.0.

https://github.com/PrestaShop/PrestaShop/blob/1.7.8.11/admin-dev/ajax-tab.php https://github.com/PrestaShop/PrestaShop/blob/8.0.0-beta.1/admin-dev/ajax-tab.php

The fix is to simply call index.php directly, as the file was doing before.

issue Snímek obrazovky 2024-05-21 120247 Snímek obrazovky 2024-05-21 120318

Hlavtox commented 5 months ago

Ping @lukaspijak

lukaspijak commented 5 months ago

We preparing the new version (6.0.0) for the new prestashop, but we can release the version with your update.

Hlavtox commented 5 months ago

If the new version is not using this file anymore, I think we can just wait for the new version I guess? :-)