Cant Delete Dynamic Content Collections In Megadeal 2 Template , Joomla 5 - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Cant Delete Dynamic Content Collections In Megadeal 2 Template , Joomla 5

NiroC

NiroC

Template 3 months ago

cant delete dynamic content collections in megadeal 2 template , joomla 5

i tested this in two websites.

im a basic website which has stock joomla 5 and magedeal2 template and sppagebuilder

in that also this does not work.

please help

0
58 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #197636

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Contact your hosting provider and i hope they will help you. Share the screenshot with your hosting provider.

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
NiroC
NiroC
Accepted Answer
3 months ago #197638

how to download this image? hosting ppl need the image directly. they do not acces url

0
NiroC
NiroC
Accepted Answer
3 months ago #197637

any idea what is mean by this error?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #197639

Can't access the resources of page builder for the invalid HTTP verb. That is why you need to contact your hosting provider. Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #197640

Please check the Hidden content.

0
NiroC
NiroC
Accepted Answer
3 months ago #198053

this is the reply i got from them

could you please check whether this works

0
NiroC
NiroC
Accepted Answer
3 months ago #198054

this is the reply i got from them

could you please check whether this works

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198120

Provide me FTP access. And replace this file root directory. Don't forget to unzip before replace.

0
NiroC
NiroC
Accepted Answer
3 months ago #198144

ok uploaded the file. please use below account

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198153

It doesn't work.

0
NiroC
NiroC
Accepted Answer
3 months ago #198154

it should work, it wored when i tried..

see below screenshot

can you try filezilla.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198156

IP restricted?

0
NiroC
NiroC
Accepted Answer
3 months ago #198159

no

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198161

I don't use VPN.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198169

This is my IP address.

0
NiroC
NiroC
Accepted Answer
3 months ago #198171

ok try now. now you should be able to access the FTP. but website will not work as i have turned off firewall.

0
NiroC
NiroC
Accepted Answer
3 months ago #198172

your IP was already there in whitelist. but for some reason it didnt allow the FTP. i dnt know

0
NiroC
NiroC
Accepted Answer
3 months ago #198193

now both website and ftp is working. pls check

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198199

Give me permission to download this file.

0
NiroC
NiroC
Accepted Answer
3 months ago #198218

pls download it frombelow link

0
NiroC
NiroC
Accepted Answer
3 months ago #198219

pls download it frombelow link

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198266

The issue is occurring because your hosting server is blocking the Page Builder’s resources from loading properly. I tested your site on my development server, and it works fine there.

0
NiroC
NiroC
Accepted Answer
3 months ago #198268

it is better if we can tell them what needs to allow.

can you help with that please

0
NiroC
NiroC
Accepted Answer
3 months ago #198269

it is better if we can tell them what needs to allow.

can you help with that please

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198270

Did you share previous screenshot? If not share again and tell them it works fine on another hosting server. But, It doesn't work on your server. Thanks

0
NiroC
NiroC
Accepted Answer
3 months ago #198280

yes i shared it with them. in the reply they gave(below), they mentioned they allowed some verb method from IIS. and asked me to add given codeset to web config file.

1)we have done what they told us right?

I was able to replicate the issue while deleting the Dynamic Content. Here we see HTTP headers GET, HEAD, OPTIONS, TRACE are allowed but CORS DELETE Method disallowed. I have added 'DELETE' verb method from IIS>> 'Handlers Mappings'. However, it still failed to resolve.

+++++++++++++++++++ Request URL https://www.iduminalanka.com/administrator/index.php?option=com_sppagebuilder&task=/collections.delete&id=1&_context=collections&force=0&_method=delete&timestamp=1752112929001 Request Method DELETE Status Code 405 Method Not Allowed Remote Address 104.21.64.1:443 Referrer Policy strict-origin-when-cross-origin allow GET, HEAD, OPTIONS, TRACE +++++++++++++++++++

You can try adding the following lines of code in your web config file

system.webServer> <security> <requestFiltering> <verbs allowUnlisted="false"> <add verb="DELETE" allowed="true" /> </verbs> </requestFiltering> </security> AND

<modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> </handlers> Try to verify deleting the dynamic data and let us know if you still see issues.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198296

Does it work after adding this code?

0
NiroC
NiroC
Accepted Answer
3 months ago #198300

i thought you added it. let me add it and see then

0
NiroC
NiroC
Accepted Answer
3 months ago #198354

