Posted by hausig on September 30, 2006 at 6:59pm
Jump to:
| Project: | Image |
| Version: | 4.7.x-1.x-dev |
| Component: | image.module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Hallo,
I tried image and image_attache (image.module) localy and it worked fine. Then I tried it on a server and something really bad happened:
My scripts which are called by require_once in a page type node didn't work any more. I couldn't find the error.
To solve this, I disabled image and image_attach. But (what a shock) it didn't work now. Finally, I replaced most of the require_once commands by require. Now it works again.
But because I don't understand this error I don't dare to try this module again.
Please, does somebody have an idea if this is a bug or what I do wrong?
Thanks,
H.
Comments
#1
sounds like a problem with your code.