Closed (fixed)
Project:
Image
Version:
6.x-1.0-beta3
Component:
image.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 04:34 UTC
Updated:
11 Dec 2009 at 18:07 UTC
I've created a Gallery with the Image Module on my local server. It works like it's supposed to. But when I move everything to a live server, I can not see pictures anymore, just a titles of the images (everything looks right thou, folders, files, settings). When I click on the Node I have the same problem.
Any ideas, is there an issue with versions of Apache, module itself or something else?
Any suggestions are really appreciated. Thanks.
Comments
Comment #1
joachim commentedWhen you say 'move', do you mean that you've done a transplant of your site by exporting the local database and importing it on the server? I assume you moved the files folder too?
Have you cleared the cache on the server?
And when you look at an image node, is there the actual IMG tag there? What is its SRC pointing to?
Comment #2
vzls commentedThanks for Your response.
No, by move, I mean I did install everything on live server from the scratch, using same modules and settings as on a local server. IMG tag is there and SRC pointing to the right folders.
I think I'm stuck withn this one...
Comment #3
joachim commentedWhat happens when you put the SRC URL into your browser? Can you see a raw image?
Comment #4
vzls commentedThis is what I get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@freehostia.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
If I put an image in a root directory (or anywhere else), and try to access it thrue url, it loads. Only via drupal (image) it does not load and gives me that message.
Comment #5
joachim commentedDo your other files work?
Are you using private files?
Also, you're going to need to enable PHP error output so we can actually see what's going wrong -- that or get it from the logs.
Comment #6
vzls commentedThis is strange...
"The issue was caused by the .htaccess file stored into the /www/aaaaaaa.com/sites/default/files/ folder. Notice that it's not allowed to use Options Apache directive on our servers. You will receive this error if a .htaccess files contains such a command. I've disabled 2 command lines in order to resolve this problem."
This was the message I received from IP's. It solved the problem. Finally.
Anyway, I DO really appreciate Your help and suggestions. Thank You.
Comment #7
vzls commentedComment #8
joachim commentedI don't know exactly what those Options directives do, but they are surely there for a reason.
Thre are some in the Drupal root htaccess too -- have those been disabled too?
I suggest you find better hosting :)
Comment #9
vzls commentedI couldn't install drupal at all to begin with, untill I played with those two lines in a root file. But didn't have a clue there are few more hiding deep down somewhere.