Search found 23 matches

by vikram
22 Aug 2015, 16:37
Forum: TYPO3 extension
Topic: CSV import error: cannot serialize or unserialize PDO
Replies: 8
Views: 5091

Re: CSV import error: cannot serialize or unserialize PDO

Thanks Admin.. And you are right.
I over looked the fact that the container type default value is directory.
Now the csv import is working great.
by vikram
22 Aug 2015, 12:48
Forum: TYPO3 extension
Topic: CSV import error: cannot serialize or unserialize PDO
Replies: 8
Views: 5091

Re: CSV import error: cannot serialize or unserialize PDO

I got the latest code. I have this error now: [scheduler]: Task failed to execute successfully. Class: Aimeos\Aimeos\Scheduler\Task\Typo6, UID: 2. PHP Warning: mkdir(): File exists in /var/www/html/typo3cms/aimeos_720/typo3conf/ext/aimeos/Resources/Libraries/aimeos/aimeos-core/lib/mwlib/src/MW/Conta...
by vikram
22 Aug 2015, 10:18
Forum: TYPO3 extension
Topic: CSV import error: cannot serialize or unserialize PDO
Replies: 8
Views: 5091

Re: CSV import error: cannot serialize or unserialize PDO

Sorry I did not look at the Typo3 log. This seems to be reason of the above error perhaps:

[scheduler]: Task failed to execute successfully. Class: Aimeos\Aimeos\Scheduler\Task\Typo6, UID: 2. Class "Controller_Common_Product_Import_Csv_Processor_Stock_Default" not found
by vikram
22 Aug 2015, 09:01
Forum: TYPO3 extension
Topic: CSV import error: cannot serialize or unserialize PDO
Replies: 8
Views: 5091

CSV import error: cannot serialize or unserialize PDO

Hi, I am trying to run CSV import task. But I get the following error: Execution of task "Aimeos Shop scheduler (aimeos)" failed with the following message: You cannot serialize or unserialize PDO instances. I only need to update the stock value. My config below: controller.jobs.product.im...
by vikram
23 Jul 2015, 10:05
Forum: TYPO3 extension
Topic: Error on updating an order
Replies: 1
Views: 1884

Error on updating an order

Hi, When I try to update an order from the Typo3 backend > Aimeos shop I get this error: "PHP Warning: Attempt to assign property of non-object in /var/www/html/typo3cms/aimeos_710/typo3conf/ext/aimeos/Resources/Libraries/aimeos/aimeos-core/controller/extjs/src/Controller/ExtJS/Order/Default.ph...
by vikram
23 Jul 2015, 10:02
Forum: TYPO3 extension
Topic: Error MShop_Service_Provider_Payment_OmniPay::updateSync()
Replies: 12
Views: 7708

Re: Error MShop_Service_Provider_Payment_OmniPay::updateSync

Update: Directory delete issue: I think it happen in places where I ran composer inside Typo3 setup. The dir did not get deleted when i copied the aimoes files from another location to Typo3 I am not very certain this is the only reason Aimoes is working fine in Typo3 7.1, 7.2 But there is a BE erro...
by vikram
21 Jul 2015, 05:06
Forum: TYPO3 extension
Topic: Error MShop_Service_Provider_Payment_OmniPay::updateSync()
Replies: 12
Views: 7708

Re: Error MShop_Service_Provider_Payment_OmniPay::updateSync

Hi, You need to believe me that the dir "aimeos/Resources/Libraries/aimeos/aimeos-core/" goes empty. This happened again last evening. I have now a new setup and got all the latest code. And hoping it would not happen again :| Also the latest code has some JS / Url related error.. not able...
by vikram
20 Jul 2015, 09:16
Forum: TYPO3 extension
Topic: Error MShop_Service_Provider_Payment_OmniPay::updateSync()
Replies: 12
Views: 7708

Re: Error MShop_Service_Provider_Payment_OmniPay::updateSync

ok. I see aimeos/Resources/Extensions/ai-payments/vendor/omnipay Is now aimeos/Resources/Libraries/omnipay What I am worried is How did the "aimeos/Resources/Libraries/aimeos/aimeos-core/" dir contents get deleted by itself. This was giving to Typo3 error.. file not found. I ran the compos...
by vikram
20 Jul 2015, 07:59
Forum: TYPO3 extension
Topic: Error MShop_Service_Provider_Payment_OmniPay::updateSync()
Replies: 12
Views: 7708

Re: Error MShop_Service_Provider_Payment_OmniPay::updateSync

Hi, I used the latest code from Git and every things seem to go almost fine. I am not asked for any credentials now. I also was being redirected to Buckaroo test url... but some weird things are happening. All files and dir under /typo3conf/ext/aimeos/Resources/Libraries/aimeos/aimeos-core/ some how...
by vikram
18 Jul 2015, 07:17
Forum: TYPO3 extension
Topic: Error MShop_Service_Provider_Payment_OmniPay::updateSync()
Replies: 12
Views: 7708

Re: Error MShop_Service_Provider_Payment_OmniPay::updateSync

Hi, I need some help getting the latest code. When I do : git clone https://github.com/aimeos/aimeos-typo3.git aimeos I do get the files but the version of this Typo3 extension is '2.2.0' ..TER has '2.2.3' So if there is a "dev-master" branch version I am clueless how I can get it. Also af...