Search found 29 matches

by alfredlaggner
19 Oct 2016, 16:18
Forum: Laravel package
Topic: Error when trying to read same csv or update
Replies: 16
Views: 7496

Re: Error when trying to read same csv or update

I am facing the same problem.
Could it be an issue of 'messy' database data? Since it still is a test environment I could reset to a start environment. How do I do that? Would it potentially help?
by alfredlaggner
19 Oct 2016, 15:45
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 10176

Re: CSV Import file location setup issue?

Could it an issue of 'messy' database data? Since it still is a test environment I could reset to a start environment. How do I do that? Would it potentially help?
by alfredlaggner
19 Oct 2016, 07:51
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 10176

Call to a member function fromArray() on null

I feel bad having to complain about this error again. I can't figure this out. I was successfully editing my mapping for several hours. Then I added a catalog mapping. It did not help me. So I removed it. So I re-created the exact same status as before but now it does not work anymore. I deleted and...
by alfredlaggner
18 Oct 2016, 17:08
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 10176

Problem with price import

I went back to the manual and created a price mapping accordingly but I seem unable to get it to work. Here is the manual excerpt: The value, currencyid and type (or typeid) are required as the minimum amount of data. I know it is the prices because import runs without them. I have up to four prices...
by alfredlaggner
17 Oct 2016, 03:40
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 10176

Re: CSV Import file location setup issue?

Thank you again for your support. with your help I figured out the previous problem. Now there is a new obstacle: After many cycles of uploads anf tryouts I suddenly got this error that I don't understand: [Symfony\Component\Debug\Exception\FatalThrowableError] Call to a member function fromArray() ...
by alfredlaggner
14 Oct 2016, 00:05
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 10176

Re: CSV Import file location setup issue?

Now I modified my shop controller like this: 'controller' => [ 'jobs' => [ 'product' => [ 'import' => [ 'csv' => [ 'location' => storage_path('secure') . '/public/uploads', 'container' => [ 'type' => 'Directory', 'content' => 'CSV', ], 'skip-lines' => 1, 'mapping' => [ 'item' => [ 0 => 'product.code...
by alfredlaggner
13 Oct 2016, 04:57
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 10176

Re: CSV Import file location setup issue?

Thank you for your help. But I am still stuck with setting up the location to read the import file. Can you give me an example? My file location is 'storage/public/uploads'. My import file is 'products.csv'. The file content is csv format. How do I define this in the shop controller array? When I ra...
by alfredlaggner
12 Oct 2016, 03:56
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 10176

Re: Import location setup issue?

I have Laravel 5.3 PHP 7 and the latest Aimeos version.

(Tried to attach the log file but the extension was not allowing it (madmin_log.sql).
by alfredlaggner
12 Oct 2016, 03:36
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 10176

CSV Import file location setup issue?

I am working for the first time on a setup for importing product records with CVS. When I run php artisan aimeos:jobs product/import/csv I get an error message: [Aimeos\Controller\Jobs\Exception] Number of apostrophes don't match I suspect the message is misleading and I am just not reading the the ...