this is the reply i got from them. they want to "exact HTTP handler mapping" to add DELETE method. could you please help with that. im attaching handling mapping list they sent me to below URL

"Thank you for getting back to us. I'm Sandeep from Web Admin team looking into a ticket regarding HTTP DELETE method execution issue and I’m sorry it took us a while to respond to you.

I could not find the exact name and path of the handler mappings for the domain so to add the 'DELETE' verb. I have tried to add 'DELETE' method for most of the HTTP handler mappings for the domain and still we see the error. I have uploaded the screenshots of the mappings and let me know the exact handler's name for the website so we can check further."

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198439

I would request you to share this access to check the settings from the system information.

0
NiroC
NiroC
Accepted Answer
3 months ago #198474

sorry, didnt get you.

they are asking for a "exact HTTP handler mapping" to add DELETE method.

could you share a screenshot where your server setting has this HTTP handler details

0
NiroC
NiroC
Accepted Answer
3 months ago #198479

here are setting in my sever. please advice

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198533

Already, I have checked out. Would you please try to check this site different server and localhost. Thanks

0
NiroC
NiroC
Accepted Answer
3 months ago #198535

i understand this site is working in other host.

could you help to troubleshoot this issue.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198540

What exactly do you need?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198560

Contact your hosting provider and tell them to enable the DELETE method from your server.

0
NiroC
NiroC
Accepted Answer
3 months ago #198624

according to last reply i got from him, (below attacked). ,, he is unable to find out which http handler he should use to enable DELETE.

that is why he expect answer from SP page builder owners..

read his below reply again

0
NiroC
NiroC
Accepted Answer
3 months ago #198648

they gave below reply. guys please help on this.

since there are lot of http handlers, they want to know which one you use in sp page builder.

0
NiroC
NiroC
Accepted Answer
3 months ago #198649

they gave below reply. guys please help on this.

since there are lot of http handlers, they want to know which one you use in sp page builder.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198696

I think this error occurred for the windows server. Thanks

Did you disable your site login URL?

0
NiroC
NiroC
Accepted Answer
3 months ago #198759

yesterday, there was a problm from hosting server..now it is ok

please login

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198785

Is there any specific reason you're using a Windows server? These days, most users prefer Linux servers due to their performance, flexibility, and widespread support.

0
NiroC
NiroC
Accepted Answer
3 months ago #198787

windows servers are more expensive than linux servers. i purchased this hosting plan in 2012 when i was doing windows programming. since joomla became popular and joomshaper came into filed only i decided to leave visual studio and come to php.

i recently started doing busienss, stil i do not earn any revenue, a day i earn a suffienct revenue i would think of purchasing another linux hosting plan.

since i m a begger today, i have no option rather continue with this.

hope you will find a fix for this soon..

thanks for your time and support

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198805

Here is the file location of PHP.

administrator/components/com_sppagebuilder/dynamic-content/Controllers/CollectionsController.php

Also, We have worked on a Javascript file which is minified.

0
NiroC
NiroC
Accepted Answer
3 months ago #198857

hi

please see my #198649 reply. hosting team is asking for a matching header.

i dont understand what you gave here. could you explain?

see below screenshot to know their requirement

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198886

It's simple is that your hosting provider should Allow to DELETE method.

Can you create a staging site of your current site? We want to install a patch. Cause, We can't do it on your live site.

-Thanks

0
NiroC
NiroC
Accepted Answer
3 months ago #198895

no below site have nothing of mine. it has only stock joomla 5 and sp page builder.. , doing it on this site is totally ok.also i have the backup taken which i gave you early.

so you are green to go.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198905

Okay, Please allow me time. Cause, Developer team is checking the process. Thanks

0
NiroC
NiroC
Accepted Answer
3 months ago #198906

ok, take your time.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #198907

Other function should works fine.

0
NiroC
NiroC
Accepted Answer
3 months ago #199148

did you put the patch

0
NiroC
NiroC
Accepted Answer
3 months ago #199147

any update?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #199212

We are working on it.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #199375

Please check now. We will release it next update.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #199424

Please check now and let me know. Thanks

0
NiroC
NiroC
Accepted Answer
3 months ago #199400

work like a charm. need to apply same patch to my below other website.

0
NiroC
NiroC
Accepted Answer
3 months ago #199442

wow.. works perfectly fine..

thank you so much for time and effort you guys put on this.

appreciate it!

close the ticket! have a nice day!

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 months ago #199444

You are most welcome & Thanks

0