I'm happy to provide more details if necessary.
Edit: as I have added below, this has shown up in many places, not just AJAX requests (I think).
I'm happy to provide more details if necessary.
Edit: as I have added below, this has shown up in many places, not just AJAX requests (I think).
POST [mysite]/newsfeed/ajax/status-update/:50720?
It should be [mysite]:50720/newsfeed/ajax/status-update/
After backtracking through all of the scripts to see the AJAX call, I realized the action on the form was pointing to the wrong URL. How is this generated in PHP? Many of the AJAX calls on the website are broken.
<formid="form_38331627"method="post"action="[mysite]/newsfeed/ajax/status-update/:50720?"name="newsfeed_update_status">
EDIT:
There is definitely an error in PHP code that is generating URLs, I just got sent to the following page.
https://[mysite]/admin/languages:50720?&page=2
<a href="[mysite]/admin/languages:50720?&page=2">2</a>
I don't have a good understanding of the layout of the oxwall files to find the function that is being called to produce these URLs. Could anyone give me a pointer?