Site logo

Archived topic

Bug in site footer element?

9 replies · Started by Kees on January 5, 2023

Viewing posts 1–10 of 10

Hi,

See video. We can't save the footer. It is a custom element. Are we doing something wrong?

Please let me know.

Regards,
Niek

Hi Kees,

Can you translate that error message into English? What does it say?

We'll try to assess what's occurring based on that.

Something like: Update failed. You are probably offline.

And i have checked my connection ofcourse.

Hi there,

can you Right Click > Inspect the editor screen to open the browser developers tools.
Are there any errors in the console before or after you try saving the changes ?

See error in private. Several errors like that

In Settings > General are the website URLs set to https ?

Yes,

Found it. There was a script in the htacces:

# Force trailing slash
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
</IfModule>

Removed that. Replaced it with a other code. now it works.

Thanks for your time

Glad to hear that!!

This archived topic is closed to new replies.