images in grid not shown after deploying on production server

Hello,

On development I see all images in my grid …
On productionserver a placeholder in Internet Explorer 8 is shown
if I click on the image the correct image is shown !!

On productionserver NOTHING is shown (not even a place holder ) in actual FireFox version

But the images on the productionserver in _lib/tmp folder are there…
I deployed with all libs and did not change any path settings…

I have no idea what’s going wrong.

Best regards
Uwe Pfeiffer

Re: images in grid not shown after deploying on production server

on the production environment, click on the image to open the original. The original wont show, click on the bronken image, properties and see where the system are trying to get …

Re: images in grid not shown after deploying on production server

Hello,

thank’s for your response.

For example the copied link of the broken image is
javascript:nm_mostra_img(’/SVSS/_lib/tmp/sc_dozentengrafik_12iq1gcca8g1qrtotrgmh59n5i4.jpg’, 0, 0)

and this file is really on the server . I can see this file in windows explorer.
So it’s not a problem of a link to an image which does not exist on production server.

SVSS is my project unter d:inetpubwwwroot

Best regards
Uwe Pfeiffer

Re: images in grid not shown after deploying on production server

I think I have an idea …

The link for the image in SC on production server is
javascript:nm_mostra_img(’/SVSS/_lib/tmp/sc_dozentengrafik_12iq1gcca8g1qrtotrgmh59n5i4.jpg’, 0, 0)
there is always the 0,0 as variable at the end …
The images are not shown !!

On development server these link never has the parameter 0,0
There I always see a couple of integer number for example 466,245
On the development server I see all images.

May be the parameter 0,0 are false !!!
Why only on production server the parameters are 0,0 ??

Best regards
Uwe Pfeiffer

Re: images in grid not shown after deploying on production server

Can you post the url to the application? To test the source code.

The images are stored in a directory or database?

Re: images in grid not shown after deploying on production server

Hello,

the url to production server is
http://k222.ims-firmen.de/SVSS/sc_dozenten_list/sc_dozenten_list.php

Please open in Internet explorer, otherwise in firefox you will not see a broken image.

I can invite you for an online session on my development server, if this helps you …
I only need a short mail…

The images are stored in database BLOB Field MYSQL.
And as I said . no problems on development server…

Best regards
Uwe Pfeiffer

SOLVED : images in grid not shown after deploying on production server

Hello,
thank you for you help … the solution was quite simple…
on production server GD2.DLL was not installed… so the images were not shown in grid !!!

I needet a whole day to figure it out …
and learned a lot by debugging scriptcase code :slight_smile:

Best regards
Uwe Pfeiffer

Re: images in grid not shown after deploying on production server

wow, nice.

i was going to test right now :slight_smile: