error when clicking "add images" to post

Created on 26 February 2025, about 2 months ago

Problem/Motivation

When I click on Add images and try to upload an image , I get
The form has become outdated. Press the back button, copy any unsaved work in the form, and then reload the page.
An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (256 MB) that this server supports.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

12.4

Component

Code (back-end)

Created by

πŸ‡ΊπŸ‡ΈUnited States dianacastillo Miami

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @dianacastillo
  • πŸ‡ΊπŸ‡ΈUnited States dianacastillo Miami

    i found if i modify this line : // Allowed formats.
    $allowed_format = 'simple_text'; in social_editor.module to $allowed_format = 'restricted_html' and also make sure the restricted html format has a ckeditor (not ckeditor5 ) configured to it, i get a wysiwig not only on posts but on comments as well. And then the image button works

Production build 0.71.5 2024