I'm seeing this error message in the log after using the WYSIWYG editor with a taglist by content type:

Page not found
sites/all/modules/linodef/modules/linodef_wysiwyg/plugins/linodef_taglist_1/linodef_taglist_1.css

Neither directory "linodef_taglist_1" nor the file "linodef_taglist_1.css" exist.

Comments

Roi Danton’s picture

Status: Active » Needs review
StatusFileSize
new1.04 KB

The wysiwyg plugin changes its name on multiple usage (PluginName_#). For the CSS I used the default path which is [plugin-name]/[plugin-name].css (see also #773856: Plugin: Add CSS path and file documentation). So the plugin could not detect the css file. This patch should fix it, please review.

imclean’s picture

Sorry it's taken so long, flat out here. Patch failed for me.

--------------------------
|Index: linodef_taglist.inc
|===================================================================
|RCS file: /cvs/drupal-contrib/contributions/modules/linodef/modules/linodef_wysiwyg/plugins/Attic/linodef_taglist.inc,v
|retrieving revision 1.1.2.4
|diff -u -r1.1.2.4 linodef_taglist.inc
|--- linodef_taglist.inc        1 Mar 2010 14:24:39 -0000       1.1.2.4
|+++ linodef_taglist.inc        17 Apr 2010 10:00:53 -0000
--------------------------
Patching file linodef_taglist.inc using Plan A...
Hunk #1 failed at 52.
1 out of 1 hunks failed--saving rejects to linodef_taglist.inc.rej
Hmm...  Ignoring the trailing garbage.
done

Would it be possible to get the diff created from the module's root, against a local file?

Cheers.

Roi Danton’s picture

Paths fixed now.

imclean’s picture

Same problem, sorry I should've been more clear. The path wasn't the cause of the problem, just an inconvenience.

This is with the latest dev version.

imclean’s picture

diff -up may help.

Either way, for some reason I couldn't get the patch to apply even though it looks fine. I've made the changes by hand and it appears to have fixed the problem.