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
Comment #1
Bèr Kessels commentedI thought this was fixed long ago. I will look into it.
Bèr
Comment #2
Bèr Kessels commentedI 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 $
Comment #3
laura s commentedProviding the module version again:
// $Id: quicktags.module,v 1.8.2.1 2005/11/29 20:33:15 ber Exp $Comment #4
Bèr Kessels commentedweird.
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.
Comment #5
laura s commentedThe 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.)
Comment #6
laura s commentedLooks 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.cssThis problem is not happening with any other module.
Comment #7
Bèr Kessels commentedThat was a stupid mistake by me. It is fixed now.
Comment #8
laura s commentedConfirmed fixed. Thanks for the quick responses!
Comment #9
(not verified) commented