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

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

When 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?

vzls’s picture

Thanks 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...

joachim’s picture

What happens when you put the SRC URL into your browser? Can you see a raw image?

vzls’s picture

This 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.

joachim’s picture

Do 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.

vzls’s picture

This 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.

vzls’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
joachim’s picture

I 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 :)

vzls’s picture

I 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.