Image upload problem in template

Your software
My Mautic version is: 5.2.1
PHP Version 8.2.26
My Database type and version is: 10.6.19-MariaDB-cll-lve

It’s a new installation via one-click Softaculous, set up in a subdomain folder:
/main domain/subdomain/mautic.
I am new to Mautic and just getting started.

Your problem
My problem is:
Unable to add an image to our email template:

  • Clicking “Add Image” does nothing.
  • Dragging and dropping files into the designated area doesn’t work.
  • Double-clicking the “Drop File” zone opens the file selection dialog, but after selecting an image and clicking “Open,” nothing happens.

These errors are showing in the log:
nothing i have see, let me know the stp to find it

Steps I have tried to fix the problem:
Installed and reinstalled multiple times.
Contacted hosting support; they advised reinstalling, but the issue persists.
Checked folder permissions: /s/sysinfo# folders show green on page.
All permissions are set to 755. Do they need to be 777 instead?

Any guidance with contexte would be appreciated!

Your browser console will tell you what is the problem (F12 on Linux and Windows)

**Make sure to disable any ad blockers when using Mautic

thankS @marcus42
i am able to see the error in consol
here is the log in screen shot

the last one
is when i 2xclick on drop file zone / select image/ open
the erroe log is long let me know if you need it
in the log i also see some path related to my wp theme.

i also want to add that
hosting support
double-checked the permissions on the kinsu.ca folder, and everything seems correct
double-checked the PHP memory limits and they are now set to 1024M, which should allow for image uploads without issues.

Have you tried hitting the resource directly?

A 404 means that the resource ain’t reachable (file missing)

Make sure that the file is there and that you can hit it directly using cURL, WGET or any browser)

@marcus42
Thanks for following up.

I’m not advanced in backend issues but will take a look at what you mentioned: hit it directly using cURL, WGET, or any browser?

I’ve done one-click installs with Softaculous multiple times. Could it mean it didn’t install all the files?

To hit it directly using a headless browser such as cURL:
curl -Ik https://your-url/path/to/file

I would suggest to download the source directly from github, expand it, make sure the perms are 0K. And then rsync it to the final folder.

This way you’ll sure have all the files.

@marcus42
Thanks for your suggestion.
I downloaded Google Canary and tried to find a way to call the file, but I feel my knowledge has reached its limit. I’ll keep looking into it.

I’ll focus on doing an install from GitHub and see if it works.