Show Posts


Messages - scorpbond

Pages: 1 [2] 3
16
Hi, When I am trying to install or update extension it is showing below mentioned error.

Marketplace error: Not authorized access or incorrect token
Stuck? Not a problem. You can install extensions another way. Check this help link

Is there any server side requirement to install or upgrade. because earlier same problem I was facing so when I enabled the Mysqli it solved but Now i shifted to VPS hosting and my Hosting provider told me mysqli is enabled on server. So please suggest me.

17
Support / Global Attributes Options Abantecart 1.2.10
« on: August 07, 2017, 04:08:26 AM »
Hi,

Global attributes options not displaying. I configured the Size in Global attributes but in Product options its not showing properly. See the screenshot and video review.

https://drive.google.com/file/d/0B1j1IDwpanGZMkRIdllOak14aTg/view?usp=sharing

Even when I again created new attributes those are not working as well.

18
E-Commerce Laws / Powered by removal in v1.2.8
« on: August 18, 2016, 01:15:58 AM »
In this new version unable to remove Powered By Footer. Tried the given method but only changed when we view the product page. Please update if anyone know. Troubleshoot guide in AbanteCart is also for earlier versions. No guidance for new v1.2.8.

19
Support / Re: Auto Approval
« on: August 09, 2016, 02:29:38 AM »
It appears that you have the ON selected for the approve new customers.   That means it would require you to take action.   OFF is the position for not needing to approve.
See screen shot when OFF is the selection.

Hi,

I am also facing the problem I kept the setting on Off Mode. Still I need to Approve the New customers.






20
Upgrade / Upgrade help needed for version 1.2.6 to 1.2.7
« on: May 16, 2016, 09:38:43 AM »
I Tried updating manually from version 1.2.6 to version 1.2.7 in a proper system by following the instructions in upgrade documents but when i check at the footer of Admin area It showing version same older version 1.2.6. What does it mean its upgraded successfully or not?

I downloaded the 1.2.7 upgrade folder. I uploaded all files in code folder through FTP. and edited upgrade.sql file by replacing ac_ to my prefix bpi_   and run sql query by pasting the code in upgrade.sql. in sql query window. then I saw the below mentioned code in Green color.


What does it means its upgraded successfully or not? why in admin its showing older version 1.2.6 at the footer. I have been suggested by abolabo  to change it by edit file core/version.php. But is this the right way to change or upgrade the version. or it just change the footer only. How to check if the version is upgraded or not. Please help after analyzing the circumstances.


------------------------------------
ALTER TABLE `bpi_settings`
ADD INDEX `bpi_settings_idx` USING BTREE (`group` ASC, `key` ASC);# 429 rows affected.


INSERT INTO `bpi_block_templates` (`block_id`, `parent_block_id`, `template`, `date_added`) VALUES
(29, 3, 'blocks/account.tpl', now() ),
(29, 6, 'blocks/account.tpl', now() );# 2 rows affected.


UPDATE `bpi_block_templates`
SET `parent_block_id` = 1
WHERE `template` = 'blocks/customer.tpl' AND `block_id`=31 AND `parent_block_id` = 0;# 1 row affected.


UPDATE `bpi_block_templates`
SET `parent_block_id` = 8
WHERE `template` = 'blocks/donate.tpl' AND `block_id`=21 AND `parent_block_id` = 0;# 1 row affected.


UPDATE `bpi_block_templates`
SET `parent_block_id` = 2
WHERE `template` = 'blocks/breadcrumbs.tpl' AND `block_id`=28 AND `parent_block_id` = 0;# 1 row affected.


INSERT INTO `bpi_settings` (`group`, `key`, `value`)
VALUES
('system','config_html_cache',0),
('system','config_image_quality',95);# 2 rows affected.


