Show Posts


Messages - abolabo

Pages: 1 2 3 [4] 5 6 ... 137
46
Support / Re: PHP High CPU
« on: September 08, 2022, 03:00:50 AM »
just install xdebug php-ext and create profile.
See https://xdebug.org/docs/profiler for details.
Then open profile in the KCachegrind or some other profile analizer(for example phpstorm) and check what part of code run slow.

I don't see any other way to check.

47
Support / Re: Black screen on loging into admin panel
« on: September 08, 2022, 02:57:03 AM »
please create file test.php inside public html directory and paste
Code: [Select]
<?php  phpinfo(); ?> into it.
Then open this file via browser (http://your-donmain.com/test.php) and check is curl extension enabled (you will see section CURL... or not).
Also post php version and abantecart version too.

48
General Support / Re: How to get referrer from a form?
« on: September 06, 2022, 01:48:35 AM »
try to use session. Set some value (current product url into $this->session->data['product_url']) and set it into your hidden field in the form

49
How-to questions / Re: Remove Button
« on: September 01, 2022, 04:36:40 AM »
hello.  These buttons loads by paypal js.sdk. You should to ask their support how to regulate it from paypal account side.

50
General Support / Re: Admin login glitched
« on: August 29, 2022, 02:41:27 AM »
strange situation.
Looks like somebody broke this file public_html/admin/view/default/template/form/form_open.tpl
Try to edit it or replace with this

If not help - try to replace all content of this file with
Code: [Select]
<form method="post">

51
General Support / Re: payPal standard success page redirect
« on: August 19, 2022, 02:21:11 AM »
I think you should to create a hook on _UpdateData() call of success page controller. Not a new controller.

You can look into other extensions for example.

Note. Paypal_standart now is deprecated since version 1.3.3.

52
Support / Re: No emails being sent
« on: August 16, 2022, 09:06:26 AM »
i have verified my php sendmail functioning is working.  I get the below error still in the AbanteCart Error logs:

AMail. transport: Symfony\Component\Mailer\Transport\SendmailTransport: Unable to write bytes on the wire.
Can you PM me a credentials to your cPanel ?

53
Support / Re: No emails being sent
« on: August 15, 2022, 01:35:39 AM »
if you use inner server mailer you should to be sure it work ok.
The best way do this via terminal (bash shell).
Please read this how to check this

54
Support / Re: Can The 'Buy It Now' Button Be Disabled?
« on: June 28, 2022, 05:04:19 AM »
Can The 'Buy It Now' Button Be Disabled?

 :(

Setting added into new version of FC inside developer branch 1.3.3.
You got it after upgrade. Or you can replace your folder extensions/fast_checkout with folder from current dev branch

55
General Support / Re: Cannot connect my store to the "marketplace"
« on: June 23, 2022, 04:23:12 AM »
To solve please try to change UNIQUE_ID inside file system/config.php and let us know regarding login to MP

56
Template Support / Re: Unable to view email messages
« on: June 08, 2022, 09:30:19 AM »
For instance when an order is placed, I do get notified automatically by email. However, when I attempt to view the message using Windows default mail app, it keeps loading endlessly without displaying anything. I've also tried viewing the message directly on my browser by logging into my email account. Interestingly, it shows on the browser, but in an unreadable format, as shown on the screenshot attached. Kindly advise.

is this issue still actual?

57
Support / Re: Upgrade Error
« on: May 31, 2022, 04:01:13 AM »
When I upgrade from 1.2.15 to 1.2.16 I get the following errors:
----------------------
Error: Cannot upgrade file : 'core/lib/BasePaymentHandler.php
Error: Cannot upgrade file : 'core/lib/PaymentHandlerInterface.php

Error: Cannot upgrade file : 'core/lib/BasePaymentHandler.php
Error: Cannot upgrade file : 'core/lib/PaymentHandlerInterface.php
------------------------
Any idea what I can do to fix?
you should to check permissions for directory public_html/core/lib. It must be writable for web-server system user

58
General Support / Re: + sign disappears when hitting save on a product
« on: April 22, 2022, 03:47:09 AM »
Switch to html-mode of editor and replace + with &plus; html entity.
Save and check on storefront.


59
General Support / Re: Can't add menu item in admin
« on: April 07, 2022, 05:56:33 AM »
i guess issue related to php 8.1.
You should to use php7.4  for abantecart v1.3.2.
Or use our current development version 1.3.3

60
General Support / Re: How to remove quantity arrows
« on: March 15, 2022, 04:31:19 AM »
To solve you can try to replace tpl-file of product page with this

Pages: 1 2 3 [4] 5 6 ... 137

Powered by SMFPacks Social Login Mod