Hi
We have upgraded our J3 site to J4 and everything looked fine but when we try to edit from the front end we are getting this error
500 - BEHAVIOR::CALENDAR NOT FOUND
When checking on google it indicates that this functionality is no longer supported in J4

We are using the GK_Rockwall template (v4.1.2) and Joomla 4.4.1
Everything else is up to date

If we switch to the Cassiopeia template we don't get the error

Any help would really be appreciated

Cheers
Rich

Hi Rich,

It due to your override for the edit form in template folder: /templates/gk_rockwall/html/com_content/form/edit.php

By default, this template doesn't override this form, kindly check your override again to make it compatible with Joomla 4.

Regards

Hi

We haven't created any overrides for this so don't know why this should cause issues
We have upgraded the site from J3 to J4 and installed the latest gk_rockwall template and all plugins etc are all for J4

My client also said the contact page fails with this error - https://cheshirenurseries.co.uk/contact-us
JHTML SLIDERS NOT FOUND.
Home Page / This email address is being protected from spambots. You need JavaScript enabled to view it.

Can you advise what we need to do to correct this
Any help would really be appreciated

Cheers
Rich

    About the edit form on frontend, as I mentioned, the template doesn't override this form so I renamed this file: /templates/gk_rockwall/html/com_content/form/edit.php

    but you have this custom css code in override.css file of template on your site which hides all content of edit form:

    div.control-group { display : none;}

    which will hide all elements having this control-group class, I recommend you to not use this code. Pls remove it and you will see the normal edit form.

    Hi saguaros

    Thanks for the update - everything is working fine now
    Great support - much appreciated

    Cheers
    Rich

    Write a Reply...
    You need to Login to view replies.