Amtrak E60 Dependency And General Amtrak Trainz discussion.

I downloaded it and it says it's faulty.


With the content manager edit the <kuid:566544:100447> Acela HHP-8 Hybrid K5LA, with the error:
- <kuid:566544:100447> VE30: The tag 'image' in '0' refers to a nonexistent file: '../../../../../../users/greg and mark/pictures/amtrak stations/300px-downingtown_station_pennsylvania.jpg'.

You have to look inside the config.tex for the following:
thumbnails
{
0
{
image "../../../../../../Users/Greg and Mark/Pictures/amtrak stations/300px-Downingtown_Station_Pennsylvania.jpg"
width 240
height 180
}
}

Change it to the following:
thumbnails
{
0
{
image "thumbnail.jpg"
width 240
height 180
}
}

Close, validate and submit edit and the error disappears.
 
With the content manager edit the <kuid:566544:100447> Acela HHP-8 Hybrid K5LA, with the error:
- <kuid:566544:100447> VE30: The tag 'image' in '0' refers to a nonexistent file: '../../../../../../users/greg and mark/pictures/amtrak stations/300px-downingtown_station_pennsylvania.jpg'.

You have to look inside the config.tex for the following:
thumbnails
{
0
{
image "../../../../../../Users/Greg and Mark/Pictures/amtrak stations/300px-Downingtown_Station_Pennsylvania.jpg"
width 240
height 180
}
}

Change it to the following:
thumbnails
{
0
{
image "thumbnail.jpg"
width 240
height 180
}
}

Close, validate and submit edit and the error disappears.

Worked! Thank you!
 
Last edited:
Back
Top