Required Tag 'height'/'width' was missing

stuartsteel14

Trainzing Scotsman
Hi all,

I was downloading a couple of routes from the DLS and 'a moment in time' was comming up as faulty with "VE60: Required Tag 'height'/'width' was missing and has been set to default.". I have no idea what this warning means or how to get rid of it. If anyone knows what is causing it and how to fix it, it would be greatly appreciated.


Missing_height_and_width.JPG
 
I was downloading a couple of routes from the DLS and 'a moment in time' was comming up as faulty with "VE60: Required Tag 'height'/'width' was missing and has been set to default.". I have no idea what this warning means or how to get rid of it. If anyone knows what is causing it and how to fix it, it would be greatly appreciated.
Every errors has its own information page.
http://online.ts2009.com/mediaWiki/index.php/Help:VE60
https://en.wikibooks.org/wiki/Train...ame>'_was_missing_and_has_been_set_to_default.

The error is in <kuid:532993:100267>, not the route. The missing tags might be in a thumbnail. See:
http://online.ts2009.com/mediaWiki/index.php/"Thumbnails"_container
 
I can't find that specific KUID using Manage Content in TANE, so I can't check the config for you. My guess is something went weird with the thumbnail and it lost a height and width settings. Sounds weird though; never seen that happen.
 
I have. Several legacy assets had Thumbnails container with empty values for height and width.

eg.

thumbnails
{
thumbnail
{
image "thumbnail.jpg"
width " "
height " "
}
}

Should be like this:

thumbnails
{
thumbnail
{
image "thumbnail.jpg"
width 240
height 180
}
}
 
Last edited:
I've seen that too with typos causing the same error with width240 being one of the more common ones.
 
Back
Top