- Posts: 2
error 500 "empty response"
- Stefaniekaufmann
- Topic Author
- Offline
Less
More
3 years 4 months ago #319
by Stefaniekaufmann
error 500 "empty response" was created by Stefaniekaufmann
Hello,
I have the problem that only GET request work, POST or PUT return an error 500 "empty response".
Do you have any idea what the problem could be?
My configuration:
Joomla: 3.9
Apache: 2.4.46
PHP: 7.3.24
MySQL: 5.7.32
Thanks in advance.
I have the problem that only GET request work, POST or PUT return an error 500 "empty response".
Do you have any idea what the problem could be?
My configuration:
Joomla: 3.9
Apache: 2.4.46
PHP: 7.3.24
MySQL: 5.7.32
Thanks in advance.
Please Log in to join the conversation.
- steve.tsiopanos
- Offline
Less
More
- Posts: 163
3 years 4 months ago #320
by steve.tsiopanos
Replied by steve.tsiopanos on topic error 500 "empty response"
Each method has it's own requirements for GET, PUT, POST, DELETE. Some API methods do not support all create, read, update, delete actions.
What were you testing, specifically?
For reference, the Swagger API documentation can be viewed, here:
- learn.getcapi.org/swagger-api-doc
What were you testing, specifically?
For reference, the Swagger API documentation can be viewed, here:
- learn.getcapi.org/swagger-api-doc
Please Log in to join the conversation.
- Stefaniekaufmann
- Topic Author
- Offline
Less
More
- Posts: 2
3 years 4 months ago #321
by Stefaniekaufmann
Replied by Stefaniekaufmann on topic error 500 "empty response"
We've installed the virtuemart services extension.
GET methods work perfectly fine, but when trying to create e.g. products it returns the error 500
Request Method: POST
URL: https://mywebsite/api/v1/vm/product/store
GET methods work perfectly fine, but when trying to create e.g. products it returns the error 500
Request Method: POST
URL: https://mywebsite/api/v1/vm/product/store
Please Log in to join the conversation.
- steve.tsiopanos
- Offline
Less
More
- Posts: 163
3 years 4 months ago #322
by steve.tsiopanos
Replied by steve.tsiopanos on topic error 500 "empty response"
In this case, I recommend reaching out to Adsential support for the Virtuemart plugin.
adsential.com/en
This should have a support forum for logged in subscribers via their website.
adsential.com/en
This should have a support forum for logged in subscribers via their website.
The following user(s) said Thank You: Stefaniekaufmann
Please Log in to join the conversation.