Show Posts


Messages - abolabo

Pages: [1] 2 3 ... 137
1
Support / Re: When creating an account the page remains blank
« on: April 04, 2024, 03:25:11 AM »
Hello, when creating an account, all the fields for registration are filled out and when I click to register, the page loads and remains blank and generates the following error in the registration

2024-04-01 23:46:10 - Unknown Error: AbanteCart core v.1.3.4 Call to undefined function Symfony\Component\Mailer\Transport\Smtp\Stream\proc_open() in <b>/home/electron/public_html /vendor/symfony/mailer/Transport/Smtp/Stream/ProcessStream.php</b> on line <b>41</b>



Looks like you have disabled function https://www.php.net/manual/en/function.proc-open.php
Please contact your hosting provider support for details.
I guess they are in paranoid mode and forbid all functions with "proc" inside the name.
You can check it via admin->system->settings->system->click on phpInfo() button at the heading. In the newly opened tab try to find "disable_functions" directive inside Core section.
if proc function in the list you can try deal with hosting provider. If they are reject your wish, you should to choose another mail transport, not smtp.
Actually the best approach to use inner server mailer (mail).

Also you can try to disable security_mod for your domain in the cPanel




2
Support / Re: When creating an account the page remains blank
« on: April 03, 2024, 03:31:06 AM »
hi,
is it your v1.3.4 after upgrade or it's a newly installed 1.3.4 ?

please check file public_html/core/init.php
these lines must be there

Code: [Select]
const DIR_VENDOR = DIR_ROOT . DS . 'vendor' . DS;

require DIR_VENDOR.'autoload.php';

3
Tips and Tricks / Re: Options for products
« on: March 13, 2024, 04:06:19 AM »
I want to make some alterations to some of the options offered in the product page setup, like the radio buttons, etc. But where, oh where are the codes for the options? In what section where the cart is installed?

please clarify what is the aim.

4
Also you can try with enabled browser developer tools. See Console tab for js-errors.
Please let us know about result.

5
Unknown Error: AbanteCart core v.1.3.3 Unsupported operand types: string + float in <b>/home/loveyou7petsuper/public_html/core/lib/tax.php</b> on line <b>228</b>

you can try to downgrade from php8 to php7.4 to solve an issue.

6
Development Help Needed / Re: Change PayPal message
« on: February 23, 2024, 03:45:04 AM »
Probably you should to hook controller public_html/extensions/fast_checkout/storefront/controller/responses/checkout/pay.php  method _process_success
You can write _updateData hook and use $that->session->data['processed_order_id'] for order recognizing

7
Extension Support / Re: no BS5 clone available dev tools
« on: February 08, 2024, 03:44:55 AM »
We did not realized this feature in the devtools yet. Will be soon. To clone extension template just copy directory "bootstrap5" to "your_new_template_text_id" and rename all files and subdirectories  "bootstrap5" to "your_new_template_text_id" (usually it's a language subdirectory in admin and sf) Also open layout.xml file from template root directory and replace all "bootstrap5"  words with "your_new_template_text_id" (BS5 too)  After then you can install your new template.

9
General Support / Re: default wt based for 1.3.4 Issue
« on: January 29, 2024, 05:01:01 AM »
please give us full test of error. What file with line 89?

10
please check is this folder exists on your host.
This error means your cart cannot to find some file from it.

11
Built-in Features / Re: how to use phpunit in a project
« on: December 31, 2023, 11:41:35 AM »
you can check how we use phpunit testing in the abantecart next generation.
See this file tree https://github.com/abantecart/abantecart_2.0/tree/master/abantecart/abc
You can find phpunit configuration file https://github.com/abantecart/abantecart_2.0/blob/master/abantecart/abc/phpunit.xml
Just create yours and start to create test classes.




12
General Support / Re: Human verification has failed! Please try agan.
« on: December 26, 2023, 04:47:06 AM »
Hello Abolado, first of all merry christmas, ok so i copied the code to my form.php but the error continues ?

To debug you should to check what data passed to your controller.
Just open developer tools of your browser, click Network tab and see POST request data after form submission.
You need to find captcha long temporary key in it.
Note parameter name.

13
General Support / Re: Human verification has failed! Please try agan.
« on: December 24, 2023, 11:04:42 AM »
please check this bugfix


14
Template Support / Re: Bootstrap5 Logo Position
« on: December 19, 2023, 06:28:51 AM »
you can find logo here
public_html/extensions/bootstrap5/storefront/view/bootstrap5/template/common/header.tpl

https://getbootstrap.com/docs/5.3/utilities/flex/#justify-content

15
Quote
But when i try to upgrade the extension

please clarify how you did this. i mean how you did upgrade of extension.

Pages: [1] 2 3 ... 137

Powered by SMFPacks Social Login Mod