INSERT INTO `bpi_settings` (`g[...]

----------------

21
General Support / Re: Upgrade help needed for version 1.2.7
« on: May 15, 2016, 01:48:38 AM »
just remove this query from your sql set and try again

After restoring the database from backup I tried once again it shows this but in Admin its showing same old version 1.2.6 at the footer:

------------------------------------
ALTER TABLE `bpi_settings`
ADD INDEX `bpi_settings_idx` USING BTREE (`group` ASC, `key` ASC);# 429 rows affected.


INSERT INTO `bpi_block_templates` (`block_id`, `parent_block_id`, `template`, `date_added`) VALUES
(29, 3, 'blocks/account.tpl', now() ),
(29, 6, 'blocks/account.tpl', now() );# 2 rows affected.


UPDATE `bpi_block_templates`
SET `parent_block_id` = 1
WHERE `template` = 'blocks/customer.tpl' AND `block_id`=31 AND `parent_block_id` = 0;# 1 row affected.


UPDATE `bpi_block_templates`
SET `parent_block_id` = 8
WHERE `template` = 'blocks/donate.tpl' AND `block_id`=21 AND `parent_block_id` = 0;# 1 row affected.


UPDATE `bpi_block_templates`
SET `parent_block_id` = 2
WHERE `template` = 'blocks/breadcrumbs.tpl' AND `block_id`=28 AND `parent_block_id` = 0;# 1 row affected.


INSERT INTO `bpi_settings` (`group`, `key`, `value`)
VALUES
('system','config_html_cache',0),
('system','config_image_quality',95);# 2 rows affected.


INSERT INTO `bpi_settings` (`g[...]

----------------

Please suggest me is this the right way to do it or tell me how to remove  this query from my sql set.....My Sql window attached

22
General Support / Upgrade help needed for version 1.2.7
« on: May 14, 2016, 09:17:44 AM »
I tried upgrading AbanteCart 1.2.6 to 1.2.7 manually but upgrade fail. I uploaded all files in code folder through FTP. and edited upgrade.sql file by replacing ac_ to my prefix bpi_   and run sql query by pasting the code in upgrade.sql.  but got error:

Error
SQL query:

ALTER TABLE  `bpi_settings` ADD INDEX  `bpi_settings_idx` USING BTREE(

`group` ASC ,
`key` ASC
);

MySQL said: Documentation

#1061 - Duplicate key name 'bpi_settings_idx'




Please help me to rectify that.

23
Support / Re: Critical error - unable to open website
« on: January 31, 2016, 07:52:22 AM »
All file and folder under Admin or

just system folder and all file and folder under it?

I gave 777 permission to admin folder and its subdirectories and files. Is it Ok or do I just need to 777 only to system directory and its file and folder.

24
In that process 5th point is "Run modified upgrade.sql

Finally run modified upgrade.sql file in MySQL (command line, phpMyAdmin or other )
"

I do not know how to run modified upgrade.sql in MySQL (command line, phpMyAdmin or other )


Other then this can't I get the missing   file  config-file package.xml    so i directly upload and it fix the error

25
Hi,

Thanks for your reply. Below are the Error log.


2016-01-29 0:56:48 - App Error: AbanteCart core v.1.2.0 aMySQLi class error: Try to escape non-string value: array (
0 => '743',
) in /home/scorp4hj/public_html/blackpantherinternational.com/core/database/amysqli.php on line 118

This is the only log i saw..

26
I am getting critical message under "App Error"

aMySQLi class error: Try to escape non-string value: array ( 0 => '743', ) in /home/*****/public_html/mydomail.com/core/database/amysqli.php on line 118
Close

Need to resolve this error. Please someone help.

27
I am Unable to upgrade from 1.2.0 to 1.2.1- Error: Can't find config-file package.xml

error showing  Error: Can't find config-file package.xml inside package. Probably package is broken. Structure of package error.

Please provide me that config file package.xml and let me know location directory where to upload or past.
Please Help me out


28
Unable to update my cart from 1.2.0 to 1.2.1 error showing  Error: Can't find config-file package.xml inside package. Probably package is broken. Structure of package error.

Please provide me that config file package.xml and let me know location directory where to upload or past.

I tried installing by uploading core upgrade package.

Please help.

29
Unable to update my cart from 1.2.0 to 1.2.1 error showing  Error: Can't find config-file package.xml inside package. Probably package is broken. Structure of package error.

Please provide me that config file package.xml and let me know location directory where to upload or past.

I tried installing by uploading core upgrade package.

Please help.

30
Unable to update my cart from 1.2.0 to 1.2.1 error showing  Error: Can't find config-file package.xml inside package. Probably package is broken. Structure of package error.

Please provide me that config file package.xml and let me know location directory where to upload or past.

I tried installng by uploading core upgrade package.

Please help.

Pages: 1 [2] 3

Powered by SMFPacks Social Login Mod