I don't think so. The other parts of the <script> seem to work fine. It only has a problem with the $function part where it is adding that //<![CDATA[ //]]> portion. I just tested the code in a flat file and everything is working fine. There must be a work around to this.
This is what is being added...it looks like the xml markup //<![CDATA[ //]]> is being added. From what I can tell, that is the only thing. Could spacing be an issue?
Thank you for taking the time to reply. Yes, it is in Full HTML.
What do you mean by private? It is a Basic Content page like any other.
Looks like a few issues there reported - related.
Public file system path
sites/default/files
A local file system path where public files will be stored. This directory must exist and be writable by Drupal. This directory must be relative to the Drupal installation directory and be accessible over the web. This must be changed in settings.php
Public file base URL https://www.example.com/sites/default/files
The base URL that will be used for public file URLs. This can be changed in settings.php
Private file system path
Not set
An existing local file system path for storing private files. It should be writable by Drupal and not accessible over the web. This must be changed in settings.php
Temporary directory
/tmp
A local file system path where temporary files will be stored. This directory should not be accessible over the web. This must be changed in settings.php.
Could you be more specific? I did a tail on my /var/log/php logs and nothing shows when I attempt to insert the image file.
I am able to upload images in the Theme settings, I only cannot on Content Pages.
/var/www/drupal/web/sites/default
drwxrwxrwx 10 ubuntu www-data 4096 Jun 16 23:31 files
I'm a little unsure what I am missing then. My permissions look correct based on what you mentioned?
olmtekllc β created an issue.