Show Posts


Messages - abolabo

Pages: 1 [2] 3 4 ... 146
17
General Support / Re: SQL error when trying to upgrade to 1.4.2.
« on: June 05, 2025, 06:03:14 AM »
probably same issue can be with table settings

Code: [Select]
CREATE INDEX `ac_settings_idx` ON `ac_settings` (`value`(333) ASC);

18
Template Support / Re: Embedding HTML Block SEO Keyword URL
« on: June 02, 2025, 04:58:38 AM »
we are already first platform 8)
And people got our code for free ;)

19
Template Support / Re: Embedding HTML Block SEO Keyword URL
« on: June 02, 2025, 04:12:24 AM »
Hello,

I just wanna know if it's possible to do something to embed a specific html block with a unique url link to share outside of website in 3rd parties webpages and apps.
 
is that possible?

Yes, in theory:
1. create your own controller, let's name it myBannerBlock. As example you can get method "main" from public_html/extensions/banner_manager/storefront/controller/responses/extension/banner_manager.php.
The main function of this controller to send piece of html (tpl-render of ready html-content of block) by request parameters.
2. Then create new html-banner. Get it's banner_id.
3. Insert into table url_aliases data, where `query`  =  'banner_id=123&format=html' and `keyword` = 'some_unique_your_seo_keyword'.
4. Then open browser and put url https://www.yourdomain.com/some_unique_your_seo_keyword

It's a good idea to extend functionality our native banner manager extension. Feel free to donate us for this feature :-)



20
Upgrade / Re: upgrading from V.1.4.1 to V. 1.4.2
« on: June 01, 2025, 06:15:39 AM »
You may have the same issue I had.

The webserver wouldn't serve index.php as the default index file, so any call to javascript would return 404, which was the wrong file type since it was expecting javascript, and it would get blocked.

The solution was go to the .htaccess file in the root folder of your AbanteCart installation and add this line:
DirectoryIndex index.php
Nope, this it database index related issue, not webserver

21
General Support / Re: testing email
« on: May 25, 2025, 07:03:25 AM »
looks like you forgot ssl:/ as protocol in the settings.
See example here https://abantecart.atlassian.net/wiki/spaces/AD/pages/7372837/Mail+Settings

22
Support / Re: multiple add to cart and buy it now buttons
« on: May 22, 2025, 04:25:03 AM »
do you have fast_checkout extension installed?

23
Installation and Configuration / Re: Various Error messages
« on: May 19, 2025, 02:47:20 PM »
you should to run sql queries manually via phpMyAdmin.
Regarding error i guess you should to start since line 1091
https://github.com/abantecart/abantecart-src/blob/master/public_html/install/abantecart_database_upgrade.sql#L1091

Do not forget to replace table prefix with yours before

24
General Support / Re: SQL error when trying to upgrade to 1.4.2.
« on: May 13, 2025, 04:18:39 AM »
if index does not exists just run this sql and start upgrade process again.

Code: [Select]
CREATE INDEX `ac_lang_definition_idx` ON `ac_language_definitions` (`language_value`(500) ASC);
Do not forget replace ac_ prefix in the names with yours before.

25
Extension Support / Re: Add Venmo to Paypal extension
« on: May 09, 2025, 05:28:30 AM »
Paypal Commerce extension do not have a management of your Paypal buttons on checkout form. These buttons loaded from their API, it's a third-party code.
So you should to ask their support team hot to enable venmo button inside your merchant account.

26
General Support / Re: Not all 1.4.2 tables are changed to INNODB
« on: May 09, 2025, 05:16:48 AM »
Hi Core Devs,

I've noticed that the stripe_customers, stripe_orders, and task_steps tables were not converted to the InnoDB engine during the upgrade process.

Was this intentional?

not critical, please ignore

27
Templates / Re: Developer Recommendations
« on: May 06, 2025, 09:31:18 AM »
probably you don't need to clone template.
You can try our new Novator extender extension to make css overrides

28
Upgrade / Re: upgrading from V.1.4.1 to V. 1.4.2
« on: May 06, 2025, 03:41:46 AM »
I am also working through problems with upgrade (1.4.2), permissions, as well as ftp unable to log on etc. Abantecart needs to create a better system for upgrading through hosting sites (A2webhosting) if I find anything substantial I will post again....in the mean-time I am also stuck in the ditch....

You see all these permissions "issues" because of security reason. AbanteCart thinks how to forbid injections from other hosting providers accounts and other worms.
If we made easy upgrade this mean weak defense. What do you prefer, easy upgrade or weak defense?
Please provide how do you see upgrade process. We'll try to make it better

29
Upgrade / Re: upgrading from V.1.4.1 to V. 1.4.2
« on: May 06, 2025, 03:32:02 AM »
Hello,

I tired to upgrading from V.1.4.1 to V. 1.4.2 but i couldn't and got next error log and screenshot.


2025-05-02 19:54:07 - Unknown Error: AbanteCart core v.1.4.1 SQL-ERROR: "array (
'error_text' => 'Can\'t DROP INDEX `fuw2_lang_definition_idx`; check that it exists',
'errno' => 1091,
)" in /core/lib/package_manager.php on line 832

What shall I do in my case?

this index must be presents in your language_definition table.
See 1.4.1 install.sql script, line 983 https://github.com/abantecart/abantecart-src/blob/1.4.1/public_html/install/abantecart_database.sql#L983

To solve just create it manually via phpMyAdmin and run upgrade again

30
General Discussion / Re: AbanteCart v1.4.2 suppliers
« on: May 02, 2025, 03:31:01 AM »
hi,
it's a db skeleton for extensions

Pages: 1 [2] 3 4 ... 146

Powered by SMFPacks Social Login Mod