Show Posts


Messages - AromeCity

Pages: [1] 2 3 4
1
Extensions and Add-Ons / Re: Unable to save Options
« on: March 30, 2025, 03:23:45 AM »
Hi,

Ok If I replace this file.

What parameters I need to update in the new file?

I copied over the following from amysqli.php but the admin panel is not loding anymore.

        $connection->query("SET NAMES 'utf8'");
        $connection->query("SET CHARACTER SET utf8");
        $connection->query("SET CHARACTER_SET_CONNECTION=utf8");
        $connection->query("SET SQL_MODE = ''");
        $connection->query("SET session wait_timeout=60;");
        $connection->query("SET SESSION SQL_BIG_SELECTS=1;");

2
Extensions and Add-Ons / Re: Unable to save Options
« on: March 28, 2025, 04:21:42 AM »
Hi,

Any idea what this error means??

2025-03-28 3:29:49 - 2006: MySQL server has gone away
SELECT DISTINCT
e.*,
s.store_id,
st.alias as store_name,
s.value as status
FROM gsog_extensions e
LEFT JOIN gsog_settings s
ON ( s.`group` = e.`key` AND s.`key` = CONCAT(e.`key`,'_status') )
LEFT JOIN gsog_stores st ON st.store_id = s.store_id
WHERE e.key<>'' AND e.`type` IN ('extensions', 'extension', 'payment', 'shipping', 'template', 'language', 'tax') AND COALESCE(s.`store_id`,0) = '0'
ORDER BY e.priority desc

3
Extensions and Add-Ons / Unable to save Options
« on: March 28, 2025, 12:58:50 AM »
Hi,

I am using Version 1.3.4.

I am unable to save options. See screen shot below.

Do I need to first enable some other feature for options to be enable cart wise?


4
Hi,

Can you please answer these questions  Re 2.0

1. So the code is open source and we can install it on our own server, however we pay for support. Did I get this right? https://managed.abantecart.com/index.html#pricing

The pricing model described at the link above is confusing to follow.

2. What is the hosting requirements?

3. Where to download the code from?

4. How can I see a demo of version 2.0 Admin panel and store front?

Thanks

5
Templates / Novator Template
« on: September 12, 2024, 12:13:21 AM »
Hi,

Is there a guide out there that can walk you through with Novator setup such as how to modify home page, banners etc.

yes, I know I can go into Blocks do some modification but looking for more detailed guide.

Thanks

6
Installation and Configuration / Unable to Play any Videos
« on: July 06, 2024, 01:13:48 AM »
Hi,

I bought this web site theme called Marceto

https://marketplace.abantecart.com/mercato_theme

The developer @natani claims AbanteCart Cart does support any Video uploads and play. Which is not true to my knowledge.

His reply, "AbanteCart does not have a feature to display uploaded video files because most browsers only support a few video formats."

This makes no sense to me.

Any suggestions?

The developer doesn't seem to provide detailed answers. Its very difficult to get detailed answers out of him.

7
Installation and Configuration / Re: Fatal Error
« on: July 06, 2024, 12:49:11 AM »
@basara

Where do I find this file? currency.tpl at line 1

I don't think error has anything do with them Theme Extension.

If I turn off the theme and switch to default theme the error still exists.

This error has something to do with .php memory allocation setting.

8
Installation and Configuration / Fatal Error
« on: June 22, 2024, 04:58:25 AM »
Getting this fatal error.

Any idea how to fix this?

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 32768 bytes) in

/shop/extensions/mercato_theme/storefront/view/mercato_theme/template/blocks/currency.tpl on line 1

9
Installation and Configuration / Re: V3 CAPTCHA
« on: March 22, 2024, 04:31:48 PM »
No there were no restrictions.

Apparently, you must create Google reCaptacha account under same domain as the ecommerce store.

This must be related to how Google perceives validity between who is requesting reCaptacha and you are the one who owns the domain. They must have added something in their code to prevent people requesting reCAPTCHA from anonymous emails for a domain that you don't own.

10
General Support / Google Analytics
« on: March 22, 2024, 05:55:47 AM »
When you create a Google Analytics account, Google seems to be assigning two different account Id's.

From the image enclosed, can someone tell me which account number to use with AbanteCart Cart?

"or" are you suppose to use Measurement ID: G-MQxxxxxx

Thanks


11
Installation and Configuration / Re: V3 CAPTCHA
« on: March 22, 2024, 05:39:31 AM »
I think I finally got it to work.

So I think this is why it was not working for the longest time.

1. If your e-commerce store is for example www.abcde101.com/abantecartstore
2. Then you must have an account with google under same domain name and then login under google ReCAPTCHA under the same domain name email address, i.e. john.dick@abcde101.com
3. Next create either V2 or V3 keys.

Previously I was using a different email address which was not under the e-commerce domain. for example I was using a yahoo.com email address.

regardless now both V2 and V3 works fine.

very interesting...

12
Installation and Configuration / V3 CAPTCHA
« on: March 22, 2024, 05:12:27 AM »
Hi,

Is there anyone in the community ever got V2 or V3 CAPTACHA to work properly?

I have given up.

I have tried every suggestion suggested by "Basara" and others but nothing makes it to work.

I would be interested in hearing from someone who has it working with AbanteCart core v.1.3.4

Thanks

13
Installation and Configuration / Re: Server Migration
« on: November 28, 2023, 12:39:28 PM »
Can anyone help? Our entire store is down.

14
Installation and Configuration / Re: Server Migration
« on: November 25, 2023, 01:13:18 AM »
Hi,

Before I would to try to restore the old shop on to the new server, I tried to do a fresh install of AbanteCart under a different folder ( v1.3.1) and same issue nothing will load. Neither the store front "or" admin panel.

www.AromeCity.com/shop2

As this is a new server, how do I check to make sure server is configured correctly?

My SQL is working fine. PHP is fine. GD is enabled,

Is there anything else needs to be enabled on the server?

Also, I checked the config.php file under shop2/system/config.php and noticed the following variable havea  different value compare to old server.

define('SALT', 'WGhg');

The old server file had

define('SALT', 'gnPt');

Not 100% sure how this effects the install?

Thanks

15
Installation and Configuration / Re: Server Migration
« on: November 21, 2023, 10:54:22 PM »
Hi,

Version is 1.3.4

Web server is fine as the normal web site www.AromeCity.com loads fine and all other sites on the server.

Database host/name/u/p nothing has changed. Same as old one.

there is no error. I have provided the link before, try yourself www.aromecity.com/shop there is nothing being displayed and no error message.

I have already read the other thread, its not providing any troubleshooting tips. It suggest to re install Abantecart which I can't do. we will loose all the configuration.

In the config file what is the significance of these variables and what defines them?

define('ADMIN_PATH',

define('SALT', 'gnPt');

define('UNIQUE_ID',

define('ENCRYPTION_KEY',

Pages: [1] 2 3 4

Powered by SMFPacks Social Login Mod