Detailed graph not working - missing php in images url (/graph? instead of /graph.php?)

Hi,

Today I’ve observed that no graphs are displaying when trying to show detailed graph. All links to images on page

/graphs/device=619/type=device_availability/duration=86400/from=1783243200/

looks:

/graph?device=619&type=device_availability&duration=86400&from=1783243200&to=0&id=619&height=481&width=1853

and should look

/graph.php?device=619&type=device_availability&duration=86400&from=1783243200&to=0&id=619&height=481&width=1853

This problem doesn’t exist on page /device/619/graphs

Can you fix it?

Pawel

Changes in code made by @murrant yesterday created and today fixed the problem :slight_smile:

Pawel

Seems that this was only a problem for users of Apache httpd and only with a certain config.

hai @murrant , what workaround we can do ?

update, fix was merged