Thank you both for trying it. I went back and looked over the screenshot that was causing problems and noticed it contained another character in the filename, a pipe “|”, so that was what was causing it to not load, not the .com in the name. Sorry for any confusion with that.
Charset and Filesystem Charset are both set to Unicode (UTF-8) on both my MAMP test server and my live shared hosting server.
I tested the “&” in folder names on 1.5.8RC in MAMP 6.3. On the front-end, if a folder name included both spaces and “&”, say “Name & Another”, with URL options-mod rewrite turned off *or* on, thumbnails would not load or cache, but the image preview would load and cache on the image page.
That said, cacheManager was as able to cache all image sizes.
If the folder name included no spaces, but still had “&”, thumbnails *and* the image preview would load and cache on the front-end.
On both folder names, with spaces and without, image sort and refresh metadata by album refused to work. The errors were always stopping at the “&” character.
{2088:Wed, 07 Apr 2021 06:25:36 GMT}
USER ERROR: Invalid album instantiation: 1998/Name does not exist. in /Applications/MAMP/htdocs/zenphoto158test/zp-core/class-album.php on line 1297
trigger_error called from Album->_albumCheck (class-album.php [1297])
from Album->__construct (class-album.php [1267])
from newAlbum (class-album.php [26])
from i.php [61]
{2088:Wed, 07 Apr 2021 06:26:04 GMT}
USER ERROR: Invalid album instantiation: 1998/Name_ does not exist. in /Applications/MAMP/htdocs/zenphoto158test/zp-core/class-album.php on line 1297
trigger_error called from Album->_albumCheck (class-album.php [1297])
from Album->__construct (class-album.php [1267])
from newAlbum (class-album.php [26])
from admin-albumsort.php [21]
Under Options-General-URL options, I get the following message in MAMP and on my live server-
“Setup did not detect a working mod_rewrite facility.”
Even though on both, it is enabled, it showed that it was enabled twice during setup on both, and you can see it is working if you turn on the the mod rewrite option.
I went ahead and removed all “&” characters in folder names on my live server, to try to eliminate any future issues. I noticed when I did that it cleared up another issue I was having with sitemaps. Before when I ran sitemap-extended, it would act like it was successful, but it would only create two files with no real links and without actually creating the sitemap. Once the character was removed from all folders, sitemaps are now actually created.