I have this module working on a number of sites, but cannot get it to work on a website I'm doing that currently cannot run clean URLs. The errors I get:

modules/quicktags/quicktags.css not found.

Of course, the file is there, in the quicktacks folder within the modules folder, so I assume that the code is looking for a clean path and not finding it. Yet I see that this module version is supposed to have fixed the non-clean URLs issues. So just in case, I edited and re-saved the file in proper UTF-8 just to be sure. Same for the module itself. Still no go. The file is just not found, and thus the module will not load.

Alas....

quicktags.module,v 1.8.2.1 2005/11/29 20:33:15

Comments

Bèr Kessels’s picture

I thought this was fixed long ago. I will look into it.

Bèr

Bèr Kessels’s picture

I just looked, and it /is/ changed. Can you please report back the line on the top of the module?
I read:
// $Id: quicktags.module,v 1.8.2.1 2005/11/29 20:33:15 ber Exp $

laura s’s picture

Providing the module version again:

// $Id: quicktags.module,v 1.8.2.1 2005/11/29 20:33:15 ber Exp $

Bèr Kessels’s picture

weird.

Anyway, i forced a new upload of quicktags. Not sure how fast the tarball is regenerated, but the one from the cvs repository should now be fixed.

laura s’s picture

The tarball was not updated yet, so I went to the cvs diff and saw that inded that one line changed. I couldn't wait so I did the fix manually, and bingo it works!

Thank you!

(Since I jumped the gun and didn't use the actual tarball, I will not mark as fixed.)

laura s’s picture

Looks like I jumped the gun. While the module seems to be working now, I'm still getting the same error in the watchdog:

modules/quicktags/quicktags.css not found.

What's happening is that the module is doubling up the site's subdirectory.

Drupal root: [IP address]/[account name]/

The module is looking for the css at [IP address]/[account name]/?q=/[account name]/?q=modules/quicktags/quicktags.css

This problem is not happening with any other module.

Bèr Kessels’s picture

Status: Active » Fixed

That was a stupid mistake by me. It is fixed now.

laura s’s picture

Confirmed fixed. Thanks for the quick responses!

Anonymous’s picture

Status: Fixed » Closed (fixed)