Casa Ivar
Member
Hi all,
We are having problems connecting to the API on my forum. Doing some troubleshooting, I see that this URL:
..in this Xenforo installation gives an API error.
But on my forum, what happens is if I go to that same URL, it forwards me to:
myforum/community/api/install/index.php
....with an error message in the browser "File not found".
On the other hand, if I go to:
Myforum/community/api/threads/
...I get an API response.
Does anyone have an idea of what might be going on?
Does the "File not found" error means I am missing files? The file check on the forum is coming back "all good".
Thank you!
Ivar
We are having problems connecting to the API on my forum. Doing some troubleshooting, I see that this URL:
..in this Xenforo installation gives an API error.
{
"errors": [
{
"code": "no_api_key_in_request",
"message": "No API key was included in the request.",
"params": []
}
]
}
But on my forum, what happens is if I go to that same URL, it forwards me to:
myforum/community/api/install/index.php
....with an error message in the browser "File not found".
On the other hand, if I go to:
Myforum/community/api/threads/
...I get an API response.
{
"errors": [
{
"code": "no_api_key_in_request",
"message": "No API key was included in the request.",
"params": []
}
]
}
Does anyone have an idea of what might be going on?
Does the "File not found" error means I am missing files? The file check on the forum is coming back "all good".
Thank you!
Ivar