have two copies of Xibo 1.7.2 installed in two different machines. Every thing is working fine except for the images.
-------On one machine-------
When I am designing the layout and drag an image onto the region, it shows an image icon
The image is present at the location. When I did the inspect element it shows the following error
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
http://localhost/xibo/index.php?p=module&mod=image&q=Exec&method=GetResource&mediaid=27&lkid=15&width=800&height=450&dynamic=true&proportional=true
When the above link is opened in a new tab after removing
&dynamic=true&proportional=true
from the link, the image can be seen. This image rendering problem in not just with the layout designing but also with the thumbnails. All thumbnails show the above image icon, but when i click on the thumbnail, the image opens in a modal perfectly.
------on second machine------
No problem with this copy, everything loads perfectly, the images are visible as well as the thumbnails.
I’ve even tried replacing the two copies with one another, but the problem is same on the first machine. The difference is that the first machine has ubuntu & PHP 5.5.9-1ubuntu 4.9 and the second has Redhat PHP 5.3.29. I don’t know what is the problem.