Search found 9 matches

by siddharthamahata
02 Oct 2015, 15:23
Forum: Help
Topic: Omnipay Authorize.net AIM checkout error
Replies: 1
Views: 4649

Omnipay Authorize.net AIM checkout error

After applying Omnipay Authorize.net AIM seetings in the admin panel (settings image below) , I get this error while checkout. frontend_authorizenet.jpg Admin authorize.net settings - admin_authorizenet.jpg I can't seem to figure out what is this number parameter. I get this same error with Omnipay ...
by siddharthamahata
07 Sep 2015, 09:58
Forum: Help
Topic: Universal Price based on exchange rates.
Replies: 3
Views: 86527

Universal Price based on exchange rates.

Most international ecommerce setups have a base price in a particular currency, which if needed in other currencies , changes according to the current exchange rates. But aimeos requires the admin to input prices for different currencies individually. I think this is not a good solution as the custo...
by siddharthamahata
02 Sep 2015, 07:41
Forum: Symfony bundle
Topic: Details Page Error
Replies: 11
Views: 354802

Re: Details Page Error

I did another fresh install at my home PC , and it created all the 71 tables succesfully. No problems whatsoever.
The error occurred only on my office windows PC.
Could be some settings problem .

Thank You everyone for all the help.
by siddharthamahata
01 Sep 2015, 13:48
Forum: Symfony bundle
Topic: Details Page Error
Replies: 11
Views: 354802

Re: Details Page Error

The sql statement you provided runs successfully.

MySQL returned an empty result set (i.e. zero rows). (Query took 0.0010 seconds.)

SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = 'testaimeos' AND TABLE_NAME = 'mshop_price_list'
by siddharthamahata
01 Sep 2015, 12:59
Forum: Symfony bundle
Topic: Details Page Error
Replies: 11
Views: 354802

Re: Details Page Error

symfony version - 2.7.3
"aimeos/aimeos-symfony2": "dev-master"

how to check the exact version of aimeos?

I ran the sql statement as you said. i.e along with set session , and it worked .
It succesfully created two tables ,
1. mshop_media_list
2. mshop_media_list_type
by siddharthamahata
01 Sep 2015, 12:29
Forum: Symfony bundle
Topic: Details Page Error
Replies: 11
Views: 354802

Re: Details Page Error

I executed the sql syntax given in the db. but it returns an error. ERROR: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"mshop_media_list" ( -- Unique list id "id" INTEGER NOT NULL A...
by siddharthamahata
01 Sep 2015, 11:23
Forum: Symfony bundle
Topic: Details Page Error
Replies: 11
Views: 354802

Re: Details Page Error

I created a new database and ran the aimeos setup there, but it still misses the creation of mshop_media_list. It creates 62 tables in total. I cannot compare my old database with this new one , as i dont have it right now. It will take a few hours for me to go home and check. I guess i am missing s...
by siddharthamahata
01 Sep 2015, 10:16
Forum: Symfony bundle
Topic: Details Page Error
Replies: 11
Views: 354802

Re: Details Page Error

Sir. This error is a bit wierd. I ran the setup and it worked fine. But the table mshop_media_list did not get created. It was not deleted, but somehow not being created during the setup procedure. The setup lines say OK on checking mshop_media_list in the console window. I am sorry for the trouble....
by siddharthamahata
01 Sep 2015, 09:39
Forum: Symfony bundle
Topic: Details Page Error
Replies: 11
Views: 354802

Details Page Error

Yesterday I installed a new Instance of Symfony aimeos bundle. Everything works flawlessly, except the details page . Where aimeos shows an error on details page: A non-recoverable error occured The error appears in this template block: {% block aimeos_body %} {{ aibody['catalog/detail']|raw }} {% e...