Have I read the related troubleshooter articles above before posting (which pages?)? No
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 5.2.5
PHP version: 5.3.10
MySQL version: 5.1.56-log
Host:
Admin Tools version: 2.2.0
Description of my issue:
For Combine JavaScript files, if I have one skipped file, it works fine. If I add another, it just skips the second file.
The culprit seems to be the return and line feed chars in the first line. It works properly if I strip r and n from $skip before doing fnmatch in core.php - function jscombine. Could you fix core.php accordingly? Thanks.
Also, links to the skipped files show up twice on view source, once right after the combined file and once at the regular spot if combine were turned off.
Thanks for checking this out.