paths or require_once doesn't work after enable image and image_attach
hausig - September 30, 2006 - 18:59
| Project: | Image |
| Version: | 4.7.x-1.x-dev |
| Component: | image.module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
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.

#1
sounds like a problem with your code.