News:

AbanteCart v1.4.2 is released.

Main Menu
support

country problem

Started by popustda, April 23, 2014, 08:16:43 AM

Previous topic - Next topic

abantecart

Based on the log you have all sorts of problems.

1. Mysql connection drops.
2. Are you developing an extension?
3. I do not think these are related to the country problem that you report

Are you sure you are looking at correct place? If log said 1.1.6 it is the version that you use.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

popustda

#16
look here please. it was version 1.1.8 and a few lines below moved to 1.1.6

2014-04-21 13:20:36 - App Warning:  AbanteCart core v.1.1.8 Warning: Accessing store with unconfigured or unknown domain ( 181.224.131.166/ ).
Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/topducan/public_html/core/lib/config.php on line 169
2014-04-22 6:14:10 - App Warning:  AbanteCart core v.1.1.8 Warning: Accessing store with unconfigured or unknown domain ( 181.224.131.166/ ).
Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/topducan/public_html/core/lib/config.php on line 169
2014-04-22 20:41:33 - App Warning:  AbanteCart core v.1.1.8 Warning: Accessing store with unconfigured or unknown domain ( 181.224.131.166:81/ ).
Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/topducan/public_html/core/lib/config.php on line 169
2014-04-23 13:05:25 - error:  AbanteCart core v.1.1.8 Allowed memory size of 134217728 bytes exhausted (tried to allocate 124049409 bytes) in <b>/home/topducan/public_html/admin/controller/pages/tool/backup.php</b> on line <b>307</b>
2014-04-23 13:05:53 - error:  AbanteCart core v.1.1.8 Allowed memory size of 134217728 bytes exhausted (tried to allocate 124049409 bytes) in <b>/home/topducan/public_html/admin/controller/pages/tool/backup.php</b> on line <b>307</b>
2014-04-23 17:35:34 - App Warning:  AbanteCart core v.1.1.8 Warning: Accessing store with unconfigured or unknown domain ( 181.224.131.166/ ).
Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/topducan/public_html/core/lib/config.php on line 169
2014-04-24 7:42:39 - method not exist:  AbanteCart core v.1.1.6 Error: controller method not exist Controllerpagessettingsetting::details! in /home/topducan/public_html/core/engine/dispatcher.php on line 315
2014-04-24 7:42:46 - method not exist:  AbanteCart core v.1.1.6 Error: controller method not exist Controllerpagessettingsetting::general! in /home/topducan/public_html/core/engine/dispatcher.php on line 315
2014-04-24 7:43:10 - method not exist:  AbanteCart core v.1.1.6 Error: controller method not exist Controllerpagessettingsetting::details! in /home/topducan/public_html/core/engine/dispatcher.php on line 315
2014-04-24 7:43:46 - method not exist:  AbanteCart core v.1.1.6 Error: controller method not exist Controllerpagessettingsetting::details! in /home/topducan/public_html/core/engine/dispatcher.php on line 315
2014-04-24 7:58:42 - method not exist:  AbanteCart core v.1.1.6 Error: controller method not exist Controllerpagessettingsetting::details! in /home/topducan/public_html/core/engine/dispatcher.php on line 315

abantecart

Did you read before, what I said about posting long logs?

I do not see how version can change back on it's own, unless you override files or do some modifications.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

popustda

i made a mistake by manually downgrading to 1.1.6 version and after that i downloaded 1.18 and i returned it also manualy but now i hve these problem.
Can you please tell me what to do to fix it. I tried auto upgrade to 1.1.8 but it shows me error.
Pleas check log: ( i hope its not to big now)

ALTER TABLE `9u9_global_attributes` ADD COLUMN `regexp_pattern` varchar(255);
in <b>/home/topducan/public_html/core/database/mysql.php</b> on line <b>114</b>
2014-04-25 13:42:48 - error:  AbanteCart core v.1.1.7 Call to undefined method ALayoutManager::clonePageLayout() in <b>/home/topducan/public_html/admin/model/catalog/product.php</b> on line <b>1064</b>
2014-04-25 13:43:02 - database error:  AbanteCart core v.1.1.7 Error: Duplicate key name '9u9_languages_index'<br />Error No: 1061<br />
CREATE UNIQUE INDEX `9u9_languages_index`
ON `9u9_languages` (`language_id`, `code`);
in <b>/home/topducan/public_html/core/database/mysql.php</b> on line <b>112</b>

abantecart

The easiest solution, is to copy all the files (except config file) over your files.
You can backup the data, install new store and extract back up.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

popustda

you mean i download upgrade 1.1.8 and extract everything from "code" file to my host and then make backup, then install new cart and restore this backup there?

abantecart

NO. You need to download complete distribution and replace all code. BACK UP first
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

popustda

is this normal to have everythng starts ewith 9u9

llegrand

that is the database prefix that was appended (added) at some stage in your setup.  Consider it just part of your database tables names.   
Lee

popustda

Can yuo please check a file i attached and let me know since my DB prefix in config.php is "9u9_" do i have to change ac_ to 9u9_ in upgrade.sql to manually upgrade it?

Also my .htaccess file is strange. i think it should have more lines inside, right?

Basara

Quote from: popustda on April 26, 2014, 04:02:38 AM
Can yuo please check a file i attached and let me know since my DB prefix in config.php is "9u9_" do i have to change ac_ to 9u9_ in upgrade.sql to manually upgrade it?

Also my .htaccess file is strange. i think it should have more lines inside, right?

Hello.
Yes change prefix to 9u9_
About the htacess see its default content https://github.com/abantecart/abantecart-src/blob/master/public_html/.htaccess.txt

popustda

i changed every sc_ to 9u9_ and tried importing in phpmyadmin but i get this error
THX

Forum Rules Code of conduct
AbanteCart.com 2010 -