Search found 7925 matches

by aimeos
19 Jun 2015, 10:05
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12867

Re: Problem with sending scheduled e-mails

In Roberts installation we've seen a misconfiguration by executing the e-mail jobs in the standard Aimeos scheduler task too. This causes log entries in the madmin_log table due to missing settings. Maybe there are also some hints in your log table.
by aimeos
16 Jun 2015, 12:46
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12867

Re: Problem with sending scheduled e-mails

The problem was a NULL value for the country ID that caused the the Zend translator implementation to generate a warning. Could you please install this version and try again: http://aimeos.org/fileadmin/download/aimeos_2.2.3.zip It should fix the problem and will be the base for the next minor relea...
by aimeos
16 Jun 2015, 09:48
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10822

Re: Admin rebuild : getting/creating/updating data

Actually, it's very simple. Implement a basic Laravel controller ( http://laravel.com/docs/5.1/controllers#basic-controllers ) and in the actions, get the Aimeos context, create the manager you need and hand over the data you've received from the manager (or save/delete items using the managers): na...
by aimeos
15 Jun 2015, 21:36
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12867

Re: Problem with sending scheduled e-mails

Which TYPO3 and Aimeos versions are you using?
by aimeos
15 Jun 2015, 16:30
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10822

Re: Admin rebuild : getting/creating/updating data

One thing more:
There's a database entity relationship model available for a better understanding of the inner details
http://aimeos.org/docs/Developers#Library
by aimeos
15 Jun 2015, 16:16
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10822

Re: Admin rebuild : getting/creating/updating data

As I told in another post, we're trying to rewrite the admin panel. Offering an admin interface suited for the specific needs is always a good thing. Our plan is still to offer a REST interface to ease that task. Is there an easy way (à la Laravel way) to receive a list (for example of products, ca...
by aimeos
14 Jun 2015, 15:20
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12867

Re: Problem with sending scheduled e-mails

Do you have only one entry in the locale tab of the admin interface with language "de" and currency "EUR" or are there more?
by aimeos
12 Jun 2015, 16:41
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12867

Re: Problem with sending scheduled e-mails

Did you overwrite translations using the TS config field in the scheduler task?
The error occurs if the content of $message is an array instead of a string which is most likely caused by an invalid translation entry.
by aimeos
12 Jun 2015, 16:12
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12867

Re: Problem with sending scheduled e-mails

PHP Warning: Illegal offset type in .../typo3conf/ext/aimeos/Resources/Libraries/zendframework/zend-i18n/src/Translator/Translator.php line 441 What language IDs do you have configured in your shop (could you make a screenshot for the "Locale" tab in the admin interface) and which languag...
by aimeos
11 Jun 2015, 08:26
Forum: TYPO3 extension
Topic: Locale format settings
Replies: 8
Views: 5728

Re: Locale format settings

That´s why I was asking. The currency format shows the same behaviour as in my installation. There´s a dot for the decimal separator for both english and german. My fault, the number format is not changed by translation but you have to configure it via TypoScript for each language: plugin.tx_aimeos...