Accounts cannot delete entrances

epiz_28247661
http://pild.ml/

I am building a website at InfinityFree.
Users can create accounts and create and edit Entries (Listings).
However, the Delete option does not work. It does nothing at all.
I have been told the hosting provider may block the DELETE requests via the REST API.

Is this the case? how can it be solved?
Thank you very much for your help.

As far as I know, we don’t block any HTTP keywords.

However, note that you can only use any API on your site from your own site. So if you have a Javascript application which talks to the REST backend over AJAX, that’s all fine. But if you try to talk to it from, say, another website, a backend application or a mobile app, that won’t work.

Are you developing this software or is it an off the shelf system? Who told you that this may be the reason?

2 Likes

I am using a Wordpress Theme. And I am asking for support to the developers of the Theme as well as to InfinityFree.

Hello,

I just did some tests and it seems there is something with InfinityFree that is blocking this action:

  • I created another site in InfinityFree from scratch. Installed the Theme and did not customize anything. → New Listings canNOT be eliminated. (http://pild2.rf.gd/)
  • I created another site with BlueHost. Installed same theme and everythign → New listings can be eliminated. (http://box2008.temp.domains/~allgoog0/)

Do you know why this may happen?

Thank you.

Are there any error messages? What is the themes name?

No error messages, it simply does not delete the listing, as it should do and it just goes back to the Edit section.
The theme is: https://hivepress.io/blog/on-demand-services-marketplace-wordpress-theme/

Feel free to try it in the links I provided before.

Well I don’t think I can delete anything if i’m not logged into the correct account :slight_smile:

2 Likes

An explanation that boils down to “it just doesn’t work” isn’t particularly useful.

Can you open your browser’s developer toolbar and check the Network tab? When you try to delete the listing, the delete request should show up there. Can you try that on both the site hosted here and the working site at BlueHost and see what it shows in both cases (and most importantly: what’s different)?

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.