Search found 93 matches

by sixbynine
17 Apr 2018, 14:46
Forum: Help
Topic: JSONAPI PATCH Basket returns err 500 - Invalid JSON in body
Replies: 2
Views: 1650

JSONAPI PATCH Basket returns err 500 - Invalid JSON in body

Hello, I tried to patch a basket with the JSONAPI as described in https://aimeos.org/docs/Developers/Client/JSONAPI/Manage_basket and it was not working (returning error 500 - Invalid JSON in body). I needed to add some small changes to make it work. I share it with you. Can you confirm that what I ...
by sixbynine
29 Jan 2018, 21:12
Forum: Help
Topic: Send test email / debug email not sent
Replies: 20
Views: 8488

Re: Send test email / debug email not sent

Hello,

Sorry for my late answer... I still had some troubles with my server SMTP config (now solved).

I can confirm, after having updated Aimeos, that the e-mails are now perfectly sent !

Thank you very much for YOUR help and YOUR patience,

sbn
by sixbynine
24 Jan 2018, 21:47
Forum: Help
Topic: Send test email / debug email not sent
Replies: 20
Views: 8488

Re: Send test email / debug email not sent

I tried this ... but I'm sorry to say that it changed nothing... :(
by sixbynine
23 Jan 2018, 00:02
Forum: Help
Topic: Send test email / debug email not sent
Replies: 20
Views: 8488

Re: Send test email / debug email not sent

Yes it does ! It returns :

Aimeos\Client\Html\Email\Payment\Text\Summary\Standard::addData
by sixbynine
21 Jan 2018, 22:10
Forum: Help
Topic: Send test email / debug email not sent
Replies: 20
Views: 8488

Re: Send test email / debug email not sent

Error while trying to send payment e-mail for order ID "xx" and status "6": #0 /path/to/myproject/ext/ai-client-html/client/html/templates/email/common/text-summary-body-standard.php(8): Aimeos\MW\View\Standard->__get('summaryBasket') #1 /path/to/myproject/vendor/aimeos/aimeos-co...
by sixbynine
21 Jan 2018, 13:00
Forum: Help
Topic: Send test email / debug email not sent
Replies: 20
Views: 8488

Re: Send test email / debug email not sent

Here is the stack trace :

Error while trying to send payment e-mail for order ID "xx" and status "6":
#0 /ext/ai-client-html/client/html/templates/email/common/text-summary-body-standard.php(8): Aimeos\MW\View\Standard->__get('summaryBasket')

Thank you very much !
by sixbynine
20 Jan 2018, 22:06
Forum: Help
Topic: Send test email / debug email not sent
Replies: 20
Views: 8488

Re: Send test email / debug email not sent

Hello!
I just checked, each entry is the same in the madmin_log table :

Facility : message
Priority : 3
Message : Error while trying to send payment e-mail for order ID "xx" and status "6": No value for key "summaryBasket" found
by sixbynine
17 Jan 2018, 08:36
Forum: Help
Topic: Send test email / debug email not sent
Replies: 20
Views: 8488

Re: Send test email / debug email not sent

No, it's was a clean install... I only adapted it to work with Stripe... Like described in this post : https://aimeos.org/help/help-f15/stripe-payments-t1250.html#p5373 Maybe the "no value for summarybasket" problem is due to the fact i'm using "ai-payments" with Stripe for the c...
by sixbynine
16 Jan 2018, 07:41
Forum: Help
Topic: Send test email / debug email not sent
Replies: 20
Views: 8488

Re: Send test email / debug email not sent

Hello,

I'm using :

"laravel/framework": "5.5.*"
"aimeos/aimeos-laravel": "2018.01.1"

Thank you !
by sixbynine
15 Jan 2018, 22:55
Forum: Help
Topic: Send test email / debug email not sent
Replies: 20
Views: 8488

Re: Send test email / debug email not sent

Thank you very much for your answer.

There is no record for "email-sent" in the database...

And I finally found an error logged: Error while trying to send payment e-mail for order ID "xx" and status "6": No value for key "summaryBasket" found.