Skip to content

Evolution 3.5.4 + Pagebuilder - Problem with adding images using Pagebuilder / htaccess #2266

@szakul80

Description

@szakul80

------- Problems: -------

  1. Problem with adding images using Pagebuilder (image field).
  • enabling the Pagebuilder field automatically breaks other image fields – e.g. Multifields or standard Evolution TV – it is also not possible to add images there
  • disabling TinyMCE in the configuration fixes the issue
  1. Thumbnails are not visible in Pagebuilder – modification of htaccess is required

------- How to reproduce problem no. 1: ----------

  1. Install Pagebuilder
  2. Create any Pagebuilder template containing an image field (input image)
  3. Create any TV image
  4. Open a document (new or existing)
  5. First go to the TV image field – you can normally add an image using this field
  6. Then go to the tab where Pagebuilder is in the document. In the Pagebuilder tab, add a new template and click the "Select" button – the KCFinder window will open
  7. Select an image – unfortunately, regardless of the selection method (double-click, right mouse button and selecting the "Select" option), the KCFinder window does not close and the image path does not appear in the image field
  8. Go back to the TV image field where you added the image earlier. Notice that this field also no longer works
  9. Close the document (with or without saving)
  10. In Evolution configuration set the editor to "none" or "no"
  11. Go back to the document – now you can normally add images in Pagebuilder and in the standard TV image

------- Problem no. 2: -------
In htaccess the following lines block access to .thumbs, which makes thumbnails not visible in Pagebuilder:
RewriteCond %{REQUEST_URI} (^|/). [NC]
RewriteRule .* - [F,L]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions