I just installed this module for the first time. I like what I see so far, but I found one in compatibility with the quicktimes module. Trying to load any page with a text area that has quicktags on it shows this error at the top of the screen:

warning: filemtime() [function.filemtime]: stat failed for ?q=quicktags in /Users/doug/local/servers/dev/sites/all/modules/javascript_aggregator/javascript_aggregator.module on line 49.

Upon further investigation, it looks like the quicktags module retrieves its Javascript by way of the path "?q=quicktags", and the Javascript Aggregator module tries to open this as an actual file on disk.

Suggest fix: Check for paths which are realy URL portions, and turn them into full URLs being calling fopen() on them.

I would be more than willing to test out a patch for this.

Thanks for your time,

-- Doug

Comments

derjochenmeyer’s picture

Status: Active » Closed (won't fix)

At the moment i have no time to work on edge cases. Sorry. If someone has an idea or code snippet I'll think about adding it to the next version.

dmuth’s picture

Hi,

I came back to this about a week later and found an obvious workaround:

- Add "quicktags" to the "Exclude from js aggregation:" textarea in the configuration settings.

That solved the problem. :-)

-- Doug