I setup a preset "preset1"
and then I try to visit the page that gives me the image
http:// localhost /sites/default/files/textimage/preset1/hello.png
but I get this error
Unable to generate Textimage as the preset is not defined.
I setup a preset "preset1"
and then I try to visit the page that gives me the image
http:// localhost /sites/default/files/textimage/preset1/hello.png
but I get this error
Unable to generate Textimage as the preset is not defined.
Comments
Comment #1
decipheredI will look into this ASAP and get back to you.
Comment #2
attiks commentedI had the same problem, quick fix
change
to
Comment #3
decipheredSorry, been way overloaded and haven't had any free time lately, but will try to look into this very soon.
Comment #4
decipheredHad a quick look and I believe the issue is related to clean-urls being disabled. Will have a fix up shortly.
Comment #5
attiks commentedI'm running it on IIS 6 using Isapi Rewrite, error only showed on new images, once generated all was ok.
Comment #6
decipheredWhere you running with clean-urls turned on or off?
Comment #7
attiks commentedOn
Comment #8
decipheredHmm, that's unfortunate, if it was off I would have been able to reproduce it.
I will test some more and see what I can come up with.
Comment #9
attiks commentedDon't spend too much time, I got this error a while back, but never seen it since then, so it might have been my system.
Comment #10
attiks commentedJust updated another site to 6.x-2.1 and the same problem occured.
Clean-url's on, had to apply the fix in #2
BTW: site is running on IIS, so it might be an IIS problem or .htaccess, last rewrite rule is RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Comment #11
decipheredChanges where recently made to that particular section that should fix this issue.
Marking this as fixed, feel free to re-open it if the issue is still present.
Cheers,
Deciphered.
Comment #13
steven mansour commentedHi, I'm also getting this error on the latest version, Drupal 6.14 here. I'm trying to generate titles for all my nodes using textimage, the preview works and I can create the preset, but going to files/textimage/presetname/12345.jpg yields the error.
Comment #14
wundo commentedClosing